aboutsummaryrefslogtreecommitdiff
path: root/include/diagnostics.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-07gdb: ignore -Wregister instead of -Wdeprecated-registerSimon Marchi1-6/+5
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-03-06gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.hSimon Marchi1-0/+9
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-10-28include: Define macro to ignore -Wdeprecated-declarations on GCCTsukasa OI1-0/+3
2022-10-03Fix self-move warning check for GCC 13+Jan-Benedict Glaw1-0/+4
2022-09-22include: Add macro to ignore -Wunused-but-set-variableTsukasa OI1-0/+14
2022-09-22include: Add macro to ignore -Wuser-defined-warningsTsukasa OI1-0/+9
2022-06-15[gdb/build] Fix build for gcc < 11Tom de Vries1-0/+2
2022-05-04gdb: Workaround stringop-overread warning in debuginfod-support.c on s390xMark Wielaard1-0/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-02gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8Simon Marchi1-0/+16
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-23ada-lex.l: Ignore register diagnostic also for g++ defaulting to ISO C++17Mark Wielaard1-0/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-12Fix unused function errorLuis Machado1-9/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-09-05Disable -Wformat-nonliteral in parts of printcmd.cSimon Marchi1-0/+12
2018-07-06Fix diagnostic errorsAlan Modra1-0/+14
2018-07-05darwin: Silence syscall deprecated declaration warningSimon Marchi1-0/+6
2018-06-04Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1H.J. Lu1-3/+1
2018-06-04Add DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATIONH.J. Lu1-7/+24
2018-06-01Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu1-0/+60