mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
Details
Added two warnings to the makefile.
This commit is contained in:
parent
002beeebe7
commit
62afbc6bfc
4
makefile
4
makefile
@ -15,12 +15,12 @@ CWARNSCPP= \
|
|||||||
-Wdouble-promotion \
|
-Wdouble-promotion \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-Wconversion \
|
-Wconversion \
|
||||||
|
-Wuninitialized \
|
||||||
|
-Wstrict-overflow=2 \
|
||||||
# the next warnings might be useful sometimes,
|
# the next warnings might be useful sometimes,
|
||||||
# but usually they generate too much noise
|
# but usually they generate too much noise
|
||||||
# -Werror \
|
# -Werror \
|
||||||
# -pedantic # warns if we use jump tables \
|
# -pedantic # warns if we use jump tables \
|
||||||
# -Wsign-conversion \
|
|
||||||
# -Wstrict-overflow=2 \
|
|
||||||
# -Wformat=2 \
|
# -Wformat=2 \
|
||||||
# -Wcast-qual \
|
# -Wcast-qual \
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user