From 0da99027b77f0fa6e01466b5519ed5a258d740ad Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Apr 2019 17:44:09 +0200 Subject: [PATCH] :rotating_light: silenced a warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 553af908..2a871dc8 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,6 @@ pedantic_gcc: -Wextra \ -Wextra-semi \ -Wfloat-conversion \ - -Wfloat-equal \ -Wformat \ -Wformat-contains-nul \ -Wformat-extra-args \ @@ -232,6 +231,7 @@ pedantic_gcc: -Wmultistatement-macros \ -Wnarrowing \ -Wno-deprecated-declarations \ + -Wno-float-equal \ -Wno-long-long \ -Wno-namespaces \ -Wno-padded \