Use -Wall -Wextra with clang
authorEmilia Kasper <emilia@openssl.org>
Tue, 14 Apr 2015 14:04:40 +0000 (16:04 +0200)
committerEmilia Kasper <emilia@openssl.org>
Fri, 17 Apr 2015 16:17:50 +0000 (18:17 +0200)
commit13efe9d17e7ee522c5aaa07f3076184161ede61f
tree172f162c79b1cf4ccb0d2d71e75b430c99b76ae4
parent323daa74fc608860ebee86c7e93ab8b4e926cb1e
Use -Wall -Wextra with clang

The disabled set of -Weverything is hard to maintain across versions.
Use -Wall -Wextra but also document other useful warnings that currently trigger.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
Configure