зеркало из https://github.com/github/ruby.git
ext/-test-/bug-14834/bug-14384.c: fallback for MAYBE_UNUSED
__unused__ is unavailable on Sun C. https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris11s-sunc/ruby-master/log/20190801T112505Z.fail.html.gz
This commit is contained in:
Родитель
8b162ce9d1
Коммит
b8e351a1b9
|
@ -1,6 +1,10 @@
|
|||
#include <ruby/ruby.h>
|
||||
#include <ruby/debug.h>
|
||||
|
||||
#ifndef MAYBE_UNUSED
|
||||
# define MAYBE_UNUSED(x) x
|
||||
#endif
|
||||
|
||||
static NOINLINE(VALUE f(VALUE));
|
||||
static NOINLINE(void g(VALUE, void*));
|
||||
extern NOINLINE(void Init_bug_14384(void));
|
||||
|
|
Загрузка…
Ссылка в новой задаче