Compiler warnings.

SVN revision: 14980
This commit is contained in:
sebastid 2005-05-28 09:57:26 +00:00 committed by sebastid
parent b711eb5e1c
commit 97a21f2254
2 changed files with 1 additions and 3 deletions

View File

@ -165,7 +165,7 @@ _e_prefix_try_argv(char *argv0)
p = path;
cp = p;
lenexe = strlen(argv0);
while (p = strchr(cp, ':'))
while ((p = strchr(cp, ':')))
{
len = p - cp;
s = malloc(len + 1 + lenexe + 1);

View File

@ -88,9 +88,7 @@ _start_new(void)
{
Start *e;
Evas_List *managers, *l, *l2, *cl;
E_Menu *mn;
E_Menu_Item *mi;
Evas_Object *o;
button_count = 0;
e = E_NEW(Start, 1);