From: terry%mozilla.org <> Date: Wed, 12 Jan 2000 05:32:43 +0000 (+0000) Subject: Fixed warnings. X-Git-Tag: bugzilla-2.12~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7937f728914dcaae854dbd9df5f7628552543f;p=thirdparty%2Fbugzilla.git Fixed warnings. --- diff --git a/query.cgi b/query.cgi index a0ae1f0b32..097aa7d6b2 100755 --- a/query.cgi +++ b/query.cgi @@ -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": -use vars @::legal_resolution, - @::legal_product, +use vars + @::CheckOptionValues, + @::legal_resolution, @::legal_bug_status, - @::legal_priority, + @::legal_components, + @::legal_keywords, @::legal_opsys, @::legal_platform, - @::legal_components, - @::legal_versions, + @::legal_priority, + @::legal_product, @::legal_severity, @::legal_target_milestone, + @::legal_versions, @::log_columns, %::versions, %::components,