From: Guillem Jover Date: Tue, 13 Dec 2022 02:35:05 +0000 (+0100) Subject: build: Enable -Wall for automake X-Git-Tag: 0.11.8~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9bf42ddc3c428c7d31f1fbf68bdf6e6542f1bbe;p=thirdparty%2Flibbsd.git build: Enable -Wall for automake This will make sure to warn about bogus or deprecated constructs. --- diff --git a/configure.ac b/configure.ac index 59689db..3a1f19a 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE( [1.11] + [-Wall] [foreign] [nostdinc] [subdir-objects]