Fixes warnings of the form "warning: cast to pointer from integer of different size" when building on 32 bit platforms. This is the same approach used for pointer conversions in the openjdk sources.
Cast pointers through uintptr_t under JNI #389
pull jgriffiths wants to merge 1 commits into bitcoin-core:master from jgriffiths:jni_pointer_casts changing 2 files +18 −16-
jgriffiths commented at 8:43 AM on April 28, 2016: contributor
-
47b9e78e07
Cast pointers through uintptr_t under JNI
Fixes warnings of the form "warning: cast to pointer from integer of different size" when building on 32 bit platforms. This is the same approach used for pointer conversions in the openjdk sources.
-
sipa commented at 5:57 PM on May 8, 2016: contributor
utACK
- sipa merged this on May 8, 2016
- sipa closed this on May 8, 2016
- sipa referenced this in commit 2c52b5d244 on May 8, 2016
- jgriffiths deleted the branch on May 9, 2016
Contributors