Merge pull request #10827 from jackpoz/restore_warnings

Shared/Build: Restore disabled warnings on Visual Studio
This commit is contained in:
raczman
2013-09-20 16:08:26 -07:00
-5
View File
@@ -55,11 +55,6 @@
# error "FATAL ERROR: Unknown compiler."
#endif
#if COMPILER == COMPILER_MICROSOFT
# pragma warning( disable : 4267 ) // conversion from 'size_t' to 'int', possible loss of data
# pragma warning( disable : 4786 ) // identifier was truncated to '255' characters in the debug information
#endif
#if defined(__cplusplus) && __cplusplus == 201103L
# define COMPILER_HAS_CPP11_SUPPORT 1
#else