mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
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.
|
||||
|
||||
=========================================================================*/
|
||||
#include <SystemTools.hxx>
|
||||
|
||||
#include <RegularExpression.hxx>
|
||||
#include <Directory.hxx>
|
||||
|
||||
#include <std/iostream>
|
||||
#include <std/fstream>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (disable: 4786)
|
||||
#endif
|
||||
|
||||
#include <SystemTools.hxx>
|
||||
#include <RegularExpression.hxx>
|
||||
#include <Directory.hxx>
|
||||
#include <std/iostream>
|
||||
#include <std/fstream>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user