Added a comment
authorkhizmax <libcds.dev@gmail.com>
Fri, 26 May 2017 19:44:28 +0000 (22:44 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 26 May 2017 19:44:28 +0000 (22:44 +0300)
test/include/cds_test/ext_gtest.h

index 0d525018cbf1b193fea52736af72ec981b7ad6db..bc24ff6d894b8e30e8d9f7463315c004903fe4cf 100644 (file)
 #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