From b9bf42ddc3c428c7d31f1fbf68bdf6e6542f1bbe Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 13 Dec 2022 03:35:05 +0100 Subject: [PATCH] build: Enable -Wall for automake This will make sure to warn about bogus or deprecated constructs. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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]