This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

concatenation of string literals with __FUNCTION__ is deprecated


With current gcc from cvs I get this warning in several places compiling
libc.  In all those cases, __FUNCTION__ is not providing any source-level
dynamism and could as well be replaced by a plain literal.

Any objections to making those changes?


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