mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2025-02-17 09:01:46 +00:00
Informative edit
This commit is contained in:
parent
7390c7ef91
commit
f2daa22631
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
//#pragma warning(disable : 4611) // interaction between '_setjmp' and C++ object destruction is non-portable
|
||||
#pragma warning(disable : 4710) // did not inline this function
|
||||
#pragma warning(disable : 4711) // selected for automatic inline expansion
|
||||
#pragma warning(disable : 4996)
|
||||
#pragma warning(disable : 4996) // unsecure function warnings
|
||||
|
||||
|
||||
// shut up warnings with Intel Compiler
|
||||
|
|
Loading…
Reference in a new issue