1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

added two more commented warning options (just to know about them)

This commit is contained in:
Roberto Ierusalimschy
2013-03-15 11:00:08 -03:00
parent 70b0ee6310
commit 4f0c716c8e
+2
View File
@@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \
-Wdisabled-optimization \
-Wstrict-aliasing \
# the next warnings generate to much noise, so they are disabled
# -Wsign-conversion \
# -Wconversion \
# -Wlogical-op \
# -Wstrict-overflow=2 \
# -Wformat=2 \