From c150e4bde9080799c7c9f115565c8324faa953be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 18 Dec 2020 15:49:37 +0100 Subject: Enable -Wformat=2 Now that the global format variable Process_pidFormat is gone, enable the compiler warning -Wformat=2. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5c39b405..f303ff03 100644 --- a/configure.ac +++ b/configure.ac @@ -333,6 +333,7 @@ AM_CFLAGS="\ -Wcast-qual\ -Wextra\ -Wfloat-equal\ + -Wformat=2\ -Wmissing-format-attribute\ -Wmissing-noreturn\ -Wmissing-prototypes\ -- cgit v1.2.3