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

Re: [PATCH] fix headers to compile with -pedantic

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Mon, 28 Apr 2008 10:41:37 +0300 (IDT)

Olaf Hering wrote on Mon, 28 Apr 2008 at 09:28 +0200:
>
> Please consider this change for upcoming subversion releases.
> KDE apps are compiled with -pedantic (AFAIK).
>
> +Thu Apr 24 11:27:47 CEST 2008 - dmueller_at_suse.de
> +
> +- fix headers to compile with -pedantic again
>
> ++++++ pedantic-compile.diff ++++++
> --- subversion/include/svn_wc.h
> +++ subversion/include/svn_wc.h
> @@ -795,7 +795,7 @@ typedef enum svn_wc_notify_action_t
> svn_wc_notify_foreign_merge_begin,
>
> /** Replace notification. @since New in 1.5. */
> - svn_wc_notify_update_replace,
> + svn_wc_notify_update_replace
>
> } svn_wc_notify_action_t;
>

This patch is for the 1.5.x branch; the issue has already been fixed on trunk.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-28 09:41:47 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.