Remove -Wfloat-equal suppressions on tests

This commit is contained in:
Sven Fink
2021-08-04 09:14:45 +02:00
parent 353d59717e
commit 3f5545f99b
6 changed files with 0 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ SOFTWARE.
*/
#include "doctest_compatibility.h"
DOCTEST_GCC_SUPPRESS_WARNING("-Wfloat-equal")
#include <nlohmann/json.hpp>
using nlohmann::json;