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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 9 15:18:53 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv20588/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.73
retrieving revision 1.74
diff -C 2 -d -r1.73 -r1.74
*** cmStandardIncludes.h	5 Mar 2009 20:17:06 -0000	1.73
--- cmStandardIncludes.h	9 Jun 2009 19:18:51 -0000	1.74
***************
*** 35,39 ****
  
  #ifdef __BORLANDC__
! #pragma warn -8030 /* Temporary used for parameter */
  #endif
  
--- 35,41 ----
  
  #ifdef __BORLANDC__
! # pragma warn -8030 /* Temporary used for parameter */
! # pragma warn -8027 /* 'for' not inlined.  */
! # pragma warn -8026 /* 'exception' not inlined.  */
  #endif
  



More information about the Cmake-commits mailing list