projects
/
libcds.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed -Wshadow warning
[libcds.git]
/
test
/
include
/
cds_test
/
ext_gtest.h
diff --git
a/test/include/cds_test/ext_gtest.h
b/test/include/cds_test/ext_gtest.h
index
6178670
..
bc24ff6
100644
(file)
--- a/
test/include/cds_test/ext_gtest.h
+++ b/
test/include/cds_test/ext_gtest.h
@@
-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>