1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c:2: warning: return type defaults to `int'
main.c:2: warning: function declaration isn't a prototype
main.c: In function `main':
main.c:5: warning: implicit declaration of function `printf'
main.c:6: warning: implicit declaration of function `scanf'
main.c:7: warning: format argument is not a pointer (arg 2)
main.c:8: warning: implicit declaration of function `system'
main.c:9: warning: control reaches end of non-void function
main.c:3: warning: 'nom' might be used uninitialized in this function
Linking console executable: console.exe
Process terminated with status 0 (0 minutes, 5 seconds)
0 errors, 8 warnings |