Added two warnings to the makefile.
This commit is contained in:
Roberto Ierusalimschy 2024-11-29 17:39:20 -03:00
parent 002beeebe7
commit 62afbc6bfc

View File

@ -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 \