Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/win
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17505/src/sml/inc/win
Modified Files:
define.h
Log Message:
Added -Wall to CFLAGS, Removed unused variables and functions
Index: define.h
===================================================================
RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/win/define.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** define.h 2 May 2003 22:05:06 -0000 1.2
--- define.h 7 Apr 2004 06:51:06 -0000 1.3
***************
*** 52,57 ****
/* thread safety (added by lu...@sy..., 2001-10-29) */
! /* Note: moved define of this to target_options.h of every target
! #undef __MAKE_THREADSAFE
/* enable Alloc helpers */
--- 52,57 ----
/* thread safety (added by lu...@sy..., 2001-10-29) */
! /* Note: moved define of this to target_options.h of every target */
! //#undef __MAKE_THREADSAFE
/* enable Alloc helpers */
|