[Cmake-commits] [cmake-commits] hoffman committed cmStandardIncludes.h 1.74 1.75

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 9 15:58:54 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv28728/Source

Modified Files:
	cmStandardIncludes.h 
Log Message:
STYLE: suppress warnings for borland


Index: cmStandardIncludes.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStandardIncludes.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -C 2 -d -r1.74 -r1.75
*** cmStandardIncludes.h	9 Jun 2009 19:18:51 -0000	1.74
--- cmStandardIncludes.h	9 Jun 2009 19:58:52 -0000	1.75
***************
*** 38,41 ****
--- 38,42 ----
  # pragma warn -8027 /* 'for' not inlined.  */
  # pragma warn -8026 /* 'exception' not inlined.  */
+ # pragma warn -8004 /* value never used */
  #endif
  



More information about the Cmake-commits mailing list