ENH: Moved disabling of warnings to after kwsys includes.
This commit is contained in:
parent
c447874091
commit
89cf5d538c
@ -14,16 +14,18 @@
|
|||||||
PURPOSE. See the above copyright notices for more information.
|
PURPOSE. See the above copyright notices for more information.
|
||||||
|
|
||||||
=========================================================================*/
|
=========================================================================*/
|
||||||
|
#include <SystemTools.hxx>
|
||||||
|
|
||||||
|
#include <RegularExpression.hxx>
|
||||||
|
#include <Directory.hxx>
|
||||||
|
|
||||||
|
#include <std/iostream>
|
||||||
|
#include <std/fstream>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# pragma warning (disable: 4786)
|
# pragma warning (disable: 4786)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <SystemTools.hxx>
|
|
||||||
#include <RegularExpression.hxx>
|
|
||||||
#include <Directory.hxx>
|
|
||||||
#include <std/iostream>
|
|
||||||
#include <std/fstream>
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user