Chapter 14.
The most used options of the
gcc compiler
14.9.
Fixing compiler errors
Download the bogus.c that should print on the screen the
square of the numbers from 1 to 10. You must modify the program to compile
without warning using the -Wall option. Execute it
to see if it works correctly.