From: Kidong L. <bri...@us...> - 2004-04-07 07:04:33
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/bld/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17505/src/bld/linux Modified Files: Makefile Makefile.xpt Log Message: Added -Wall to CFLAGS, Removed unused variables and functions Index: Makefile =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/bld/linux/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 14 Nov 2003 09:25:20 -0000 1.2 --- Makefile 7 Apr 2004 06:51:05 -0000 1.3 *************** *** 43,47 **** # some flags ! CFLAGS = # --- 43,47 ---- # some flags ! CFLAGS = -g -Wall # Index: Makefile.xpt =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/bld/linux/Makefile.xpt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.xpt 3 Apr 2004 12:05:10 -0000 1.2 --- Makefile.xpt 7 Apr 2004 06:51:05 -0000 1.3 *************** *** 46,50 **** # Flags that apply to everything built by this Makefile ! ALL_CFLAGS = -g -fPIC -DTRACE # Add -DTRACE_TO_STDOUT to the above options to send debugging output directly # to the screen instead of to smlLibPrint(). --- 46,50 ---- # Flags that apply to everything built by this Makefile ! ALL_CFLAGS = -g -fPIC -DTRACE -Wall # Add -DTRACE_TO_STDOUT to the above options to send debugging output directly # to the screen instead of to smlLibPrint(). |