mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
sim: replace custom attributes with ansidecl.h
A lot of this code predates the common attributes. We had already started migrating over piece by piece, so just do a pass across all the attributes and replace most of them.
This commit is contained in:
@ -698,10 +698,7 @@ os_evprintf_filtered (host_callback *p ATTRIBUTE_UNUSED, const char *format, va_
|
||||
}
|
||||
|
||||
/* VARARGS */
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((__noreturn__))
|
||||
#endif
|
||||
static void ATTRIBUTE_PRINTF (2, 3)
|
||||
static void ATTRIBUTE_PRINTF (2, 3) ATTRIBUTE_NORETURN
|
||||
os_error (host_callback *p ATTRIBUTE_UNUSED, const char *format, ...)
|
||||
{
|
||||
va_list args;
|
||||
|
Reference in New Issue
Block a user