diff --git a/src/detection/de/de_linux.c b/src/detection/de/de_linux.c index 9443d55fd..6c456495e 100644 --- a/src/detection/de/de_linux.c +++ b/src/detection/de/de_linux.c @@ -43,7 +43,7 @@ static void getKDE(FFstrbuf* result, FFDEOptions* options) } } -static const char* getGnomeBySo(FFstrbuf* result) +static const char* getGnomeByDbus(FF_MAYBE_UNUSED FFstrbuf* result) { #ifdef FF_HAVE_DBUS FFDBusData dbus; @@ -59,7 +59,7 @@ static const char* getGnomeBySo(FFstrbuf* result) static void getGnome(FFstrbuf* result, FF_MAYBE_UNUSED FFDEOptions* options) { - getGnomeBySo(result); + getGnomeByDbus(result); if (result->length == 0 && options->slowVersionDetection) {