After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585978 - Fix missing static for meta_window_show()
Fix missing static for meta_window_show()
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-16 13:12 UTC by Owen Taylor
Modified: 2009-06-30 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix missing static for meta_window_show() (775 bytes, patch)
2009-06-16 13:13 UTC, Owen Taylor
reviewed Details | Review

Description Owen Taylor 2009-06-16 13:12:44 UTC
Surprisingly, there doesn't seem to be a gcc warning option
(other than the too-be-avoided -Wtraditional) that would warn
about this.
Comment 1 Owen Taylor 2009-06-16 13:13:20 UTC
Created attachment 136716 [details] [review]
Fix missing static for meta_window_show()

Definition of meta_window_show() was missing static although it
was forward-declared with static.
Comment 2 Dan Winship 2009-06-19 16:30:36 UTC
looks right
Comment 3 Owen Taylor 2009-06-30 13:49:26 UTC
Pushed