From 4be3b1c3e5658ce593426e9a367d85af6b4a30f7 Mon Sep 17 00:00:00 2001 From: sdong Date: Tue, 5 Nov 2019 11:08:10 -0800 Subject: [PATCH] Disable warning as error --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 34b36c4b30..844e26ba9a 100644 --- a/Makefile +++ b/Makefile @@ -223,11 +223,6 @@ default: all WARNING_FLAGS = -W -Wextra -Wall -Wsign-compare -Wshadow \ -Wno-unused-parameter -ifndef DISABLE_WARNING_AS_ERROR - WARNING_FLAGS += -Werror -endif - - ifdef LUA_PATH ifndef LUA_INCLUDE