 Issue 29715695:
  Noissue - get rid of compiler warnings  (Closed) 
  Base URL: github.com:adblockplus/adblockpluscore
    
  
    Issue 29715695:
  Noissue - get rid of compiler warnings  (Closed) 
  Base URL: github.com:adblockplus/adblockpluscore
| Index: test/compiled/RegExp.cpp | 
| diff --git a/test/compiled/RegExp.cpp b/test/compiled/RegExp.cpp | 
| index 324a9ad06b58d14afa45b969cddcba974e482846..0ac09de5dea0954c3877cd053ddce1f6d5f5b20c 100644 | 
| --- a/test/compiled/RegExp.cpp | 
| +++ b/test/compiled/RegExp.cpp | 
| @@ -23,7 +23,7 @@ ABP_NS_USING | 
| TEST(TestRegexp, RegExp) | 
| { | 
| auto id = GenerateRegExp(u"[0-9]*"_str, false); | 
| - EXPECT_EQ(id, 0); | 
| + EXPECT_EQ(0u, id); | 
| EXPECT_FALSE(TestRegExp(id, u"abcd"_str)); | 
| EXPECT_TRUE(TestRegExp(id, u"1234"_str)); |