mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
binfile: fix warning on non-Linux platforms
This commit is contained in:
@ -264,12 +264,8 @@ get_debug_binaries (GList *files,
|
|||||||
return files;
|
return files;
|
||||||
}
|
}
|
||||||
|
|
||||||
static char **
|
|
||||||
get_lines (const char *format,
|
|
||||||
...)
|
|
||||||
G_GNUC_PRINTF (1, 2);
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
G_GNUC_PRINTF (1, 2)
|
||||||
static char **
|
static char **
|
||||||
get_lines (const char *format,
|
get_lines (const char *format,
|
||||||
...)
|
...)
|
||||||
|
|||||||
Reference in New Issue
Block a user