evas example: fix warning in compilation of evas-box.c.
authorchinmaya <chinmaya@chinmaya-VirtualBox.(none)>
Thu, 27 Feb 2014 14:08:20 +0000 (11:08 -0300)
committerCedric Bail <cedric.bail@free.fr>
Thu, 27 Feb 2014 14:09:20 +0000 (11:09 -0300)
commit442d880cf6168cb5f13ce7dd566de6bb7bd987d6
tree0ab9d350e76853fdfaf05199c7348e4ee1b5bb32
parentc7922f92bc000e9285c91ca505969166b292447d
evas example: fix warning in compilation of evas-box.c.

Summary: The warning was "format not a string literal and no format arguments [-Wformat-security]".

Test Plan: gcc -o evas-box evas-box.c `pkg-config --libs --cflags evas ecore ecore-evas eina`

Reviewers: singh.amitesh, seoz, stefan_schmidt

CC: cedric, stefan_schmidt
Differential Revision: https://phab.enlightenment.org/D585

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
src/examples/evas/evas-box.c