Skip to main content
3 of 9
fixed formatting
Edward
  • 67.2k
  • 12
  • 17

##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