]> Pileus Git - ~andy/git/commit
git-svn: use "no warnings 'once'" to disable false-positives
authorEygene Ryabinkin <rea-git@codelabs.ru>
Mon, 15 Oct 2007 07:19:12 +0000 (11:19 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 00:33:13 +0000 (20:33 -0400)
commitfd499bcc9d749db7c2108802701f6a1195e4a958
treee864b27026038b1cc7eb65468373593c036f071e
parent9de6d079200a50c0a61a5489e74419cb73993184
git-svn: use "no warnings 'once'" to disable false-positives

Some variables coming from the Subversion's Perl bindings are used
in our code only once, so the interpreter warns us about it.  These
warnings are false-positives, because the variables themselves are
initialized in the binding's guts, that are made by SWIG.

Credits to Sam Vilain for his note about "no warnings 'once'".

[ew: minor formatting change]

Signed-off-by: Eygene Ryabinkin <rea-git@codelabs.ru>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-svn.perl