build: don't use -Wstrict-prototypes (bgo #584947)
authorDan Williams <dcbw@redhat.com>
Tue, 26 Apr 2011 18:55:52 +0000 (13:55 -0500)
committerDan Williams <dcbw@redhat.com>
Tue, 26 Apr 2011 18:55:52 +0000 (13:55 -0500)
commitdb9b1df0e47996ff8aaea468a11e1e97f64ee126
tree2e29fa4df6384618a880c1944139eb36b516b9b9
parentaeb7123368c4f4ee26023cf94ee169f2882ac979
build: don't use -Wstrict-prototypes (bgo #584947)

First, -Wstrict-prototypes wasn't actually getting used because
-Werror was already in CFLAGS and AC_TRY_COMPILE doesn't produce
main() functions with valid strict prototypes.  Suck.  But even
fixing that, the WiMAX SDK won't build with the flag, so just rip
it out.
m4/compiler_warnings.m4