]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Kill an signed vs unsigned warning on OpenBSD 9302/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Jul 2020 13:00:25 +0000 (15:00 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Jul 2020 13:00:25 +0000 (15:00 +0200)
pdns/recursordist/test-syncres_cc2.cc

index 618fb271c3a5608835c18d8fa31f716228954d0e..54228dc1fe88374d6b21ced86e50a4cee179e04a 100644 (file)
@@ -1314,7 +1314,7 @@ BOOST_AUTO_TEST_CASE(test_completely_flawed_big_nsset)
     BOOST_CHECK_EQUAL(ret.size(), 0U);
     // one query to get NSs, then A and AAAA for each NS, 5th NS hits the limit
     // limit is reduced to 5, because zone publishes many (20) NS
-    BOOST_CHECK_EQUAL(queriesCount, 11);
+    BOOST_CHECK_EQUAL(queriesCount, 11U);
   }
 }