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 602349 - [PATCH] trivial - fix compilation warning in mutter
[PATCH] trivial - fix compilation warning in mutter
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2009-11-18 22:20 UTC by Nickolas Lloyd
Modified: 2009-11-19 22:42 UTC
See Also:
GNOME target: 2.28.x
GNOME version: 2.27/2.28


Attachments
fixes compilation error (385 bytes, patch)
2009-11-18 22:20 UTC, Nickolas Lloyd
none Details | Review

Description Nickolas Lloyd 2009-11-18 22:20:16 UTC
Created attachment 148087 [details] [review]
fixes compilation error

i'm hoping this is the right place to file bugs about mutter...
during compilation of mutter-2.28.0 gcc spits out the following error:

cc1: warnings being treated as errors
test-resizing.c: In function 'main':
test-resizing.c:82: error: 'height' is used uninitialized in this function
test-resizing.c:94: note: 'height' was declared here
make: *** [test-resizing.o] Error 1

the following test changes this behaviour in what i'm hoping is the right way

diffed against the latest mutter git sources
Comment 1 Owen Taylor 2009-11-19 22:42:24 UTC
Thanks! pushed