mirror of https://github.com/xzeldon/htop.git
configure: add -Winit-self warning
This commit is contained in:
parent
b20bb543ce
commit
4dadbe3b34
|
@ -346,6 +346,7 @@ AM_CFLAGS="\
|
||||||
-Wextra\
|
-Wextra\
|
||||||
-Wfloat-equal\
|
-Wfloat-equal\
|
||||||
-Wformat=2\
|
-Wformat=2\
|
||||||
|
-Winit-self\
|
||||||
-Wmissing-format-attribute\
|
-Wmissing-format-attribute\
|
||||||
-Wmissing-noreturn\
|
-Wmissing-noreturn\
|
||||||
-Wmissing-prototypes\
|
-Wmissing-prototypes\
|
||||||
|
|
Loading…
Reference in New Issue