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 674207 - window: Compiler warning when not building on X11
window: Compiler warning when not building on X11
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-04-16 15:30 UTC by Rob Bradford
Modified: 2013-02-19 13:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to conditionalise (1.77 KB, patch)
2012-04-17 13:39 UTC, Rob Bradford
committed Details | Review

Description Rob Bradford 2012-04-16 15:30:18 UTC
CC     libgtk_3_la-gtkmountoperation-stub.lo
gtkwindow.c:8438:1: warning: 'gtk_window_on_theme_variant_changed' defined but not used [-Wunused-function]
Comment 1 Rob Bradford 2012-04-17 13:39:57 UTC
Created attachment 212205 [details] [review]
Patch to conditionalise

Is this the best way?
Comment 2 Rob Bradford 2013-02-19 13:14:45 UTC
Review of attachment 212205 [details] [review]:

I ended up landing this today - after reading the rest of the code this was obviously the right thing to do.