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++/79078] Warnings from deprecated attribute are too noisy


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79078

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yet another heuristic would be to suppress warnings if the deprecated
attributes have the same string literal in the attribute-argument-clause, i.e.
treat the string as a grouping mechanism, so that entities in a group don't
produce warnings for uses of other deprecated names in the same group.

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