diff --git a/src/detection/locale/locale.c b/src/detection/locale/locale.c index 7b9e085cf..e2f27a214 100644 --- a/src/detection/locale/locale.c +++ b/src/detection/locale/locale.c @@ -5,7 +5,7 @@ #include #include -__attribute__((__unused__)) +FF_MAYBE_UNUSED static void getLocaleFromEnv(FFstrbuf* locale) { ffStrbufAppendS(locale, getenv("LANG"));