Skip to content
Commit f89ffcd7 authored by Richard Smith's avatar Richard Smith
Browse files

configure: when performing a compiler feature test for a -Wno-foo flag, attempt

to use -Wfoo instead of -Wno-foo. This works around a bug in some versions of
gcc, where it will silently accept an unknown -Wno-foo option, but will
generate an error for a compile which uses -Wno-foo if that compile also
triggers any warnings.

llvm-svn: 174770
parent 388d767a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment