examples: edje: fix warning from newly build edje-anchors example
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 21 Aug 2018 18:27:55 +0000 (14:27 -0400)
committerWoochanlee <wc0917.lee@samsung.com>
Thu, 23 Aug 2018 06:43:09 +0000 (15:43 +0900)
Summary: Depends on D6887

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6888

src/examples/edje/edje-anchors.c

index 135f0ab..499dcd1 100644 (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, };