Remove a build warning 39/154639/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 10 Oct 2017 23:24:54 +0000 (08:24 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 11 Oct 2017 02:03:48 +0000 (02:03 +0000)
The format '%x' expects argument of type 'unsigned int'

Change-Id: I42e7815a4c2dfab8e4916dc285a5f894ab25cafd
(cherry picked from commit 6108fbaca5953e6546ea7a133e9688450d6b7b00)

ism/extras/wayland_immodule/wayland_imcontext.c

index 9c54748..03aa2da 100644 (file)
@@ -1695,7 +1695,7 @@ show_input_panel(Ecore_IMF_Context *ctx)
             ecore_imf_context_input_panel_return_key_disabled_get (ctx),
             ecore_imf_context_autocapital_type_get (ctx));
     SECURE_LOGD ("client_window : %#x, password mode : %d, prediction_allow : %d\n",
-            ecore_imf_context_client_window_get (ctx),
+            (unsigned int)ecore_imf_context_client_window_get (ctx),
             (imcontext->content_hint & WL_TEXT_INPUT_CONTENT_HINT_SENSITIVE_DATA) ? 1 : 0,
             ecore_imf_context_prediction_allow_get (ctx));
     SECURE_LOGD ("mime_type : %s, input panel position x : %d, y : %d\n",