diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-06 20:33:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-06 20:33:46 +0100 |
commit | 1e95893a89b87e4ed656910e30c430e583bc8133 (patch) | |
tree | 4c1ee0d213addc19b5908f6d1c91c631dfb90967 /src/tmpfiles/tmpfiles.c | |
parent | b9a1617d75c16a48cccf4ff135013dca9af94e7d (diff) |
tmpfiles: make gcc shut up
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index ea1d11c425..ac9a072511 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -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); |