diff --git a/makefile b/makefile index 0202b0de..e8f97d59 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,7 @@ CWARNSCPP= \ -Wdisabled-optimization \ -Wstrict-aliasing \ # the next warnings generate to much noise, so they are disabled + # -Wconversion -Wno-sign-conversion \ # -Wsign-conversion \ # -Wconversion \ # -Wlogical-op \