From 3be950958c17ce5c807ae8016ce84991053fc995 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 10 Jun 2016 19:33:23 +0100 Subject: [PATCH] Suppress more warnings in test code --- projects/SelfTest/VariadicMacrosTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/SelfTest/VariadicMacrosTests.cpp b/projects/SelfTest/VariadicMacrosTests.cpp index b784076d..6f1f6da8 100644 --- a/projects/SelfTest/VariadicMacrosTests.cpp +++ b/projects/SelfTest/VariadicMacrosTests.cpp @@ -7,6 +7,7 @@ */ #include "catch.hpp" +#include "internal/catch_suppress_warnings.h" #ifdef CATCH_CONFIG_VARIADIC_MACROS