Fixed minor gcc warnings
[libcds.git] / test / unit / map / michael_lazy_hp.cpp
index b6db024f205c20b135d6bc1095e56dd0fb58efb0..9ec2a16fd50e6e0b1611608b9b07d4e12bd5e682 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:
 
@@ -193,7 +193,7 @@ namespace {
 
         map_type m( kSize, 2 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
     TEST_F( MichaelLazyMap_HP, wrapped_stat )
@@ -214,7 +214,7 @@ namespace {
 
         map_type m( kSize, 2 );
         test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
 } // namespace