Disable warning as error
This commit is contained in:
parent
f54a9a6e7f
commit
4be3b1c3e5
5
Makefile
5
Makefile
@ -223,11 +223,6 @@ default: all
|
|||||||
WARNING_FLAGS = -W -Wextra -Wall -Wsign-compare -Wshadow \
|
WARNING_FLAGS = -W -Wextra -Wall -Wsign-compare -Wshadow \
|
||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
|
|
||||||
ifndef DISABLE_WARNING_AS_ERROR
|
|
||||||
WARNING_FLAGS += -Werror
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
ifdef LUA_PATH
|
ifdef LUA_PATH
|
||||||
|
|
||||||
ifndef LUA_INCLUDE
|
ifndef LUA_INCLUDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user