Fix SIGBUS on Debian x86_64 (original patch from Jérôme Guelfucci)

Something strange happened when doing a comparison between a guint type
and sizeof(), turning it back to gint fixes the issue. Fix other
compiler warnings at the same time.
This commit is contained in:
Mike Massonnet
2010-06-13 19:19:41 +02:00
parent d40bd9362a
commit 9d8b776288
2 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
NULL =
INCLUDES = \
-I$(top_srcdir)/include \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"xfce4-taskmanager\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"