javahl warnings
From: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 04 Sep 2013 00:45:36 +0100
../src/subversion/bindings/javahl/native/CreateJ.cpp:861:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Both of these are similar:
664 1456343 brane const jsize stSize = static_cast<jsize>(newStackTra
According to the log this is an attempt to detect overflow. Does it
I don't think we can use an unsigned type here so I think we need to
-- PhilipReceived on 2013-09-04 01:46:34 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.