misra; update test there was a warning about missing return
This commit is contained in:
parent
e106654993
commit
5ebcd1dd52
|
@ -18,7 +18,7 @@ private:
|
|||
};
|
||||
C2::C2() : f(NULL) {}
|
||||
|
||||
static bool test_misra_21_1_crash(void)
|
||||
static void test_misra_21_1_crash(void)
|
||||
{
|
||||
auto misra_21_1_C a, b; // 12.3
|
||||
a = b;
|
||||
|
|
Loading…
Reference in New Issue