Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums2\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c: In function `search_point':
main.c:14: warning: implicit declaration of function `strlen'
main.c:16: warning: implicit declaration of function `my_putstr'
main.c:18: warning: implicit declaration of function `my_putchar'
main.c:31: warning: implicit declaration of function `printf'
main.c: In function `point':
main.c:78: error: `pos1' undeclared (first use in this function)
main.c:78: error: (Each undeclared identifier is reported only once
main.c:78: error: for each function it appears in.)
main.c: At top level:
main.c:87: warning: unused parameter 'ac'
main.c:87: warning: unused parameter 'av'
Process terminated with status 1 (0 minutes, 3 seconds)
3 errors, 6 warnings
Partager