mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-21 17:25:21 -05:00
Add -Werror
This commit is contained in:
parent
ad54673bad
commit
0b832c7c45
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ INCLUDES := source
|
|||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -Wextra -Os -ffunction-sections -fdata-sections\
|
||||
CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user