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' "$@"

