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

[PATCH] fix headers to compile with -pedantic

From: Olaf Hering <olh_at_suse.de>
Date: Mon, 28 Apr 2008 09:28:24 +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;
 

---------------------------------------------------------------------
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:28:39 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.