Skip to content

Commit afea122

Browse files
Disable implicit-function-declaration warning
Workaround for more strict default warnings.
1 parent 32aa580 commit afea122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ LD=$(CC)
8989
LIBS=
9090
# Default to Sun recommendations for JNI compilation
9191
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing
92+
COPT+=-Wno-implicit-function-declaration
9293
CASM=-S
9394
ifeq ($(DEBUG),true)
9495
CDEBUG=-g

0 commit comments

Comments
 (0)