1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums2\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c:35: warning: function declaration isn't a prototype
main.c:36: warning: function declaration isn't a prototype
main.c:45: warning: function declaration isn't a prototype
main.c:78: warning: function declaration isn't a prototype
main.c:95: warning: function declaration isn't a prototype
main.c:111: warning: function declaration isn't a prototype
main.c: In function `new_medic':
main.c:187: warning: assignment from incompatible pointer type
main.c:221: warning: return from incompatible pointer type
main.c: In function `Save_client_file':
main.c:235: warning: assignment from incompatible pointer type
main.c: In function `load_file':
main.c:264: warning: assignment discards qualifiers from pointer target type
main.c: In function `sim_sauv':
main.c:312: warning: passing arg 1 of `printf' from incompatible pointer type
main.c:314: warning: assignment from incompatible pointer type
main.c:315: warning: passing arg 1 of `printf' from incompatible pointer type
main.c: In function `new_medic':
main.c:152: warning: 'last_med' might be used uninitialized in this function
main.c: In function `load_file':
main.c:249: warning: 'LeFichierClient' might be used uninitialized in this function
Linking console executable: console.exe
Process terminated with status 0 (0 minutes, 6 seconds)
0 errors, 15 warnings |
Partager