diff options
Diffstat (limited to 'gdbserver/server.cc')
-rw-r--r-- | gdbserver/server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/server.cc b/gdbserver/server.cc index 30d0517..87b2a26 100644 --- a/gdbserver/server.cc +++ b/gdbserver/server.cc @@ -4038,7 +4038,7 @@ test_memory_tagging_functions (void) /* Main function. This is called by the real "main" function, wrapped in a TRY_CATCH that handles any uncaught exceptions. */ -static void ATTRIBUTE_NORETURN +[[noreturn]] static void captured_main (int argc, char *argv[]) { int bad_attach; |