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

[PATCH] Get rid of a warning in svn_error.c

From: Sander Striker <striker_at_apache.org>
Date: 2002-02-04 02:39:03 CET

Patch is attached. The mailer _does_ mangle lines,
so I'm not taking chances anymore. Apologies if it
doesn't show up inline in your mailers.

Sander

Log:
Get rid of a warning in svn_error.c. gcc has a 'feature'
that allows void functions to return void. Not all
compilers have this 'feature'.

Reported by: Branko Cibej

* subversion/libsvn_subr/svn_error.c

  (svn_pool_create, svn_pool_create_debug, svn_pool_clear,
   svn_pool_clear_debug): Remove the wrapper macro. Instead
    write out the code in full.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Oct 21 14:37:04 2006

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.