Fixed minor gcc warnings
[libcds.git] / test / unit / map / michael_iterable_hp.cpp
index 71e37a0f904ae68d124891d3ed476c6f742d8fdc..693762aa0d6c23a2b0acb001d680ca1c1ddfcb9e 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -173,7 +173,7 @@ namespace {
 
         map_type m( kSize, 8 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
     TEST_F( MichaelIterableMap_HP, wrapped_stat )
@@ -193,7 +193,7 @@ namespace {
 
         map_type m( kSize, 8 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
 } // namespace