examples: edje: fix warning from newly build edje-anchors example

Summary: Depends on D6887

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6888
This commit is contained in:
Stefan Schmidt 2018-08-21 14:27:55 -04:00 committed by Mike Blumenkrantz
parent be9f2707a8
commit 2351698c1d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define HEIGHT 400
int
main(int argc, char **argv)
main(int argc EINA_UNUSED, char **argv)
{
char path[PATH_MAX] = { 0, };