Commit 63315132 authored by Dominik Charousset's avatar Dominik Charousset

Remove -Wsign-promo (yields false positives only)

parent 1559e34e
......@@ -134,7 +134,7 @@ if(MORE_WARNINGS)
"-Woverlength-strings -Wparentheses "
"-Wpmf-conversions -Wpointer-arith -Wreorder "
"-Wreturn-type -Wsequence-point -Wshadow "
"-Wsign-compare -Wsign-promo -Wswitch -Wtype-limits -Wundef "
"-Wsign-compare -Wswitch -Wtype-limits -Wundef "
"-Wuninitialized -Wunused -Wvla -Wwrite-strings"
)
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment