You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/10/16 03:13:14 UTC

svn commit: r1398599 - /subversion/trunk/subversion/svndumpfilter/main.c

Author: stefan2
Date: Tue Oct 16 01:13:14 2012
New Revision: 1398599

URL: http://svn.apache.org/viewvc?rev=1398599&view=rev
Log:
* subversion/svndumpfilter/main.c
  (create_stdio_stream): fix memory class warning under Windows

Modified:
    subversion/trunk/subversion/svndumpfilter/main.c

Modified: subversion/trunk/subversion/svndumpfilter/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svndumpfilter/main.c?rev=1398599&r1=1398598&r2=1398599&view=diff
==============================================================================
--- subversion/trunk/subversion/svndumpfilter/main.c (original)
+++ subversion/trunk/subversion/svndumpfilter/main.c Tue Oct 16 01:13:14 2012
@@ -62,8 +62,7 @@
 */
 static svn_error_t *
 create_stdio_stream(svn_stream_t **stream,
-                    APR_DECLARE(apr_status_t) open_fn(apr_file_t **,
-                                                      apr_pool_t *),
+                    apr_status_t open_fn(apr_file_t **, apr_pool_t *),
                     apr_pool_t *pool)
 {
   apr_file_t *stdio_file;



Re: svn commit: r1398599 - /subversion/trunk/subversion/svndumpfilter/main.c

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Tue, Oct 16, 2012 at 7:22 AM, Philip Martin
<ph...@wandisco.com>wrote:

> stefan2@apache.org writes:
>
> > Author: stefan2
> > Date: Tue Oct 16 01:13:14 2012
> > New Revision: 1398599
> >
> > URL: http://svn.apache.org/viewvc?rev=1398599&view=rev
> > Log:
> > * subversion/svndumpfilter/main.c
> >   (create_stdio_stream): fix memory class warning under Windows
>
> This appears to cause a buildbot to fail:
>
> http://ci.apache.org/builders/svn-slik-w2k3-x64-ra/builds/5133/steps/Build/logs/stdio
>
>
That one did not show up on my machine :(
Change undone in r1398859.

-- Stefan^2.

-- 
*

Join us this October at Subversion Live
2012<http://www.wandisco.com/svn-live-2012>
 for two days of best practice SVN training, networking, live demos,
committer meet and greet, and more! Space is limited, so get signed up
today<http://www.wandisco.com/svn-live-2012>
!
*

Re: svn commit: r1398599 - /subversion/trunk/subversion/svndumpfilter/main.c

Posted by Philip Martin <ph...@wandisco.com>.
stefan2@apache.org writes:

> Author: stefan2
> Date: Tue Oct 16 01:13:14 2012
> New Revision: 1398599
>
> URL: http://svn.apache.org/viewvc?rev=1398599&view=rev
> Log:
> * subversion/svndumpfilter/main.c
>   (create_stdio_stream): fix memory class warning under Windows

This appears to cause a buildbot to fail:
http://ci.apache.org/builders/svn-slik-w2k3-x64-ra/builds/5133/steps/Build/logs/stdio

-- 
Join us this October at Subversion Live 2012
http://www.wandisco.com/svn-live-2012