My users are griping about the large numbers of warnings like: >warning: the use of `tmpnam' is dangerous, better use `mkstemp' that gcc generates on every single link. Throwing the -w flag does not repress this message. I am limited to ANSI C standard routines only, and so cannot make the switch to the non-standard routine mkstemp. If gcc insists on warning about ANSI C standard function calls, it would be nice to have a way of turning them off. Thanks, Clint
GCC is not what is warning. ld is warning because glibc tells it to warn.