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

Re: svn commit: r1051763 - in /subversion/trunk/subversion: include/private/svn_repos_private.h libsvn_repos/commit.c mod_dav_svn/version.c

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 22 Dec 2010 16:43:16 +0000

On Wed, 2010-12-22, Blair Zajac wrote:
> On 12/22/10 4:36 AM, Julian Foad wrote:
> > subversion/libsvn_repos/commit.c:648: no previous prototype for
> > 'svn_repos__post_commit_error_str'
>
> Thanks, fixed in r1051968.
>
> Which compiler are you using that gives this warning?

GCC.

>From the output of "make":

[...]/libtool --tag=CC --silent --mode=link gcc -Wno-system-headers
-Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith
-Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs
-Wunreachable-code -Winline -Wno-long-long -g -DAPR_POOL_DEBUG -Wundef
-Wendif-labels -Wcast-qual -Wno-deprecated-declarations
-Wno-unreachable-code -Wno-format-nonliteral -pthread
-D_LARGEFILE64_SOURCE -DNE_LFS -Werror=implicit-function-declaration
-DSVN_DEBUG -DAP_DEBUG [...]

(The first group of options are inserted by Subversion's configury, and
my config/build/test script sets CFLAGS to "-g -O -DAPR_POOL_DEBUG
-Wundef -Wendif-labels -Wcast-qual -Wno-deprecated-declarations
-Wno-unreachable-code -Wno-format-nonliteral".)

- Julian
Received on 2010-12-22 17:43:59 CET

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.