Browse Source

suppress another warning.

Bill Hoffman 16 years ago
parent
commit
3e5d2bda4d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmbzip2/bzlib_private.h

+ 2 - 0
Utilities/cmbzip2/bzlib_private.h

@@ -44,6 +44,8 @@
 # pragma warning(disable:4244)
 /* conversion from 'size_t' to 'off_t', possible loss of data */
 # pragma warning(disable:4267)
+/* warning C4127: conditional expression is constant*/
+# pragma warning(disable:4127)
 #endif
 
 /*-- General stuff. --*/