Fixed minor gcc warnings
[libcds.git] / test / unit / map / michael_michael_dhp.cpp
index cfd4a2b673bc355dcaaf5bcfd7ec100bb4552644..bf9b602d01b6209495d040fcb4f0aaf915676f47 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:
 
@@ -172,7 +172,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_DHP, wrapped_stat )
@@ -192,7 +192,7 @@ namespace {
 
         map_type m( kSize, 8 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
 } // namespace