Skip to content
Snippets Groups Projects
Commit c08271c5 authored by Sam Yates's avatar Sam Yates
Browse files

Remove redundant #ifdef'ed code

parent 034b17bb
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment