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
1 changed files with 1 additions and 0 deletions

View File

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