From a51a728d847e790329e41c75928a81630200b63f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 22 Oct 2020 16:02:39 +0800 Subject: update Lua, fix cmakelists.txt. --- src/lua/makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lua/makefile') diff --git a/src/lua/makefile b/src/lua/makefile index c4b0064..bf09f24 100644 --- a/src/lua/makefile +++ b/src/lua/makefile @@ -6,7 +6,6 @@ # Warnings valid for both C and C++ CWARNSCPP= \ - -fmax-errors=5 \ -Wextra \ -Wshadow \ -Wsign-compare \ @@ -15,8 +14,6 @@ CWARNSCPP= \ -Wredundant-decls \ -Wdisabled-optimization \ -Wdouble-promotion \ - -Wlogical-op \ - -Wno-aggressive-loop-optimizations \ # the next warnings might be useful sometimes, # but usually they generate too much noise # -Werror \ -- cgit v1.2.3-55-g6feb