summaryrefslogtreecommitdiffhomepage
path: root/test/magnum-math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/magnum-math.cpp')
-rw-r--r--test/magnum-math.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/magnum-math.cpp b/test/magnum-math.cpp
index d9dc7bb6..a9b7e98d 100644
--- a/test/magnum-math.cpp
+++ b/test/magnum-math.cpp
@@ -6,11 +6,6 @@
#include <Magnum/Math/Vector3.h>
#include <Magnum/Math/Vector4.h>
-#ifdef __GNUG__
-# pragma GCC diagnostic push
-# pragma GCC diagnostic ignored "-Wfloat-equal"
-#endif
-
namespace floormat {
using Magnum::Math::Vector;
@@ -68,7 +63,3 @@ void test_app::test_magnum_math()
}
} // namespace floormat
-
-#ifdef __GNUG__
-# pragma GCC diagnostic pop
-#endif