Enable -Wformat=2

Now that the global format variable Process_pidFormat is gone, enable
the compiler warning -Wformat=2.
This commit is contained in:
Christian Göttsche
2020-12-18 15:49:37 +01:00
committed by cgzones
parent 9f68c8d341
commit c150e4bde9
2 changed files with 14 additions and 16 deletions

View File

@ -333,6 +333,7 @@ AM_CFLAGS="\
-Wcast-qual\
-Wextra\
-Wfloat-equal\
-Wformat=2\
-Wmissing-format-attribute\
-Wmissing-noreturn\
-Wmissing-prototypes\