From: <lab...@us...> - 2018-12-09 16:12:44
|
Revision: 1552 http://sourceforge.net/p/opengtoolkit/svn/1552 Author: labviewer Date: 2018-12-09 16:12:42 +0000 (Sun, 09 Dec 2018) Log Message: ----------- Add MSC specific warning suppression Modified Paths: -------------- trunk/lvzip/c_source/bzip2/bzlib_private.h Modified: trunk/lvzip/c_source/bzip2/bzlib_private.h =================================================================== --- trunk/lvzip/c_source/bzip2/bzlib_private.h 2018-12-09 16:11:37 UTC (rev 1551) +++ trunk/lvzip/c_source/bzip2/bzlib_private.h 2018-12-09 16:12:42 UTC (rev 1552) @@ -32,8 +32,10 @@ #include "bzlib.h" +#if defined(_MSC_VER) +#pragma warning(disable: 4100 4101 4127) +#endif - /*-- General stuff. --*/ #define BZ_VERSION "1.0.6, 6-Sept-2010" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |