fix in misra test code

This commit is contained in:
Daniel Marjamäki 2022-01-18 20:59:30 +01:00
parent 5ebcd1dd52
commit 31f16d01d6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public:
private:
void* f;
};
C2::C2() : f(NULL) {}
C2::C2(void) : f(NULL) {}
static void test_misra_21_1_crash(void)
{