From 89ecb6a8fcef9c3b07ce63087b54dffabc965134 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 16 Oct 2011 15:27:49 +0000 Subject: [PATCH] warning-- SVN revision: 64111 --- src/modules/illume2/policies/tablet/policy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume2/policies/tablet/policy.c b/src/modules/illume2/policies/tablet/policy.c index b6f9c285c..bfd65d3ad 100644 --- a/src/modules/illume2/policies/tablet/policy.c +++ b/src/modules/illume2/policies/tablet/policy.c @@ -357,7 +357,7 @@ _border_geometry_set(E_Border *bd, int x, int y, int w, int h, int layer) if ((bd->x != x) || (bd->y != y)) _policy_border_move(bd, x, y); - if (bd->layer != layer) e_border_layer_set(bd, layer); + if ((int)bd->layer != layer) e_border_layer_set(bd, layer); } static void @@ -668,7 +668,7 @@ _policy_zone_layout_splash(E_Border *bd, E_Illume_Config_Zone *cz) } static void -_policy_zone_layout_conformant_single(E_Border *bd, E_Illume_Config_Zone *cz) +_policy_zone_layout_conformant_single(E_Border *bd, E_Illume_Config_Zone *cz __UNUSED__) { if (!_policy_layout_app_check(bd)) return;