From 3500b728d1cdc84fae20b550a3b7c7432ebff191 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 11220ffa5..a59cbc0c2 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