mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Enable -Wformat=2
Now that the global format variable Process_pidFormat is gone, enable the compiler warning -Wformat=2.
This commit is contained in:

committed by
cgzones

parent
9f68c8d341
commit
c150e4bde9
@ -333,6 +333,7 @@ AM_CFLAGS="\
|
||||
-Wcast-qual\
|
||||
-Wextra\
|
||||
-Wfloat-equal\
|
||||
-Wformat=2\
|
||||
-Wmissing-format-attribute\
|
||||
-Wmissing-noreturn\
|
||||
-Wmissing-prototypes\
|
||||
|
Reference in New Issue
Block a user