mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
Added two warnings to the makefile.
This commit is contained in:
parent
002beeebe7
commit
62afbc6bfc
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -15,12 +15,12 @@ CWARNSCPP= \
|
|||
-Wdouble-promotion \
|
||||
-Wmissing-declarations \
|
||||
-Wconversion \
|
||||
-Wuninitialized \
|
||||
-Wstrict-overflow=2 \
|
||||
# the next warnings might be useful sometimes,
|
||||
# but usually they generate too much noise
|
||||
# -Werror \
|
||||
# -pedantic # warns if we use jump tables \
|
||||
# -Wsign-conversion \
|
||||
# -Wstrict-overflow=2 \
|
||||
# -Wformat=2 \
|
||||
# -Wcast-qual \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue