configure: enable additional code cleanliness warnings
commit25da6eaf434705a6ad01f252132dc7f109493c67
authorH. Peter Anvin <hpa@zytor.com>
Wed, 2 Mar 2016 06:20:10 +0000 (1 22:20 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 2 Mar 2016 06:20:10 +0000 (1 22:20 -0800)
tree21150d0f8b4f040ce19d5a11da1505b588cc1110
parentef63588eb483f96550d5a6d097363ff6e7a733f4
configure: enable additional code cleanliness warnings

We are supposed to handle compiling on a "C90 plus long long"
compiler, so make gcc (our most common development platform compiler)
complain when we don't.

However, suppress the complaints about the Microsoft definitions of
the <inttypes.h> strings.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
aclocal.m4
configure.in