test/cli/test-helloworld: Fix misra warning 17.7
This commit is contained in:
parent
54be0bc3cf
commit
cd05f4eefc
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello world!\n");
|
||||
(void)printf("Hello world!\n");
|
||||
x = 3 / 0; // ERROR
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue