diff options
Diffstat (limited to '')
-rw-r--r-- | source/SquirrelBindings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/SquirrelBindings.cpp b/source/SquirrelBindings.cpp index 9f64b2c9b..69b761e42 100644 --- a/source/SquirrelBindings.cpp +++ b/source/SquirrelBindings.cpp @@ -3,8 +3,8 @@ #include "SquirrelBindings.h"
#if USE_SQUIRREL
-#pragma warning(disable:4100) // Getting A LOT of these warnings from SqPlus
-#pragma warning(disable:4127)
+//#pragma warning(disable:4100) // Getting A LOT of these warnings from SqPlus
+//#pragma warning(disable:4127)
#include <sqplus/sqplus.h>
#include <sqplus/SquirrelObject.h>
@@ -138,4 +138,4 @@ void SquirrelBindings::Bind( HSQUIRRELVM a_SquirrelVM ) }
-#endif
\ No newline at end of file +#endif
|