From fd605bc9a73dffaffb7194b5344099b2202645ad Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 17 Oct 2015 12:20:21 -0700 Subject: tests: Fix GCC warning Fix "this decimal constant is unsigned only in ISO C90". --- tests/test_dom_traverse.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/test_dom_traverse.cpp') diff --git a/tests/test_dom_traverse.cpp b/tests/test_dom_traverse.cpp index 6cebd50..5c7579a 100644 --- a/tests/test_dom_traverse.cpp +++ b/tests/test_dom_traverse.cpp @@ -1166,9 +1166,9 @@ TEST_XML(dom_as_uint_overflow, "") @@ -1184,8 +1184,8 @@ TEST_XML(dom_as_uint_hex_overflow, "") @@ -1273,4 +1273,4 @@ TEST_XML(dom_as_int_plus, "") CHECK(node.attribute(STR("attr2")).as_llong() == 10); CHECK(node.attribute(STR("attr2")).as_ullong() == 10); #endif -} \ No newline at end of file +} -- cgit v1.2.3