Remove '-Wextra' as default user flags for the Linux clang targets
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 08:41:35 +0000 (09:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 08:41:35 +0000 (09:41 +0100)
commit95ea8da1768bf457b021f07cde9a6330827dc8a1
tree6f21b96a0447a2994c3910c4ae03b45d22e507ee
parentd3313a1f4cc6cb641c3bb68fd40625c118a4b7b7
Remove '-Wextra' as default user flags for the Linux clang targets

We have '--strict-warnings' for this kind of stuff...  also, user
flags are added last, so this overrides any warning supression
--strict-warnings may put in place (for good reasons).

Fixes #5609

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5612)
Configurations/10-main.conf