1
0
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:
Lennart Poettering 2015-01-06 20:33:46 +01:00
parent b9a1617d75
commit 1e95893a89

View File

@ -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);