[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r11890 - in trunk/subversion: libsvn_fs_base libsvn_ra_dav svnserve

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-11-13 23:42:00 CET

On Sat, 2004-11-13 at 16:57, julianfoad@tigris.org wrote:
> Fix compiler warnings about undefined symbols being tested with "#if".

What compiler warns about this?

(I'm not saying your change is bad, but warning about that is broken.
It's perfectly valid to rely on an undefined identifier having value 0
inside an #if directive. C99 section 6.10.1.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 13 23:42:19 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.