mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
tmpfiles: make gcc shut up
This commit is contained in:
parent
b9a1617d75
commit
1e95893a89
@ -1123,7 +1123,7 @@ static int clean_item(Item *i) {
|
||||
}
|
||||
|
||||
static int process_item(Item *i) {
|
||||
int r, q, p, s, t = 0;
|
||||
int r, q, p, t = 0;
|
||||
_cleanup_free_ char *prefix = NULL;
|
||||
|
||||
assert(i);
|
||||
|
Loading…
Reference in New Issue
Block a user