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 32 33 34 35
| Project : test
Compiler : GNU GCC Compiler (called directly)
Directory : G:\Documents\benoit\prog\test\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c: In function `distanceVilles':
main.c:306: warning: unused variable `j'
main.c: At top level:
main.c:331: warning: function declaration isn't a prototype
main.c:349: warning: function declaration isn't a prototype
main.c:367: warning: function declaration isn't a prototype
main.c: In function `affichReseau':
main.c:396: warning: int format, double arg (arg 2)
main.c: In function `main':
main.c:409: warning: implicit declaration of function `clrscr'
main.c:445: warning: int format, double arg (arg 2)
main.c:464: warning: int format, double arg (arg 2)
main.c:484: warning: int format, double arg (arg 2)
main.c:509: warning: int format, double arg (arg 2)
main.c:571: warning: int format, double arg (arg 2)
main.c:602: warning: int format, double arg (arg 2)
main.c: In function `distanceVilles':
main.c:306: warning: 'l' might be used uninitialized in this function
Compiling: interpreteur.c
Linking console executable: G:\Documents\benoit\prog\test\test.exe
.objs\main.o:main.c:(.text+0x164f): undefined reference to `clrscr'
.objs\main.o:main.c:(.text+0x167c): undefined reference to `clrscr'
.objs\main.o:main.c:(.text+0x168b): undefined reference to `clrscr'
.objs\main.o:main.c:(.text+0x16a9): undefined reference to `clrscr'
.objs\main.o:main.c:(.text+0x1701): undefined reference to `clrscr'
.objs\main.o:main.c:(.text+0x1710): more undefined references to `clrscr' follow
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 3 seconds)
0 errors, 13 warnings |
Partager