]> rtime.felk.cvut.cz Git - orte.git/commit
ANDROID: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
authorMartin Vajnar <martin.vajnar@gmail.com>
Mon, 29 Sep 2014 18:50:40 +0000 (20:50 +0200)
committerMartin Vajnar <martin.vajnar@gmail.com>
Mon, 29 Sep 2014 18:50:40 +0000 (20:50 +0200)
commitc1eacaaaabda70e605c8b1c5fbcef9253bd311ac
treea46532c9af5f76ab9666fb09d9523e3c38a69972
parentb6a882dcacbe47190dd987d3878e0c5f80ef9238
ANDROID: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings

Ignore int-to-pointer and pointer-to-int compiler conversion warnings,
since we are storing 32-bit (64-bit) pointers in 64-bit java fields.

This should make the output of 'ndk-build' script more readable.
orte/libaorte/jni/Android.mk