From b57ffd294cd7b8cdf9947925d2be06a060270714 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 15 Apr 2015 17:44:51 +0200 Subject: [PATCH] eina: remove warning from eina_str tests. --- src/tests/eina/eina_test_str.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/eina/eina_test_str.c b/src/tests/eina/eina_test_str.c index d99e5c0cca..c70c7e7cf0 100644 --- a/src/tests/eina/eina_test_str.c +++ b/src/tests/eina/eina_test_str.c @@ -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();