[elm] Forgotten __UNUSED__.
authorGustavo Lima Chaves <glima@profusion.mobi>
Wed, 13 Jun 2012 17:21:34 +0000 (17:21 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Wed, 13 Jun 2012 17:21:34 +0000 (17:21 +0000)
SVN revision: 72092

src/edje_externals/elm.c

index c07a0fb..e7b75cc 100644 (file)
@@ -19,7 +19,7 @@ external_elm_init(void)
 }
 
 static Eina_Bool
-_shutdown_idler(void *data)
+_shutdown_idler(void *data __UNUSED__)
 {
    elm_shutdown();