Silence -Wunused-but-set-variable with clang
This variable is only used for lifetime tracking (autocleanup), but clang warns on that. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -2552,7 +2552,7 @@ main (int argc,
|
||||
struct stat sbuf;
|
||||
uint64_t val;
|
||||
int res UNUSED;
|
||||
cleanup_free char *args_data = NULL;
|
||||
cleanup_free char *args_data UNUSED = NULL;
|
||||
int intermediate_pids_sockets[2] = {-1, -1};
|
||||
|
||||
/* Handle --version early on before we try to acquire/drop
|
||||
|
Reference in New Issue
Block a user