From c08271c50e07ccdb2eaa4fbf229bd08d83fde72f Mon Sep 17 00:00:00 2001 From: Sam Yates <sam@quux.dropbear.id.au> Date: Sat, 11 Jun 2016 13:21:43 +0200 Subject: [PATCH] Remove redundant #ifdef'ed code --- tests/test_optional.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_optional.cpp b/tests/test_optional.cpp index 4fe63010..6755525a 100644 --- a/tests/test_optional.cpp +++ b/tests/test_optional.cpp @@ -5,11 +5,6 @@ #include "gtest.h" #include "util/optional.hpp" -#if defined(__clang__) -// refer: https://llvm.org/bugs/show_bug.cgi?id=21629 -//#pragma clang diagnostic ignored "-Wmissing-braces" -#endif - using namespace nest::mc::util; TEST(optionalm,ctors) { -- GitLab