Brad Smith <[email protected]> writes: > That resolved the alloca warnings as well as removing another warning > in getopt.c.
Thanks for testing. I've now committed those changes. > -getopt.c:1188:1: warning: no previous prototype for function 'getopt' > [-Wmissing-prototypes] > -getopt (int argc, char *const *argv, const char *optstring) > -^ > -./getopt.h:169:12: note: this declaration is not a prototype; add > parameter declarations to make it one > -extern int getopt (); > - ^ > -5 warnings generated. > +4 warnings generated. I've spotted this warning before, but until now I had just ignored it. Nice that it's also fixed by the stdlib.h include. Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
