Skip to content

Commit 3df3475

Browse files
Disable implicit-function-declaration warning
1 parent 130631d commit 3df3475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CC=gcc
8888
LD=$(CC)
8989
LIBS=
9090
# Default to Sun recommendations for JNI compilation
91-
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing
91+
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wno-implicit-function-declaration
9292
CASM=-S
9393
ifeq ($(DEBUG),true)
9494
CDEBUG=-g

0 commit comments

Comments
 (0)