STYLE: suppress warnings for borland
This commit is contained in:
parent
b81f09e341
commit
89b431e8ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue