remove warning as error.
This commit is contained in:
parent
3d267c9941
commit
fe55e3e18f
4
Makefile
4
Makefile
@ -220,10 +220,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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user