1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
-------------- Build: Debug in hello ---------------
Compiling: main.c
C:\dev\hello\main.c: In function `main':
C:\dev\hello\main.c:92: warning: passing arg 1 of `HashCode' discards qualifiers from pointer target type
C:\dev\hello\main.c:133: warning: format argument is not a pointer (arg 2)
C:\dev\hello\main.c:88: warning: 'c' might be used uninitialized in this function
C:\dev\hello\main.c: In function `PosLigne':
C:\dev\hello\main.c:215: warning: unused variable `c'
C:\dev\hello\main.c: At top level:
C:\dev\hello\main.c:316: error: conflicting types for 'Generer2seq'
C:\dev\hello\main.c:72: error: previous declaration of 'Generer2seq' was here
C:\dev\hello\main.c:316: error: conflicting types for 'Generer2seq'
C:\dev\hello\main.c:72: error: previous declaration of 'Generer2seq' was here
C:\dev\hello\main.c: In function `Generer2seq':
C:\dev\hello\main.c:345: warning: assignment from incompatible pointer type
C:\dev\hello\main.c:346: warning: assignment from incompatible pointer type
C:\dev\hello\main.c:317: warning: unused variable `cpt'
Process terminated with status 1 (0 minutes, 0 seconds)
4 errors, 7 warnings |