Skip to content

Commit

Permalink
switch: supress implicit-function-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Jun 18, 2024
1 parent ce80c2e commit 8f49358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ APP_VERSION := 2.3.2

SOURCES += gui console
# DEBUG_BUILD := 1
CFLAGS += -Wno-implicit-function-declaration

ifeq (wiiu,$(MAKECMDGOALS))
SOURCES += libs/librpxloader/source
Expand Down

0 comments on commit 8f49358

Please sign in to comment.