mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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;
|
||||
}
|
||||
|
||||
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,
|
||||
...)
|
||||
|
||||
Reference in New Issue
Block a user