BIND 10 master, updated. 27e895a6ee41d4588f6822fc7aa9dd5eac3c5738 [master] Warning fix in option6_iaprefix_unittest.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 11 07:31:54 UTC 2013


The branch, master has been updated
       via  27e895a6ee41d4588f6822fc7aa9dd5eac3c5738 (commit)
      from  bf6f8ee24cd9fee7c642114d3f1ca083625d6d9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 27e895a6ee41d4588f6822fc7aa9dd5eac3c5738
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Wed Sep 11 09:31:39 2013 +0200

    [master] Warning fix in option6_iaprefix_unittest.cc

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/tests/option6_iaprefix_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/option6_iaprefix_unittest.cc b/src/lib/dhcp/tests/option6_iaprefix_unittest.cc
index 98014bb..e5dd05e 100644
--- a/src/lib/dhcp/tests/option6_iaprefix_unittest.cc
+++ b/src/lib/dhcp/tests/option6_iaprefix_unittest.cc
@@ -151,7 +151,7 @@ TEST_F(Option6IAPrefixTest, build) {
     setExampleBuffer();
 
     ASSERT_NO_THROW(opt.reset(new Option6IAPrefix(12345,
-                    IOAddress("2001:db8:1::dead:beef"), 77, 1000, 3000000000)));
+                    IOAddress("2001:db8:1::dead:beef"), 77, 1000, 3000000000u)));
     ASSERT_TRUE(opt);
 
     checkOption(*opt, 12345);



More information about the bind10-changes mailing list