Fix compilation warning: Use G_GNUC_UNUSED macro

add_builtin_module() is only used into #define block of code
This commit is contained in:
Javier Jardón 2009-11-09 21:48:25 +01:00
parent 78151dc7d4
commit 21f6e1841a

View File

@ -279,7 +279,7 @@ correct_localedir_prefix (gchar **path)
#endif
static GtkIMModule *
G_GNUC_UNUSED static GtkIMModule *
add_builtin_module (const gchar *module_name,
const GtkIMContextInfo **contexts,
int n_contexts)