-Wimplicit-fallthrough noreturn fixes
binutils/ * cxxfilt.c (usage): Add ATTRIBUTE_NORETURN. * elfedit.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (copy_usage, strip_usage): Likewise. * srconv.c (show_usage): Likewise. * strings.c (usage): Likewise. * sysdump.c (show_usage): Likewise. * srconv.c: Remove unneeded forward function declarations. * strings.c: Likewise. * sysdump.c: Likewise. gas/ * as.h (as_assert): Add ATTRIBUTE_NORETURN.
This commit is contained in:
parent
2b80414579
commit
1e0f0b4d01
10 changed files with 26 additions and 66 deletions
|
@ -87,7 +87,7 @@ print_demangler_list (FILE *stream)
|
|||
fprintf (stream, "}");
|
||||
}
|
||||
|
||||
static void
|
||||
ATTRIBUTE_NORETURN static void
|
||||
usage (FILE *stream, int status)
|
||||
{
|
||||
fprintf (stream, "\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue