From: khizmax Date: Fri, 26 May 2017 19:44:28 +0000 (+0300) Subject: Added a comment X-Git-Tag: v2.3.0~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebd37e2015fbb89d20892a2a8283b1b823833fa4;p=libcds.git Added a comment --- diff --git a/test/include/cds_test/ext_gtest.h b/test/include/cds_test/ext_gtest.h index 0d525018..bc24ff6d 100644 --- a/test/include/cds_test/ext_gtest.h +++ b/test/include/cds_test/ext_gtest.h @@ -31,8 +31,10 @@ #ifndef CDSTEST_EXT_GTEST_H #define CDSTEST_EXT_GTEST_H + #if defined( __GCC__ ) && !defined(__clang__) && __GNUC__ >= 7 # pragma GCC diagnostic push + // Unfortunately, seems, -Wduplicated-branches cannot be controlled via this pragma # pragma GCC diagnostic ignored "-Wduplicated-branches" #endif