Branko Čibej wrote: > On 22.11.2012 17:22, Julian Foad wrote: >> Unfortunately our C'89 coding standard doesn't allow us to use >> non-constant initializers, and there are some compilers occasionally >> used to build Subversion that don't accept it. > > Heh, by the way: > > subversion/libsvn_fs_fs/fs_fs.c:2241: warning: initializer element is not > computable at load time [...] > tools/client-side/svn-bench/null-log-cmd.c:137: warning: initializer element > is > not computable at load time
All fixed in r1412911. (I did a clean(ish) build with '-pedantic' to confirm.) Thanks. - Julian