From 5ce900a53249f901d44b1a971dc54c213921a773 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Sun, 4 May 2014 09:16:32 +0100 Subject: [PATCH] Removed some #pragmas that have been causing problems for now --- include/catch.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/catch.hpp b/include/catch.hpp index 14be1325..2ac88963 100644 --- a/include/catch.hpp +++ b/include/catch.hpp @@ -17,8 +17,6 @@ #pragma clang diagnostic ignored "-Wpadded" #pragma clang diagnostic ignored "-Wc++98-compat" #pragma clang diagnostic ignored "-Wc++98-compat-pedantic" -#pragma clang diagnostic ignored "-WGeneralized initializer lists are incompatible with C++98" -#pragma clang diagnostic ignored "-WRvalue references are incompatible with C++98" #endif #ifdef CATCH_CONFIG_MAIN