diff --git a/XWBTool/xwbtool.cpp b/XWBTool/xwbtool.cpp index fa74c9de..0b602b2b 100644 --- a/XWBTool/xwbtool.cpp +++ b/XWBTool/xwbtool.cpp @@ -58,6 +58,13 @@ #include "WAVFileReader.h" +#ifdef _MSC_VER +// Off by default warnings +#pragma warning(disable : 4619 4616 4668) +// C4619/4616 #pragma warning warnings +// C4668 not defined as a preprocessor macro +#endif + #include #define TOOL_VERSION 0