From 4cc501bcfd23691c5244877f9d088a6be6bc8e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Thu, 24 Sep 2020 12:16:31 +0900 Subject: ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler C++ compilers are optional. Skip C++ tests when they are absent. --- ext/-test-/RUBY_ALIGNOF/c.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/-test-/RUBY_ALIGNOF/c.c') diff --git a/ext/-test-/RUBY_ALIGNOF/c.c b/ext/-test-/RUBY_ALIGNOF/c.c index 2ff23e1dfd..5768b8c3dd 100644 --- a/ext/-test-/RUBY_ALIGNOF/c.c +++ b/ext/-test-/RUBY_ALIGNOF/c.c @@ -7,3 +7,9 @@ struct T { }; RBIMPL_STATIC_ASSERT(RUBY_ALIGNOF, RUBY_ALIGNOF(double) == offsetof(struct T, t)); + +void +Init_RUBY_ALIGNOF() +{ + // Windows linker mandates this symbol to exist. +} -- cgit v1.2.3