mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Suppress -Wsuggest-attribute=format
This commit is contained in:
parent
7c2660b347
commit
923f831804
1 changed files with 1 additions and 0 deletions
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);
|
||||
}
|
||||
|
||||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
|
||||
void
|
||||
rb_bug_without_die(const char *fmt, ...)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue