Suppress -Wsuggest-attribute=format

This commit is contained in:
Takashi Kokubun 2024-12-15 23:27:43 -08:00
parent 7c2660b347
commit 923f831804

View File

@ -1097,6 +1097,7 @@ rb_bug_without_die_internal(const char *fmt, va_list args)
report_bug_valist(file, line, fmt, NULL, args);
}
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
void
rb_bug_without_die(const char *fmt, ...)
{