elementary/doc - Remove annoying warnings from widget previews.

SVN revision: 61870
This commit is contained in:
Rafael Antognolli 2011-07-28 21:27:42 +00:00
parent 330c8a01fd
commit 5d6c4f8a1f
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#else
# define __UNUSED__
#endif
EAPI int
elm_main(int argc, char **argv)
elm_main(int argc __UNUSED__, char **argv)
{
Evas_Object *win, *bg;
Evas_Coord w, h;