Remove duplicates from clang_devteam_warnings
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 1 May 2017 17:39:20 +0000 (12:39 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 1 May 2017 18:23:28 +0000 (14:23 -0400)
commit96db26919d5caff2db6340354a026f56dc6f09da
tree7344c864096b98d6e3c99b10ddbf440383ad105d
parentf44903a428cc63ce88bfba26e8e4e2e9b21f058d
Remove duplicates from clang_devteam_warnings

Since the clang_devteam_warnings are appended to the gcc_devteam_warnings
when strict-warnings are requested, any items present in both the gcc
and clang variables will be duplicated in the cflags used for clang builds.
Remove the extra copy from the clang-specific flags in favor of the
gcc_devteam_warnings that are used for all strict-warnings builds.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3239)
Configure