CURSOR(ELM_CURSOR_WATCH , ECORE_X_CURSOR_WATCH , ECORE_COCOA_CURSOR_DEFAULT),
CURSOR(ELM_CURSOR_XTERM , ECORE_X_CURSOR_XTERM , ECORE_COCOA_CURSOR_IBEAM)
};
+/* TIZEN_ONLY(20170804): remove a warning message from a unused static variable
static const int _cursors_count = sizeof(_cursors)/sizeof(struct _Cursor_Id);
+ */
+#if defined(HAVE_ELEMENTARY_X) || defined(HAVE_ELEMENTARY_COCOA)
+static const int _cursors_count = sizeof(_cursors)/sizeof(struct _Cursor_Id);
+#endif
+/* END */
#define ELM_CURSOR_GET_OR_RETURN(cur, obj, ...) \
Elm_Cursor *cur; \