Bug 2459 - [PENDING] cleanup: why "static" variables in main?
Summary: [PENDING] cleanup: why "static" variables in main?
Status: RESOLVED FIXED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Scott James Remnant
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 16:57 UTC by Nalin Dahyabhai
Modified: 2005-03-27 14:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Nalin Dahyabhai 2005-02-02 16:57:10 UTC
None of the local variables in main() need to be declared static because it is
called exactly once.
Comment 1 Tollef Fog Heen 2005-02-20 23:18:37 UTC
Fixed in CVS.
Comment 2 Tollef Fog Heen 2005-02-20 23:51:34 UTC
Mark as pending.
Comment 3 Tollef Fog Heen 2005-03-28 08:08:33 UTC
pkgconfig 0.16 has been released and contains a fix for this bug.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.