Silence some pedantic warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-28 11:29:20 +02:00
parent 4134a512b9
commit f1d713ebf6
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -33,6 +33,9 @@
#if (ACC_CC_MSC)
# pragma warning(disable: 4456) // -Wno-shadow
#endif
#if (ACC_CC_MSC && (_MSC_VER < 1900))
# pragma warning(disable: 4127) // warning C4127: conditional expression is constant
#endif
void lzma_compress_config_t::reset()