diff options
author | Eygene Ryabinkin <rea-git@codelabs.ru> | 2007-10-15 11:19:12 +0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-10-16 20:33:13 -0400 |
commit | fd499bcc9d749db7c2108802701f6a1195e4a958 (patch) | |
tree | e864b27026038b1cc7eb65468373593c036f071e /Documentation/git-rev-list.txt | |
parent | 9de6d079200a50c0a61a5489e74419cb73993184 (diff) | |
download | git-fd499bcc9d749db7c2108802701f6a1195e4a958.tar.gz git-fd499bcc9d749db7c2108802701f6a1195e4a958.tar.xz |
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>
Diffstat (limited to 'Documentation/git-rev-list.txt')
0 files changed, 0 insertions, 0 deletions