diff options
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r-- | gcc/rtl-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index 3a950b2..4f5a096 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -34,7 +34,7 @@ Boston, MA 02110-1301, USA. */ #include "diagnostic.h" static location_t location_for_asm (rtx); -static void diagnostic_for_asm (rtx, const char *, va_list *, diagnostic_t); +static void diagnostic_for_asm (rtx, const char *, va_list *, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0); /* Figure the location of the given INSN. */ static location_t |