Suppress -Wsuggest-attribute=format
This commit is contained in:
parent
7c2660b347
commit
923f831804
1
error.c
1
error.c
@ -1097,6 +1097,7 @@ rb_bug_without_die_internal(const char *fmt, va_list args)
|
|||||||
report_bug_valist(file, line, fmt, NULL, args);
|
report_bug_valist(file, line, fmt, NULL, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
|
||||||
void
|
void
|
||||||
rb_bug_without_die(const char *fmt, ...)
|
rb_bug_without_die(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user