Fix build warning 98/56698/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Jan 2016 06:45:05 +0000 (15:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Jan 2016 06:45:05 +0000 (15:45 +0900)
Change-Id: I1c5e0591f7d50230bf316fb300e6aff3bb8f3a38

src/sclcoreui-efl.cpp

index e8574c8..bde2368 100644 (file)
@@ -384,7 +384,7 @@ static Eina_Bool
 check_evas_engine(struct WaylandKeyboard *wlkb)
 {
     Eina_Bool ret = EINA_FALSE;
-    char *env = getenv("ECORE_EVAS_ENGINE");
+    const char *env = getenv("ECORE_EVAS_ENGINE");
 
     if (!env) {
         if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_WAYLAND_SHM))
@@ -416,7 +416,7 @@ void CSCLCoreUIEFL::run(const sclchar *display)
 
     CSCLCoreImpl *impl = CSCLCoreImpl::get_instance();
     if (impl) {
-        sclchar *uuid = impl->get_uuid();
+        const sclchar *uuid = impl->get_uuid();
         if (!uuid)
             uuid = "";