Fixed -Wshadow warning
[libcds.git] / 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