From 89cf5d538c53af72c6f212d86e74011277233067 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Jun 2003 15:45:25 -0400 Subject: ENH: Moved disabling of warnings to after kwsys includes. --- Source/kwsys/SystemTools.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 3e281c0..2c398c7 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -14,16 +14,18 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifdef _MSC_VER -# pragma warning (disable: 4786) -#endif - #include + #include #include + #include #include +#ifdef _MSC_VER +# pragma warning (disable: 4786) +#endif + #include #include #include -- cgit v0.12