-
Notifications
You must be signed in to change notification settings - Fork 1
gcc_nowarn_deprecated_decl
Tsukasa OI edited this page Oct 30, 2022
·
4 revisions
- Status: Merged for GDB 13
- Branch:
gcc-nowarn-deprecated-decl
- Tracking PR: #79 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-10-27)
A macro to disable -Wdeprecated-declarations
warning option, DIAGNOSTIC_IGNORE_DEPRECATED_DECLARATIONS
is available but only on Clang.
Because this warning option is available on GCC (3.4.0 or later) so we define this macro also for GCC.