suppress another warning.
This commit is contained in:
parent
dc5d1edcfd
commit
3e5d2bda4d
@ -44,6 +44,8 @@
|
|||||||
# pragma warning(disable:4244)
|
# pragma warning(disable:4244)
|
||||||
/* conversion from 'size_t' to 'off_t', possible loss of data */
|
/* conversion from 'size_t' to 'off_t', possible loss of data */
|
||||||
# pragma warning(disable:4267)
|
# pragma warning(disable:4267)
|
||||||
|
/* warning C4127: conditional expression is constant*/
|
||||||
|
# pragma warning(disable:4127)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*-- General stuff. --*/
|
/*-- General stuff. --*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user