From a7c402b501bef8e1b72b80727662bcd2c654f3f1 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 22 Feb 2018 14:55:31 -0800 Subject: [PATCH] emotion: silence warning due to vpath change. --- src/lib/emotion/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 7e33a90a67..d84e5a1bd9 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c @@ -362,7 +362,7 @@ _efl_canvas_video_efl_file_file_set(Eo *obj EINA_UNUSED, Efl_Canvas_Video_Data * sd->video.h = 0; if ((file) && (file[0] != 0)) { - const char *file2 = NULL; + char *file2 = NULL; eina_stringshare_replace(&sd->file, file); emotion_engine_instance_file_close(sd->engine_instance);