Run: C:\MinGW\bin\mingw32-make.exe
gcc -ansi -pedantic -Wall -W -c -o a.o a.c
a.c: In function `main':
a.c:9: warning: implicit declaration of function `printf'
a.c:10: warning: wrong type argument to increment
a.c:12: warning: control reaches end of non-void function
gcc -ansi -pedantic -Wall -W a.o b.o -o a.out
Press the Enter key to return to Source Insight...