[Cmake-commits] [cmake-commits] hoffman committed testAutoPtr.cxx 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 9 15:44:48 EDT 2009


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

Modified Files:
	testAutoPtr.cxx 
Log Message:
STYLE: suppress warnings for borland


Index: testAutoPtr.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/testAutoPtr.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** testAutoPtr.cxx	9 Jun 2009 19:18:51 -0000	1.6
--- testAutoPtr.cxx	9 Jun 2009 19:44:46 -0000	1.7
***************
*** 12,21 ****
  
  =========================================================================*/
- #include "kwsysPrivate.h"
- #include KWSYS_HEADER(auto_ptr.hxx)
  #ifdef __BORLANDC__
  # pragma warn -8027 /* 'for' not inlined.  */
  # pragma warn -8026 /* exception not inlined.  */
  #endif 
  // Work-around CMake dependency scanning limitation.  This must
  // duplicate the above list of headers.
--- 12,21 ----
  
  =========================================================================*/
  #ifdef __BORLANDC__
  # pragma warn -8027 /* 'for' not inlined.  */
  # pragma warn -8026 /* exception not inlined.  */
  #endif 
+ #include "kwsysPrivate.h"
+ #include KWSYS_HEADER(auto_ptr.hxx)
  // Work-around CMake dependency scanning limitation.  This must
  // duplicate the above list of headers.



More information about the Cmake-commits mailing list