Re: Compile error in argz.c

2020-05-26 Thread Bruno Haible
Gisle Vanem wrote: > The use of '__argv' as parameter names, causes this > error from clang-cl: >argz.c(234,1): error: conflicting types for 'argz_extract' >argz_extract (const char *argz, size_t len, char **argv) >^ >.\argz.h(68,13): note: previous declaration is here >extern

Compile error in argz.c

2020-05-26 Thread Gisle Vanem
The use of '__argv' as parameter names, causes this error from clang-cl: argz.c(234,1): error: conflicting types for 'argz_extract' argz_extract (const char *argz, size_t len, char **argv) ^ .\argz.h(68,13): note: previous declaration is here extern void argz_extract (const char