mirror of https://github.com/rusefi/lua.git
detail (added -Wconversion as a comment, to be used ocasionally)
This commit is contained in:
parent
3a29087cb7
commit
dbf911c516
1
makefile
1
makefile
|
@ -17,6 +17,7 @@ CWARNSCPP= \
|
||||||
-Wdisabled-optimization \
|
-Wdisabled-optimization \
|
||||||
-Wstrict-aliasing \
|
-Wstrict-aliasing \
|
||||||
# the next warnings generate to much noise, so they are disabled
|
# the next warnings generate to much noise, so they are disabled
|
||||||
|
# -Wconversion -Wno-sign-conversion \
|
||||||
# -Wsign-conversion \
|
# -Wsign-conversion \
|
||||||
# -Wconversion \
|
# -Wconversion \
|
||||||
# -Wlogical-op \
|
# -Wlogical-op \
|
||||||
|
|
Loading…
Reference in New Issue