This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/28519] New: unkillable, nonstandard warning


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]