From: pjrm Date: Fri, 4 Aug 2006 04:53:54 +0000 (+0000) Subject: noop: Address signed/unsigned comparison warning. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6eda248c0338b5c257b7b940c4cc3cfc1a294892;p=inkscape.git noop: Address signed/unsigned comparison warning. --- diff --git a/src/svg/svg-color-test.h b/src/svg/svg-color-test.h index fc5ddfa00..ad25d506c 100644 --- a/src/svg/svg-color-test.h +++ b/src/svg/svg-color-test.h @@ -8,7 +8,7 @@ class SVGColorTest : public CxxTest::TestSuite { struct simpleIccCase { - int numEntries; + unsigned numEntries; bool shouldPass; char const* name; char const* str;