Fixed -Wshadow warning
[libcds.git] / test / include / cds_test / ext_gtest.h
index 617867015fbc991a21f106e4fc125021bd824330..bc24ff6d894b8e30e8d9f7463315c004903fe4cf 100644 (file)
@@ -36,7 +36,6 @@
 #   pragma GCC diagnostic push
     // Unfortunately, seems, -Wduplicated-branches cannot be controlled via this pragma
 #   pragma GCC diagnostic ignored "-Wduplicated-branches"
-#   pragma GCC diagnostic ignored "-Wshadow"
 #endif
 
 #include <gtest/gtest.h>