aboutsummaryrefslogtreecommitdiff
path: root/libtool.m4
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-11-30 15:59:16 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-11-30 23:16:39 -0500
commita521809d9b182d2863e2b0cf69270d1cef1da507 (patch)
tree646622696a147ca887fc0556fbe0fefa6e20ccdd /libtool.m4
parent2b33b0d960076b1186bcc454a9627a5451dca17a (diff)
downloadgdb-a521809d9b182d2863e2b0cf69270d1cef1da507.zip
gdb-a521809d9b182d2863e2b0cf69270d1cef1da507.tar.gz
gdb-a521809d9b182d2863e2b0cf69270d1cef1da507.tar.bz2
gdb: fix warnings about invalid [[fallthrough]] usage
Fix these two warnings, when building on macos: CXX cp-name-parser.o /Users/smarchi/src/binutils-gdb/gdb/cp-name-parser.y:1644:7: error: fallthrough annotation does not directly precede switch label [[fallthrough]]; ^ CXX dbxread.o /Users/smarchi/src/binutils-gdb/gdb/dbxread.c:2809:7: error: fallthrough annotation does not directly precede switch label [[fallthrough]]; ^ In these two cases, we [[fallthrough]], followed by a regular label, followed by a case label. Move the [[fallthrough]] below the regular label. Change-Id: If4a3145139e050bdb6950c7f239badd5778e6f64 Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'libtool.m4')
0 files changed, 0 insertions, 0 deletions