Skip to content

Commit

Permalink
[build] disable Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly committed Aug 21, 2024
1 parent 6df509d commit 1deeace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ ifeq ($(PLATFORM), OS_OPENBSD)
WARNING_FLAGS += -Wno-unused-lambda-capture
endif

ifndef DISABLE_WARNING_AS_ERROR
WARNING_FLAGS += -Werror
endif
# ifndef DISABLE_WARNING_AS_ERROR
# WARNING_FLAGS += -Werror
# endif


ifdef LUA_PATH
Expand Down

0 comments on commit 1deeace

Please sign in to comment.