cppcheck/addons/test/misra/crash4.c

12 lines
179 B
C
Raw Normal View History

2023-07-09 19:17:59 +02:00
struct ConDesDesc {
unsigned Order;
unsigned Import;
};
// cppcheck-suppress misra-config
2023-07-09 19:17:59 +02:00
static ConDesDesc ConDes[CD_TYPE_COUNT] = {
{ 0, 0 },
{ 0, 0 },
};