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 adding some
preprocessor directives.
Werner
_______________________________________________
bug-gnulib mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnulib
