forked from premiere/premiere-libtorrent
disable one more version of signed/unsigned mismatch warning in msvc
This commit is contained in:
parent
2fff222235
commit
c6da211585
1
Jamfile
1
Jamfile
|
@ -273,6 +273,7 @@ rule warnings ( properties * )
|
|||
# disable warning C4389: signed/unsigned mismatch
|
||||
result += <cflags>/wd4389 ;
|
||||
result += <cflags>/wd4245 ;
|
||||
result += <cflags>/wd4018 ;
|
||||
# disable warning C4244: 'argument' : conversion from 'int' to 'unsigned short', possible loss of data
|
||||
result += <cflags>/wd4244 ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue