commit | 57f637279a5b53022cdf742e329303abcf5eccaa | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <[email protected]> | Mon Nov 24 03:02:03 2014 +0100 |
committer | Bernhard Rosenkränzer <[email protected]> | Mon Nov 24 03:02:03 2014 +0100 |
tree | f7ba5c44846607a870569f50b8dca869425a58e1 | |
parent | ff4dd15cd024f72cbd2b6d547356de030b2dd71c [diff] |
Add -Wno-unused-parameter to LOCAL_CFLAGS Some JNI functions ignore the JNI environment and class information, but still take the parameters -- causing a build failure with clang (and gcc with -Wextra enabled). Ignore this. Change-Id: I049fcf65991b19d2416fce105699311803b43cfc Signed-off-by: Bernhard Rosenkränzer <[email protected]>