[Cmake-commits] [cmake-commits] hoffman committed hashtable.hxx.in 1.19 1.20 testAutoPtr.cxx 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jun 9 15:18:53 EDT 2009
Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv20588/Source/kwsys
Modified Files:
hashtable.hxx.in testAutoPtr.cxx
Log Message:
STYLE: suppress warnings for borland
Index: hashtable.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/hashtable.hxx.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -d -r1.19 -r1.20
*** hashtable.hxx.in 5 Jun 2009 18:59:47 -0000 1.19
--- hashtable.hxx.in 9 Jun 2009 19:18:51 -0000 1.20
***************
*** 37,40 ****
--- 37,44 ----
*
*/
+ #ifdef __BORLANDC__
+ # pragma warn -8027 /* 'for' not inlined. */
+ # pragma warn -8026 /* 'exception' not inlined. */
+ #endif
#ifndef @KWSYS_NAMESPACE at _hashtable_hxx
#define @KWSYS_NAMESPACE at _hashtable_hxx
Index: testAutoPtr.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/testAutoPtr.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** testAutoPtr.cxx 7 Mar 2007 14:26:49 -0000 1.5
--- testAutoPtr.cxx 9 Jun 2009 19:18:51 -0000 1.6
***************
*** 14,18 ****
#include "kwsysPrivate.h"
#include KWSYS_HEADER(auto_ptr.hxx)
!
// Work-around CMake dependency scanning limitation. This must
// duplicate the above list of headers.
--- 14,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.
More information about the Cmake-commits
mailing list