Re: getopt.c warnings patch

2020-05-27 Thread Bruno Haible
Hi, Paul J. Lucas wrote: > The getopt.c file generates the following warnings from Apple’s gcc (Apple > clang version 11.0.3 (clang-1103.0.32.62)): > > > getopt.c:208:21: warning: implicit conversion changes

getopt.c warnings patch

2020-05-27 Thread Paul J. Lucas
The getopt.c file generates the following warnings from Apple’s gcc (Apple clang version 11.0.3 (clang-1103.0.32.62)): getopt.c:208:21: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka