#ifndef CEEDLING_TESTS if(system(RESET_SCRIPT_PATH) == 0) { exit(0); // cppcheck-suppress misra-c2012-21.8 } #else reset_complete = true; #endif
On the line with the system call I get the misra warning
misra violation 2121 with no text in the supplied rule-texts-file
What does this mean and how do I resolve it?
Log in to post a comment.
On the line with the system call I get the misra warning
What does this mean and how do I resolve it?