configure: enable -Wstrict-prototypes unconditionally
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 15 Jul 2020 16:17:24 +0000 (12:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jul 2020 22:39:41 +0000 (18:39 -0400)
commit6567934701fb3446f1ef943aaa8f24844c81bfdc
tree65570cf9033a41a1b5bae117103bdadd722e27e0
parentcbb6e80508dfe62c2c985f37c9aedf53d90acab4
configure: enable -Wstrict-prototypes unconditionally

I noticed that -Wstrict-prototypes would not get enabled, because the
autoconf test program generates a warning of this type.  Enable it
unconditionally, like we already do for -Wold-style-definition.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I145ceedb977d1d60a094f598ecae56930c742c4c
configure.ac
This page took 0.024007 seconds and 4 git commands to generate.