Fix compilation warning: Use G_GNUC_UNUSED macro
add_builtin_module() is only used into #define block of code
This commit is contained in:
parent
78151dc7d4
commit
21f6e1841a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user