1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c:3: warning: return type defaults to `int'
main.c:3: warning: function declaration isn't a prototype
main.c: In function `main':
main.c:6: warning: control reaches end of non-void function
Linking console executable: console.exe
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 3 warnings |