Re: [bug-gnulib] compiler warnings in getopt.c

2005-09-05 Thread Bruno Haible
Werner LEMBERG wrote: > Compiling getopt.c I get these warnings from gcc: > > getopt.c: In function `_getopt_initialize': > getopt.c:253: warning: unused parameter `argc' > getopt.c:253: warning: unused parameter `argv' > getopt.c:1159:5: warning: "_LIBC" is not defined You get these warni

compiler warnings in getopt.c

2005-09-04 Thread Werner LEMBERG
Compiling getopt.c I get these warnings from gcc: getopt.c: In function `_getopt_initialize': getopt.c:253: warning: unused parameter `argc' getopt.c:253: warning: unused parameter `argv' getopt.c:1159:5: warning: "_LIBC" is not defined While harmless I think they could be removed by ad