Re: svn commit: r1663450 - /subversion/trunk/subversion/libsvn_ra_svn/editorp.c
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 3 Mar 2015 11:17:15 +0000
>>> URL: http://svn.apache.org/r1663450
>>> Log:
Thinking about how to prevent a repeat of the same kind of error, defining svn_hash_sets and svn_hash_gets as functions with prototypes would result in at least a compiler warning (for typical configurations).
One way of doing this is:
Index: subversion/include/svn_hash.h
That particular way would likely trigger 'defined but not used' warnings on some source files, with compilers where APR_INLINE is not effective.
Thoughts?
- Julian
|
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.