Fixed minor gcc warnings
[libcds.git] / test / unit / set / michael_lazy_dhp.cpp
index b362edcafdb27c5314764c4f651f20437561035e..6c742b18e054fdaceed71fcfe6a4fed5e01487c0 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:
 
@@ -213,7 +213,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
-        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0u );
     }
 
     TEST_F( MichaelLazySet_DHP, wrapped_stat )
@@ -235,7 +235,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
-        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0u );
     }
 
 } // namespace