From 483f4cae83fae9f729acdfae3a09fb1c90a43f3a 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 c2ceeb7a8..5daa9e058 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