Commit 8d5649f0 authored by Dominik Charousset's avatar Dominik Charousset

Remove Wshadow from GCC flags

parent caa6aa6e
...@@ -261,7 +261,7 @@ if(CAF_MORE_WARNINGS) ...@@ -261,7 +261,7 @@ if(CAF_MORE_WARNINGS)
"-Wnon-virtual-dtor -Wnonnull -Woverflow " "-Wnon-virtual-dtor -Wnonnull -Woverflow "
"-Woverlength-strings -Wparentheses " "-Woverlength-strings -Wparentheses "
"-Wpmf-conversions -Wpointer-arith -Wreorder " "-Wpmf-conversions -Wpointer-arith -Wreorder "
"-Wreturn-type -Wsequence-point -Wshadow " "-Wreturn-type -Wsequence-point "
"-Wsign-compare -Wswitch -Wtype-limits -Wundef " "-Wsign-compare -Wswitch -Wtype-limits -Wundef "
"-Wuninitialized -Wunused -Wvla -Wwrite-strings") "-Wuninitialized -Wunused -Wvla -Wwrite-strings")
endif() 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