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