Skip to content
Snippets Groups Projects
Commit cc2be4cd authored by Ben Cumming's avatar Ben Cumming Committed by GitHub
Browse files

Merge pull request #26 from halfflat/feature/address-clang-warnings

Remove redundant #ifdef'ed code
parents b52cef8f c08271c5
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