issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / tests / unit / print_segmentedqueue_stat.h
index 5d9373eb2a665851a73109899d1a99ffa0f06c27..2dd1aa420a3898ec83dd9e613736e4fcef5fff82 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __UNIT_PRINT_SEGMENTEDQUEUE_STAT_H
-#define __UNIT_PRINT_SEGMENTEDQUEUE_STAT_H
+#ifndef CDSUNIT_PRINT_SEGMENTEDQUEUE_STAT_H
+#define CDSUNIT_PRINT_SEGMENTEDQUEUE_STAT_H
 
 #include <ostream>
 
@@ -21,11 +21,11 @@ namespace std {
             << "\t         Segment deleted: " << s.m_nSegmentDeleted.get()    << "\n";
     }
 
-    static inline ostream& operator <<( ostream& o, cds::intrusive::segmented_queue::empty_stat const& s )
+    static inline ostream& operator <<( ostream& o, cds::intrusive::segmented_queue::empty_stat const& /*s*/ )
     {
         return o;
     }
 
 } // namespace std
 
-#endif // #ifndef __UNIT_PRINT_SEGMENTEDQUEUE_STAT_H
+#endif // #ifndef CDSUNIT_PRINT_SEGMENTEDQUEUE_STAT_H