Fixed minor gcc warnings
[libcds.git] / test / unit / map / michael_michael_hp.cpp
index 4c3a7ae43fde6dbfedadc52e5ef945303397d5d5..c494e36caceed7d11efb108fa95ac4b2cb227caf 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( MichaelMap_HP, wrapped_stat )
@@ -194,7 +194,7 @@ namespace {
 
         map_type m( kSize, 8 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
 } // namespace