ecore: remove warning from tests case.

This commit is contained in:
Cedric BAIL 2015-02-23 17:34:31 +01:00
parent 5288b73d5c
commit 272e8b70ff
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ _dns_err(void *data, int type EINA_UNUSED, void *ev EINA_UNUSED)
void _ecore_con_server_client_tests(Ecore_Con_Type compl_type, const char *name)
{
Ecore_Con_Server *server;
Ecore_Con_Server *server = NULL;
Ecore_Con_Server *client;
Ecore_Con_Client *cl;
const Eina_List *clients, *l;