From 89b431e8ac70041724f1ce8a5d8e3f493847c537 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 9 Jun 2009 15:44:46 -0400 Subject: [PATCH] STYLE: suppress warnings for borland --- Source/kwsys/testAutoPtr.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/testAutoPtr.cxx b/Source/kwsys/testAutoPtr.cxx index 2eb0dad6b..5f2c6e190 100644 --- a/Source/kwsys/testAutoPtr.cxx +++ b/Source/kwsys/testAutoPtr.cxx @@ -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