Use -Wall -Wextra with clang
authorEmilia Kasper <emilia@openssl.org>
Thu, 16 Apr 2015 16:46:52 +0000 (18:46 +0200)
committerEmilia Kasper <emilia@openssl.org>
Fri, 17 Apr 2015 16:26:09 +0000 (18:26 +0200)
commit5613feaacc1334dce9809d60bc23f3081e6d35e6
treecc5effb616263d422df2491532685382a48520db
parent3b38646d1345b5ec4ff7fd13c8b8bd8d46105b7e
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>
Configure