From c24004c70e9e10199ac8748aa768ce2df64b0f8c Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 4 Mar 2016 22:09:26 -0700 Subject: [PATCH] Disable more warnings for catch/gcc --- unittests/compiled_tests.cpp | 1 + unittests/type_info_test.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/unittests/compiled_tests.cpp b/unittests/compiled_tests.cpp index 3c49ced..40a6c88 100644 --- a/unittests/compiled_tests.cpp +++ b/unittests/compiled_tests.cpp @@ -9,6 +9,7 @@ #ifdef __GNUC__ #pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunknown-pragmas" #pragma GCC diagnostic ignored "-Wparentheses" #endif diff --git a/unittests/type_info_test.cpp b/unittests/type_info_test.cpp index d61dd88..57f02f3 100644 --- a/unittests/type_info_test.cpp +++ b/unittests/type_info_test.cpp @@ -7,6 +7,7 @@ #ifdef __GNUC__ #pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunknown-pragmas" #pragma GCC diagnostic ignored "-Wparentheses" #endif