code checking: fix compile errors and warnings
commitbc9407bef6ef9f1ac660d60fdc6c2ec2ec3a7272
authorBirgi Tamersoy <birgitamersoy@gmail.com>
Mon, 8 Dec 2008 22:48:37 +0000 (8 23:48 +0100)
committerMarkus Heidelberg <markus.heidelberg@web.de>
Mon, 8 Dec 2008 22:48:37 +0000 (8 23:48 +0100)
tree78a6869b17843d1ac256594d4afecfc8afb3225d
parent6e4da3f9f8777a42cd55b46f9335fa52168fb13a
code checking: fix compile errors and warnings

The following compile error and warning messages have been fixed:

gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -D_FORTIFY_SOURCE=1
   -o objects/code_check.o code_check.c
code_check.c: In function 'cc_slave_sroutine':
code_check.c:315: error: 'gui' undeclared (first use in this function)
code_check.c:315: error: (Each undeclared identifier is reported only once
code_check.c:315: error: for each function it appears in.)
code_check.c: In function 'cc_update_screen':
code_check.c:364: error: 'gui' undeclared (first use in this function)
code_check.c: In function 'cc_compile_tmp_copy':
code_check.c:500: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
code_check.c: In function 'cc_create_tmp_copy':
code_check.c:520: warning: ignoring return value of 'system', declared
with attribute warn_unused_result
make[1]: *** [objects/code_check.o] Error 1
src/code_check.c