summaryrefslogtreecommitdiff
path: root/src/port/gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/gettext.c')
-rw-r--r--src/port/gettext.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/gettext.c b/src/port/gettext.c
index 3d4e052..5ab5b49 100644
--- a/src/port/gettext.c
+++ b/src/port/gettext.c
@@ -24,6 +24,9 @@ void wolf_port_initialize_i18n( const char *argv0, const char *app ) {
const char *localedir;
WOLF_UNUSED( argv0 );
+#if !ENABLE_NLS
+ WOLF_UNUSED( app );
+#endif
/* default is the location $(localedir) points to (the final installation
* destination)