diff options
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h index df89ea5..f889f92 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -159,7 +159,7 @@ void bfd_nonfatal (const char *); void bfd_fatal (const char *) ATTRIBUTE_NORETURN; -void report (const char *, va_list); +void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0); void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; |