mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2026-08-29 05:05:56 -05:00
Fix compiler warnings
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ INCLUDES := src
|
||||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -Wextra -O2 -ffunction-sections\
|
||||
CFLAGS := -Wall -Wextra -Werror -O2 -ffunction-sections\
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
||||
Reference in New Issue
Block a user