Skip to main content
4 of 9
added 78 characters in body
JaDogg
  • 4.6k
  • 14
  • 26

##C / C++

Website: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html


Simply compiling code with -Wall -Wextra -pedantic options catches quite a number of potential or actual problems.

Edward
  • 67.2k
  • 12
  • 17