GNOME Bugzilla – Bug 602349
[PATCH] trivial - fix compilation warning in mutter
Last modified: 2009-11-19 22:42:24 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
Thanks! pushed