Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums2\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c: In function `ajoutP':
main.c:25: warning: implicit declaration of function `malloc'
main.c:26: warning: implicit declaration of function `strcpy'
main.c: At top level:
main.c:32: warning: function declaration isn't a prototype
main.c: In function `ajoutSociete':
main.c:34: error: `NULL' undeclared (first use in this function)
main.c:34: error: (Each undeclared identifier is reported only once
main.c:34: error: for each function it appears in.)
main.c:35: warning: implicit declaration of function `printf'
main.c:36: warning: implicit declaration of function `scanf'
main.c:41: warning: passing arg 2 of `ajoutP' discards qualifiers from pointer target type
main.c: At top level:
main.c:47: warning: return type defaults to `int'
main.c:47: warning: function declaration isn't a prototype
Process terminated with status 1 (0 minutes, 2 seconds)
3 errors, 8 warnings
Partager