diff --git a/Jamfile b/Jamfile index 84fc70075..e7a5daf99 100755 --- a/Jamfile +++ b/Jamfile @@ -273,6 +273,7 @@ rule warnings ( properties * ) # disable warning C4389: signed/unsigned mismatch result += /wd4389 ; result += /wd4245 ; + result += /wd4018 ; # disable warning C4244: 'argument' : conversion from 'int' to 'unsigned short', possible loss of data result += /wd4244 ; }