X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cc248aae9bff569a771210e9b63f6f4dfe83e3a6..931a979904a17a28af6265b60a088824edb78fa7:/popt/poptconfig.c diff --git a/popt/poptconfig.c b/popt/poptconfig.c index 58ccf015..d6603e52 100644 --- a/popt/poptconfig.c +++ b/popt/poptconfig.c @@ -18,7 +18,7 @@ static void configLine(poptContext con, char * line) /*@=type@*/ const char * entryType; const char * opt; - poptItem item = alloca(sizeof(*item)); + poptItem item = (poptItem) alloca(sizeof(*item)); int i, j; memset(item, 0, sizeof(*item));