]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Enable -Wall for automake
authorGuillem Jover <guillem@hadrons.org>
Tue, 13 Dec 2022 02:35:05 +0000 (03:35 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 13 Dec 2022 02:49:03 +0000 (03:49 +0100)
This will make sure to warn about bogus or deprecated constructs.

configure.ac

index 59689dbb1da4adafe31f9808fc7c629dc668a25f..3a1f19aef9ba4cb5715914470161f5094bc6cccb 100644 (file)
@@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE(
   [1.11]
+  [-Wall]
   [foreign]
   [nostdinc]
   [subdir-objects]