Skip to content

Commit 84ee7ce

Browse files
committed
DE (Linux): silence warnings
1 parent 57f6aff commit 84ee7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/detection/de/de_linux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static void getKDE(FFstrbuf* result, FFDEOptions* options)
4343
}
4444
}
4545

46-
static const char* getGnomeBySo(FFstrbuf* result)
46+
static const char* getGnomeByDbus(FF_MAYBE_UNUSED FFstrbuf* result)
4747
{
4848
#ifdef FF_HAVE_DBUS
4949
FFDBusData dbus;
@@ -59,7 +59,7 @@ static const char* getGnomeBySo(FFstrbuf* result)
5959

6060
static void getGnome(FFstrbuf* result, FF_MAYBE_UNUSED FFDEOptions* options)
6161
{
62-
getGnomeBySo(result);
62+
getGnomeByDbus(result);
6363

6464
if (result->length == 0 && options->slowVersionDetection)
6565
{

0 commit comments

Comments
 (0)