Skip to content
Snippets Groups Projects
Commit 66101d64 authored by Brad King's avatar Brad King
Browse files

ENH: Moved disabling of warnings to after kwsys includes.

parent dd558a62
No related branches found
No related tags found
No related merge requests found
......@@ -14,16 +14,18 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifdef _MSC_VER
# pragma warning (disable: 4786)
#endif
#include <SystemTools.hxx>
#include <RegularExpression.hxx>
#include <Directory.hxx>
#include <std/iostream>
#include <std/fstream>
#ifdef _MSC_VER
# pragma warning (disable: 4786)
#endif
#include <stdio.h>
#include <sys/stat.h>
#include <ctype.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment