e_policy_wl: fix build warning 16/215816/2 accepted/tizen/unified/20191017.011756 submit/tizen/20191016.064859
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 16 Oct 2019 07:45:20 +0000 (16:45 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 16 Oct 2019 07:53:10 +0000 (07:53 +0000)
Change-Id: I555af65fefc5b403cf4f654a75dc86410c3a5ccf

src/bin/e_policy_wl.c

index f9e683cc3b7edfa11abbcdecb622b4341c7e00de..7b091ca998e8956964e54d02d4ef6944d5b12114 100644 (file)
@@ -3315,7 +3315,7 @@ _tzpol_iface_cb_has_video(struct wl_client *client, struct wl_resource *res_tzpo
 }
 
 static void
-_tzpol_iface_cb_set_appid(struct wl_client *client, struct wl_resource *res_tzpol, uint32_t pid, const char *appid)
+_tzpol_iface_cb_set_appid(struct wl_client *client, struct wl_resource *res_tzpol, int32_t pid, const char *appid)
 {
    E_Policy_Wl_Tzpol *tzpol;