From fd42a4ec984b7d2a84c8125abbbf05860dc897ad Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 14 Oct 2014 14:57:22 -0400 Subject: [PATCH] Fix missing variable compiler warning Signed-off-by: Chris Michael --- src/bin/e_comp_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 7861ae00d..9a116cebd 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -98,6 +98,7 @@ static Eina_Bool _e_comp_wl_compositor_create(void) { E_Comp *comp; + E_Comp_Data *cdata; const char *name; int fd = 0;