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