Re: findings on swig-java-bindings
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-13 03:17:08 CET
Ben Reser <ben@reser.org> writes:
>> Gustav and I investigated these warnings via the gcc man page's doc for its
> I'd rather figure out how to fix the code than to turn off warnings. If
The code in question is something like
svn_txdelta_window_t *arg1 = (svn_txdelta_window_t *) 0 ;
One way to make it warning free would be
svn_txdelta_window_t *arg1 = (svn_txdelta_window_t *) 0 ;
I think gcc is warning that an optimizing compiler could assume that
http://www.gnu.org/software/gcc/bugs.html#nonbugs_c
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Mar 13 03:17:24 2004 |
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.