From cec5480108e2d4158ba5086223e07cc34587dff5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Feb 2008 15:11:25 -0500 Subject: [PATCH] avoid a compiler warning --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/config.c b/openbox/config.c index c82e3b3a..83d326b5 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -125,7 +125,7 @@ void config_app_settings_copy_non_defaults(const ObAppSettings *src, g_assert(src != NULL); g_assert(dst != NULL); - copy_if(type, -1); + copy_if(type, (ObClientType)-1); copy_if(decor, -1); copy_if(shade, -1); copy_if(focus, -1); -- 2.44.0