diff --git a/hashtable.hxx.in b/hashtable.hxx.in index 0580e51165593fde63938cfe909b6e74c7e06ea1..6751a23cb0ea1003a6ac273fdade44385d7ff28a 100644 --- a/hashtable.hxx.in +++ b/hashtable.hxx.in @@ -36,6 +36,10 @@ * purpose. It is provided "as is" without express or implied warranty. * */ +#ifdef __BORLANDC__ +# pragma warn -8027 /* 'for' not inlined. */ +# pragma warn -8026 /* 'exception' not inlined. */ +#endif #ifndef @KWSYS_NAMESPACE@_hashtable_hxx #define @KWSYS_NAMESPACE@_hashtable_hxx diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake index f2ee12d80c31c50380fb4c3429d7758900a59a12..2f56a09801ec30f4e9b2116f5da6ea5d608eab60 100644 --- a/kwsysDateStamp.cmake +++ b/kwsysDateStamp.cmake @@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2009) SET(KWSYS_DATE_STAMP_MONTH 06) # KWSys version date day component. Format is DD. -SET(KWSYS_DATE_STAMP_DAY 05) +SET(KWSYS_DATE_STAMP_DAY 09) diff --git a/testAutoPtr.cxx b/testAutoPtr.cxx index c6515d906627c63364df12db86403c800bb2b483..4e26117195374a3ccadd007bc426f3de8388bd62 100644 --- a/testAutoPtr.cxx +++ b/testAutoPtr.cxx @@ -13,7 +13,10 @@ =========================================================================*/ #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. #if 0