aboutsummaryrefslogtreecommitdiff
path: root/src/lua/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-10-22 16:02:39 +0800
committerLi Jin <dragon-fly@qq.com>2020-10-22 16:02:39 +0800
commita51a728d847e790329e41c75928a81630200b63f (patch)
tree8cc8e93a7863649499537366acecb41525022a57 /src/lua/makefile
parentf6e603cc5bef133e5e368a81f677bea92bc405b5 (diff)
downloadyuescript-a51a728d847e790329e41c75928a81630200b63f.tar.gz
yuescript-a51a728d847e790329e41c75928a81630200b63f.tar.bz2
yuescript-a51a728d847e790329e41c75928a81630200b63f.zip
update Lua, fix cmakelists.txt.
Diffstat (limited to '')
-rw-r--r--src/lua/makefile3
1 files changed, 0 insertions, 3 deletions
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 @@
6 6
7# Warnings valid for both C and C++ 7# Warnings valid for both C and C++
8CWARNSCPP= \ 8CWARNSCPP= \
9 -fmax-errors=5 \
10 -Wextra \ 9 -Wextra \
11 -Wshadow \ 10 -Wshadow \
12 -Wsign-compare \ 11 -Wsign-compare \
@@ -15,8 +14,6 @@ CWARNSCPP= \
15 -Wredundant-decls \ 14 -Wredundant-decls \
16 -Wdisabled-optimization \ 15 -Wdisabled-optimization \
17 -Wdouble-promotion \ 16 -Wdouble-promotion \
18 -Wlogical-op \
19 -Wno-aggressive-loop-optimizations \
20 # the next warnings might be useful sometimes, 17 # the next warnings might be useful sometimes,
21 # but usually they generate too much noise 18 # but usually they generate too much noise
22 # -Werror \ 19 # -Werror \