We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a8c8b commit 8f5b370Copy full SHA for 8f5b370
1 file changed
bubblewrap.c
@@ -2552,7 +2552,7 @@ main (int argc,
2552
struct stat sbuf;
2553
uint64_t val;
2554
int res UNUSED;
2555
- cleanup_free char *args_data = NULL;
+ cleanup_free char *args_data UNUSED = NULL;
2556
int intermediate_pids_sockets[2] = {-1, -1};
2557
2558
/* Handle --version early on before we try to acquire/drop
0 commit comments