Fixed minor gcc warnings
[libcds.git] / test / stress / map / delodd / map_delodd.h
index 158119edcf431c73e7e52e46f68d7f3fec32bdc0..92ec10b11d93853efbc842578aef13fe61d15398 100644 (file)
@@ -593,7 +593,7 @@ namespace map {
             }
 
             EXPECT_EQ( nInsertSuccess, s_nMapSize * s_nInsThreadCount );
-            EXPECT_EQ( nInsertFailed, 0 );
+            EXPECT_EQ( nInsertFailed, 0u );
 
             propout()
                 << std::make_pair( "insert_success", nInsertSuccess )
@@ -665,7 +665,7 @@ namespace map {
             }
 
             EXPECT_EQ( nInsertSuccess, s_nMapSize * s_nInsThreadCount );
-            EXPECT_EQ( nInsertFailed, 0 );
+            EXPECT_EQ( nInsertFailed, 0u );
 
             propout()
                 << std::make_pair( "insert_success", nInsertSuccess )