takinoy / xfce4-windowck-plugin

Xfce panel plugin which allows to put the maximized window title on the panel.
http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
GNU General Public License v3.0
116 stars 26 forks source link

Fix build fail caused by warnings treated as errors #51

Closed PeterFeicht closed 5 years ago

PeterFeicht commented 6 years ago

I've seen no mention of failing builds, yet when I download the source, run autogen.sh and then try to build I get a number of warnings treated as errors. It probably wouldn't hurt to fix those, so here you go.

This removes a number of unused static functions and local variables, changes a callback function signature to avoid a bad cast, and fixes a wrong comparison. I'm pretty sure the comparison (in panel-plugin/title/windowck.c) was wrong, but please check if that's really the case.