From 948966b02b46a66aae742e2ffa928dd3b84d4427 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 11 Jan 2017 13:33:50 +0000 Subject: [PATCH] quieten compiler. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53203 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/c/Decoration/drawfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/c/Decoration/drawfuncs.c b/workbench/c/Decoration/drawfuncs.c index 49e14ec278..545751efa8 100644 --- a/workbench/c/Decoration/drawfuncs.c +++ b/workbench/c/Decoration/drawfuncs.c @@ -1104,7 +1104,7 @@ AROS_UFH3(void, RectShadeFunc, APTR bm_handle = NULL; int px, py; #if !defined(DECOR_FAKESHADE) - int x, y; + int x = 0, y; struct ShadeData *data = h->h_Data; #endif -- 2.11.4.GIT