From: Martin Q. <mqu...@us...> - 2011-10-28 19:00:27
|
Update of /cvsroot/flexml/flexml In directory vz-cvs-3.sog:/tmp/cvs-serv28109 Modified Files: Makefile.defs Log Message: Reduce the amount of supurious warnings Index: Makefile.defs =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile.defs,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.defs 9 Nov 2007 13:38:20 -0000 1.18 +++ Makefile.defs 28 Oct 2011 19:00:24 -0000 1.19 @@ -41,7 +41,7 @@ SYMLINK = ln -s # Build compilation setup. -CC = gcc -Wall -ansi -pedantic +CC = gcc -Wall -ansi -pedantic -Wno-implicit-function-declaration CFLAGS = -O2 -g #FLEXDEBUG = -d |