Fixed minor gcc warnings
[libcds.git] / test / unit / map / test_michael_lazy_rcu.h
index 7c6c2930e9a88e7a25e89cbd7ca548b83cf9ed5c..2194cd7220fbee71be40fabc2b72763852c9f87a 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:
 
@@ -224,7 +224,7 @@ namespace {
 
         map_type m( TestFixture::kSize, 4 );
         this->test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }
 
     TYPED_TEST_P( MichaelLazyMap, wrapped_stat )
@@ -250,7 +250,7 @@ namespace {
 
         map_type m( TestFixture::kSize, 4 );
         this->test( m );
-        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0u );
     }