Skip to content

Commit

Permalink
Disable implicit-function-declaration warning
Browse files Browse the repository at this point in the history
Workaround for more strict default warnings.
  • Loading branch information
matthiasblaesing committed Oct 16, 2024
1 parent 32aa580 commit afea122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ LD=$(CC)
LIBS=
# Default to Sun recommendations for JNI compilation
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing
COPT+=-Wno-implicit-function-declaration
CASM=-S
ifeq ($(DEBUG),true)
CDEBUG=-g
Expand Down

0 comments on commit afea122

Please sign in to comment.