set the size of the test images explicitely
authorcaro <caro>
Fri, 18 Dec 2009 09:32:51 +0000 (09:32 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Dec 2009 09:32:51 +0000 (09:32 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@44536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eet_suite.c

index e545eab..4699d2b 100644 (file)
@@ -73,7 +73,7 @@ struct _Eet_Test_Image
    unsigned int w;
    unsigned int h;
    int alpha;
-   unsigned int color[];
+   unsigned int color[64];
 };
 
 static const Eet_Test_Image test_noalpha = {