Unverified Commit 5ec0ffa9 by tomponline Committed by Christian Brauner

start: shut up gcc.

Closes #2885. Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent c0469faf
...@@ -97,7 +97,7 @@ static void lxc_destroy_container_on_signal(struct lxc_handler *handler, ...@@ -97,7 +97,7 @@ static void lxc_destroy_container_on_signal(struct lxc_handler *handler,
static void print_top_failing_dir(const char *path) static void print_top_failing_dir(const char *path)
{ {
__do_free char *copy; __do_free char *copy = NULL;
int ret; int ret;
char *e, *p, saved; char *e, *p, saved;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment