diff options
Diffstat (limited to 'src/Bindings/tolua++.h')
-rw-r--r-- | src/Bindings/tolua++.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Bindings/tolua++.h b/src/Bindings/tolua++.h index 73e65b746..86f8594ac 100644 --- a/src/Bindings/tolua++.h +++ b/src/Bindings/tolua++.h @@ -10,10 +10,6 @@ #include "tolua++/include/tolua++.h" #ifdef _MSC_VER - // Disable specific warnings for the generated Bindings.cpp file: - #pragma warning(disable: 4800) // 'int' : forcing value to bool 'true' or 'false' (performance warning) +// Disable specific warnings for the generated Bindings.cpp file: +#pragma warning(disable : 4800) // 'int' : forcing value to bool 'true' or 'false' (performance warning) #endif // _MSC_VER - - - - |