Ecore con eet test: Fix const discard issue.
authorTom Hacohen <tom@stosb.com>
Tue, 7 Jul 2015 12:25:58 +0000 (13:25 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 7 Jul 2015 12:25:58 +0000 (13:25 +0100)
src/tests/ecore_con/ecore_con_test_ecore_con_eet.c

index a9ce4b4..5d45c34 100644 (file)
@@ -54,7 +54,7 @@ _eet_client_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply EINA_UNUSE
 static Eina_Bool
 _eet_client_cnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, Ecore_Con_Client *conn EINA_UNUSED)
 {
-   char *ec_eet_data;
+   const char *ec_eet_data;
    Ecore_Con_Eet *ec_eet = ecore_con_eet_reply(reply);
    fail_unless(ec_eet);