Ignore jlong to pointer cast warnings on 32-bit Windows

pull/48/head
Graham 5 years ago
parent d68fa93c66
commit e096d031df
  1. 2
      pom.xml

@ -440,6 +440,8 @@
<option>/wd4204</option>
<!-- no function prototype given (in winuser.h) -->
<option>/wd4255</option>
<!-- type cast: truncation from <type> to <type> (only on 32-bit machines) -->
<option>/wd4305</option>
<!-- undefined processor macro (in vcruntime.h and winioctl.h) -->
<option>/wd4668</option>
<!-- padding after data member (in jawt.h and jni.h) -->

Loading…
Cancel
Save