STYLE: suppress warnings for borland

This commit is contained in:
Bill Hoffman 2009-06-09 15:44:46 -04:00
parent b81f09e341
commit 89b431e8ac
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include "kwsysPrivate.h"
#include KWSYS_HEADER(auto_ptr.hxx)
#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.
#if 0