ERR: Added pragma to disable symbol length warning for Intel compiler.
This commit is contained in:
parent
20fb92d80b
commit
408cad388a
@ -32,6 +32,10 @@
|
|||||||
#define for if(false) {} else for
|
#define for if(false) {} else for
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __ICL
|
||||||
|
#pragma warning ( disable : 985 )
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CMAKE_NO_ANSI_STREAM_HEADERS
|
#ifndef CMAKE_NO_ANSI_STREAM_HEADERS
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user