3390. [bug] Silence clang compiler warnings. [RT #30417]

This commit is contained in:
Mark Andrews
2012-10-06 14:20:45 +10:00
parent b2482d40b0
commit 611dc88768
23 changed files with 307 additions and 213 deletions

View File

@@ -45,6 +45,7 @@ ATF_TC_BODY(parse_overflow, tc) {
ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
result = isc_parse_uint32(&output, "1234567890", 10);
ATF_CHECK_EQ(ISC_R_SUCCESS, result);
ATF_CHECK_EQ(1234567890, output);
result = isc_parse_uint32(&output, "123456789012345", 10);