I'm C/GCC noob, sorry. Thank you.
|
|
Using |
|||
|
|
|
you can use -pedantic with either -std=c99 or -ansi. -padantic check the program with strict |
|||
|
|
|
The thing with -pedantic is that the clue is in the name; does anyone need to be pedantic? If you need that level of compliance, then yes you need it, but resolving any of pedantic warnings is unlikely to affect the behaviour of your code, but rather just make more work. |
|||
|
|
