1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c:5: warning: function declaration isn't a prototype
main.c: In function `main':
main.c:8: error: `nombre' undeclared (first use in this function)
main.c:8: error: (Each undeclared identifier is reported only once
main.c:8: error: for each function it appears in.)
main.c:11: warning: empty body in an if-statement
main.c:12: warning: too few arguments for format
main.c:14: error: syntax error before "else"
main.c:15: warning: too few arguments for format
main.c:17: error: break statement not within loop or switch
main.c:18: error: syntax error before "else"
main.c:19: warning: too few arguments for format
Process terminated with status 1 (0 minutes, 0 seconds)
6 errors, 5 warnings |
Partager