eina: remove warning from eina_str tests.

This commit is contained in:
Cedric BAIL 2015-04-15 17:44:51 +02:00
parent 3d697254b0
commit b57ffd294c
1 changed files with 2 additions and 1 deletions

View File

@ -316,7 +316,8 @@ START_TEST(str_memdup)
char *s;
double d;
} t1,*t2;
unsigned char buf[7], *temp_buf;
unsigned char buf[7];
char *temp_buf;
eina_init();