issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / set / hdr_striped_set.h
index 36d22b70ad64889d2fbd3a766477a9894af78e0e..e9b0e5aa7f69eb208668e260c0e4f271ae6c276c 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDSTEST_HDR_STRIPED_SET_H
-#define __CDSTEST_HDR_STRIPED_SET_H
+#ifndef CDSTEST_HDR_STRIPED_SET_H
+#define CDSTEST_HDR_STRIPED_SET_H
 
 #include "cppunit/cppunit_proxy.h"
 #include "size_check.h"
@@ -257,12 +257,12 @@ namespace set {
         struct find_functor
         {
             template <typename Item, typename T>
-            void operator()( Item& i, T& val )
+            void operator()( Item& i, T& /*val*/ ) const
             {
                 ++i.nFindCount;
             }
             template <typename Item, typename T>
-            void operator()( Item& i, T const& val )
+            void operator()( Item& i, T const& /*val*/ ) const
             {
                 ++i.nFindCount;
             }
@@ -750,4 +750,4 @@ namespace set {
     };
 } // namespace set
 
-#endif // #ifndef __CDSTEST_HDR_STRIPED_SET_H
+#endif // #ifndef CDSTEST_HDR_STRIPED_SET_H