]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: add -Wmisleading-indentation to strict warnings flags.
authorAndy Polyakov <appro@openssl.org>
Thu, 21 Sep 2017 20:47:12 +0000 (22:47 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Sep 2017 20:08:35 +0000 (22:08 +0200)
commit6d50589c0434a78733d40d3a0fd7cb97eef1cb94
tree3b1bf6050906008944a4caf7cb238522629b0c10
parent8545051c3652bce7bb962afcb6879c4a6288bc67
Configure: add -Wmisleading-indentation to strict warnings flags.

The warning flag in question was added in GCC version 6, hence
addition has to be conditional.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4401)
Configure