You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Olaf Hering <ol...@suse.de> on 2008/04/28 07:28:24 UTC

[PATCH] fix headers to compile with -pedantic

Please consider this change for upcoming subversion releases.
KDE apps are compiled with -pedantic (AFAIK).

+Thu Apr 24 11:27:47 CEST 2008 - dmueller@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Kamesh Jayachandran <ka...@collab.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Daniel Shahaf wrote:
> 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@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.
> 
> 

Added this as a candidate for 1.5.x backport at r30807.

With regards
Kamesh Jayachandran
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIFacC3WHvyO0YTCwRArFYAKCNqaagSFGHvMwe/w3S0OyrOvxoTQCgnuQg
5cyyeo4O16sG4AZig8M/EzE=
=Y0+H
-----END PGP SIGNATURE-----

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

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

Posted by Daniel Shahaf <d....@daniel.shahaf.co.il>.
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@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org