X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=tests%2Funit%2Fprint_cuckoo_stat.h;h=1d2fc9cf7c4853f77ae4ccd2a924b2f3b19ce16a;hp=c1308f08db75b33adb605f32b96d88f62ea9aaed;hb=9e2654f9e05fa1ed4cbb78387363d735d385b74c;hpb=68c4bb6ce67fc8fccf8d850868e1e95b91f334a4 diff --git a/tests/unit/print_cuckoo_stat.h b/tests/unit/print_cuckoo_stat.h index c1308f08..1d2fc9cf 100644 --- a/tests/unit/print_cuckoo_stat.h +++ b/tests/unit/print_cuckoo_stat.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __UNIT_PRINT_CUCKOO_STAT_H -#define __UNIT_PRINT_CUCKOO_STAT_H +#ifndef CDSUNIT_PRINT_CUCKOO_STAT_H +#define CDSUNIT_PRINT_CUCKOO_STAT_H #include #include @@ -40,7 +40,7 @@ namespace std { << "\t\t m_nResizeCount: " << s.m_nResizeCount.get() << "\n" ; } - static inline ostream& operator <<( ostream& o, cds::intrusive::cuckoo::empty_refinable_stat const& s ) + static inline ostream& operator <<( ostream& o, cds::intrusive::cuckoo::empty_refinable_stat const& /*s*/ ) { return o; } @@ -79,11 +79,11 @@ namespace std { ; } - static inline ostream& operator <<( ostream& o, cds::intrusive::cuckoo::empty_stat const& s ) + static inline ostream& operator <<( ostream& o, cds::intrusive::cuckoo::empty_stat const& /*s*/ ) { return o; } } // namespace std -#endif // #ifndef __UNIT_PRINT_CUCKOO_STAT_H +#endif // #ifndef CDSUNIT_PRINT_CUCKOO_STAT_H