binfile: fix warning on non-Linux platforms

This commit is contained in:
Christian Hergert
2020-11-16 14:17:09 -08:00
parent a8f61d013b
commit 6e4413d3aa

View File

@ -264,12 +264,8 @@ get_debug_binaries (GList *files,
return files;
}
static char **
get_lines (const char *format,
...)
G_GNUC_PRINTF (1, 2);
#ifdef __linux__
G_GNUC_PRINTF (1, 2)
static char **
get_lines (const char *format,
...)