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

Re: [PATCH] Implement svnadmin verify --keep-going

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 10 Dec 2012 17:04:45 +0200

Julian Foad wrote on Mon, Dec 10, 2012 at 14:45:57 +0000:
> I scanned quickly through your patch and I noticed one place where you declare a local function without the 'static' keyword.  I expect this should give a warning when you compile it, so please will you compile with and without your patch applied and check for any additional compiler warnings that your patch adds.

Or you can cheat by using compiler flags that build trunk by default
with no warnings:

'./configure' '--enable-maintainer-mode' '-C' 'CFLAGS= -DSVN_DEPRECATED= -Wformat=0 -Wno-unreachable-code -g' 'CC=x86_64-linux-gnu-gcc' "$@"
Received on 2012-12-10 16:05:43 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.