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


-- 
           Summary: unkillable, nonstandard warning
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: whaley at cs dot utsa dot edu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28519

Reply via email to