cppcheck/addons/test/misra/misra-ctu-test.h

9 lines
125 B
C
Raw Normal View History

2021-07-07 10:58:13 +02:00
2021-07-07 15:16:53 +02:00
typedef int MISRA_2_3_A;
typedef int MISRA_2_3_B;
typedef int MISRA_2_3_VIOLATION; // cppcheck-suppress misra-c2012-2.3
2021-07-07 10:58:13 +02:00