Commit 9f7937f7 authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed warnings.

parent 1f700c4d
...@@ -33,16 +33,19 @@ $::CheckOptionValues = 0; # It's OK if we have some bogus things in the ...@@ -33,16 +33,19 @@ $::CheckOptionValues = 0; # It's OK if we have some bogus things in the
# Shut up misguided -w warnings about "used only once": # Shut up misguided -w warnings about "used only once":
use vars @::legal_resolution, use vars
@::legal_product, @::CheckOptionValues,
@::legal_resolution,
@::legal_bug_status, @::legal_bug_status,
@::legal_priority, @::legal_components,
@::legal_keywords,
@::legal_opsys, @::legal_opsys,
@::legal_platform, @::legal_platform,
@::legal_components, @::legal_priority,
@::legal_versions, @::legal_product,
@::legal_severity, @::legal_severity,
@::legal_target_milestone, @::legal_target_milestone,
@::legal_versions,
@::log_columns, @::log_columns,
%::versions, %::versions,
%::components, %::components,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment