suppress another warning.

This commit is contained in:
Bill Hoffman 2009-11-12 10:53:00 -05:00
parent dc5d1edcfd
commit 3e5d2bda4d
1 changed files with 2 additions and 0 deletions

View File

@ -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. --*/