Informative edit

This commit is contained in:
Walter Julius Hennecke 2012-12-30 21:34:05 +01:00
parent 7390c7ef91
commit f2daa22631
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
//#pragma warning(disable : 4611) // interaction between '_setjmp' and C++ object destruction is non-portable //#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 : 4710) // did not inline this function
#pragma warning(disable : 4711) // selected for automatic inline expansion #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 // shut up warnings with Intel Compiler