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.
|
PURPOSE. See the above copyright notices for more information.
|
||||||
|
|
||||||
=========================================================================*/
|
=========================================================================*/
|
||||||
#include "kwsysPrivate.h"
|
|
||||||
#include KWSYS_HEADER(auto_ptr.hxx)
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
# pragma warn -8027 /* 'for' not inlined. */
|
# pragma warn -8027 /* 'for' not inlined. */
|
||||||
# pragma warn -8026 /* exception not inlined. */
|
# pragma warn -8026 /* exception not inlined. */
|
||||||
#endif
|
#endif
|
||||||
|
#include "kwsysPrivate.h"
|
||||||
|
#include KWSYS_HEADER(auto_ptr.hxx)
|
||||||
// Work-around CMake dependency scanning limitation. This must
|
// Work-around CMake dependency scanning limitation. This must
|
||||||
// duplicate the above list of headers.
|
// duplicate the above list of headers.
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user