$(top_builddir)/src/lib/ecore_imf/libecore_imf.la \
$(top_builddir)/src/lib/ecore_x/libecore_x.la \
@SCIM_LIBS@ \
- @EVAS_LIBS@ \
+ @EVAS_LIBS@ \
@EINA_LIBS@
scim_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
scim_la_LIBTOOLFLAGS = --tag=disable-static
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define Uses_SCIM_DEBUG
#define Uses_SCIM_BACKEND
#define Uses_SCIM_IMENGINE_MODULE
/* Panel Slot functions */
static void
-panel_slot_reload_config (int context)
+panel_slot_reload_config (int context __UNUSED__)
{
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
_config->reload ();
}
static Eina_Bool
-panel_iochannel_handler (void *data, Ecore_Fd_Handler *fd_handler)
+panel_iochannel_handler (void *data __UNUSED__, Ecore_Fd_Handler *fd_handler)
{
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
}
static void
-slot_beep (IMEngineInstanceBase *si)
+slot_beep (IMEngineInstanceBase *si __UNUSED__)
{
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
-
- EcoreIMFContextISF *ic = static_cast<EcoreIMFContextISF *> (si->get_frontend_data ());
-
- if (ic && ic->impl && _focused_ic == ic)
- ;//gdk_beep ();
}
static void
}
static void
-fallback_commit_string_cb (IMEngineInstanceBase *si,
+fallback_commit_string_cb (IMEngineInstanceBase *si __UNUSED__,
const WideString &str)
{
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";