git-svn: use "no warnings 'once'" to disable false-positives
authorEygene Ryabinkin <redacted>
Mon, 15 Oct 2007 07:19:12 +0000 (11:19 +0400)
committerShawn O. Pearce <redacted>
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 <redacted>
Acked-by: Eric Wong <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
git-svn.perl
git clone https://git.99rst.org/PROJECT