1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-11 13:07:08 +03:00

Add -Wfloat-equal to default build flags

This commit is contained in:
Benny Baumann 2020-09-18 16:58:03 +02:00 committed by cgzones
parent 321960bd96
commit ba0fca1800

@ -270,6 +270,7 @@ AM_CFLAGS="\
-Wall\
-Wcast-align\
-Wextra\
-Wfloat-equal\
-Wmissing-format-attribute\
-Wmissing-noreturn\
-Wpointer-arith\