Project

General

Profile

Bug #21629 » ruby-log.txt

debo (David Bohman), 10/07/2025 11:06 PM

 
file2lastrev.rb: does not seem to be under a vcs: .
BASERUBY = /usr/local/bin/ruby --disable=gems
CC = clang
LD = ld
LDSHARED = clang -dynamiclib
CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-darwin16 -I.ext/include -I../ruby-3.4.7/include -I../ruby-3.4.7 -I../ruby-3.4.7/prism -I../ruby-3.4.7/enc/unicode/15.0.0 -Dmodular_gc_dir=
CPPFLAGS = -I/usr/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT
DLDFLAGS = -L/usr/local/lib -Wl,-multiply_defined,suppress -Wl,-undefined,dynamic_lookup -install_name /usr/local/lib/libruby.3.4.dylib -compatibility_version 3.4 -current_version 3.4.7 -fstack-protector-strong -framework CoreFoundation -fstack-protector-strong -framework CoreFoundation
SOLIBS = -lgmp -ldl -lobjc -lpthread
LANG = en_US.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j24 --jobserver-auth=fifo:/var/folders/6j/ps9ndwpj3xv8mgs1w8px_zsh0000n5/T//GMfifo22915
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/yjit/target/release/' ../ruby-3.4.7/yjit/src/lib.rs
compiling ../ruby-3.4.7/main.c
compiling ../ruby-3.4.7/dmydln.c
clang version 21.1.3
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /usr/local/bin
compiling ../ruby-3.4.7/miniinit.c
translating probes ../ruby-3.4.7/probes.d
compiling ../ruby-3.4.7/ast.c
compiling ../ruby-3.4.7/bignum.c
compiling ../ruby-3.4.7/class.c
compiling ../ruby-3.4.7/compar.c
compiling ../ruby-3.4.7/complex.c
compiling ../ruby-3.4.7/cont.c
compiling ../ruby-3.4.7/debug.c
compiling ../ruby-3.4.7/debug_counter.c
compiling ../ruby-3.4.7/dir.c
compiling ../ruby-3.4.7/dln_find.c
compiling ../ruby-3.4.7/encoding.c
compiling ../ruby-3.4.7/enum.c
compiling ../ruby-3.4.7/enumerator.c
compiling ../ruby-3.4.7/error.c
compiling ../ruby-3.4.7/file.c
compiling ../ruby-3.4.7/inits.c
compiling ../ruby-3.4.7/imemo.c
compiling ../ruby-3.4.7/io.c
compiling ../ruby-3.4.7/io_buffer.c
../ruby-3.4.7/revision.h unchanged
compiling ../ruby-3.4.7/iseq.c
In file included from ../ruby-3.4.7/main.c:21:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/dmydln.c:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/ast.c:2:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/miniinit.c:12:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/bignum.c:35:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/class.c:20:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/debug_counter.c:11:
In file included from ../ruby-3.4.7/debug_counter.h:351:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/compar.c:13:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/cont.c:28:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/complex.c:19:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/debug.c:16:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/dln_find.c:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/encoding.c:16:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | structIn file included from R../ruby-3.4.7/enumerator.cStri:n22g:
In file included from r../ruby-3.4.7/internal.he:t31v:
aIn file included from l../ruby-3.4.7/include/ruby/ruby.h;:28
:
In file included from | ../ruby-3.4.7/include/ruby/internal/arithmetic.h: ^24
:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: ../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:default17 :initialization of note: an
member object'klass' ofdeclared type'const' 'struct RString'here with
const member leaves the object uninitialized
86[-Wdefault-const-init-field-unsafe] |
const VALUE klass;
| ^
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enum.c:13:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/dir.c:105:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/imemo.c:2:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/error.c:34:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h../ruby-3.4.7/inits.c:24:
In file included from :../ruby-3.4.7/include/ruby/internal/arithmetic/char.h13::
29In file included from :
../ruby-3.4.7/include/ruby.h:38:
../ruby-3.4.7/include/ruby/internal/core/rstring.hIn file included from :../ruby-3.4.7/include/ruby/ruby.h398::2824:
:In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24warning: :
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.hdefault: 29initialization:
of an../ruby-3.4.7/include/ruby/internal/core/rstring.h
: 398object :of24 :type 'struct RString' warning: with const defaultmember leavesinitialization theof objectan
uninitialized
object [-Wdefault-const-init-field-unsafe]of
type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct 398R | S t r i n g r etsvtarlu;ct
| RS ^t
ring retval;
| ../ruby-3.4.7/include/ruby/internal/core/rbasic.h: ^86
:17: note: member 'klass' declared 'const' here../ruby-3.4.7/include/ruby/internal/core/rbasic.h:
86:17: note: member 'klass' declared86 | 'const' here
const VALU E86 | k l a s s;co
n s| t ^
VALUE klass;
| ^
In file included from ../ruby-3.4.7/io.c:16:
In file included from ../ruby-3.4.7/include/ruby/fiber/scheduler.h:20:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/io_buffer.c:9:
In file included from ../ruby-3.4.7/include/ruby/io/buffer.h:16:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/file.c:158:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/marshal.c
compiling ../ruby-3.4.7/math.c
1 warning generated.
In file included from ../ruby-3.4.7/iseq.c:21:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/memory_view.c
1 warning generated.
compiling ../ruby-3.4.7/rjit.c
1 warning generated.
compiling ../ruby-3.4.7/node.c
. ../ruby-3.4.7/vm_opts.h
../ruby-3.4.7/file.c:361:44: warning: initializer-string for character array is too long, array
size is 3 but initializer has size 4 (including the null terminating character); did you mean to use the
'nonstring' attribute? [-Wunterminated-string-initialization]
361 | static const char invalid[3] = "\xEF\xBF\xBD";
| ^~~~~~~~~~~~~~
compiling ../ruby-3.4.7/node_dump.c
In file included from ../ruby-3.4.7/marshal.c:22:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/math.c:22:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/numeric.c
In file included from ../ruby-3.4.7/memory_view.c:9:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/rjit.c:9:
In file included from ../ruby-3.4.7/rjit.h:13:
In file included from ../ruby-3.4.7/vm_core.h:118:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/object.c
In file included from ../ruby-3.4.7/node.c:18:
In file included from ../ruby-3.4.7/internal/variable.h:13:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/error.c:2631:24: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
2631 | struct RString s_str, c_str, d_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/error.c:2631:31: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
2631 | struct RString s_str, c_str, d_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/error.c:2631:38: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
2631 | struct RString s_str, c_str, d_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/node_dump.c:12:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/numeric.c:28:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/pack.c
In file included from ../ruby-3.4.7/object.c:22:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/parse.c
In file included from ../ruby-3.4.7/pack.c:19:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/parser_st.c
In file included from parse.y:43:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/proc.c
1 warning generated.
In file included from ../ruby-3.4.7/proc.c:12:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/process.c
1 warning generated.
compiling ../ruby-3.4.7/ractor.c
1 warning generated.
compiling ../ruby-3.4.7/random.c
In file included from ../ruby-3.4.7/process.c:16:
In file included from ../ruby-3.4.7/include/ruby/fiber/scheduler.h:20:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/ractor.c:3:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/random.c:65:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/range.c
1 warning generated.
compiling ../ruby-3.4.7/rational.c
In file included from ../ruby-3.4.7/range.c:22:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/marshal.c:1426:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1426 | struct RString src;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/rational.c:27:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/re.c
In file included from ../ruby-3.4.7/re.c:16:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
4 warnings generated.
compiling ../ruby-3.4.7/regcomp.c
1 warning generated.
compiling ../ruby-3.4.7/regenc.c
In file included from ../ruby-3.4.7/regcomp.c:31:
In file included from ../ruby-3.4.7/regparse.h:33:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/regenc.c:31:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
2 warnings generated.
compiling ../ruby-3.4.7/regerror.c
compiling ../ruby-3.4.7/regexec.c
1 warning generated.
compiling ../ruby-3.4.7/regparse.c
In file included from ../ruby-3.4.7/regerror.c:31:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/regsyntax.c
In file included from ../ruby-3.4.7/regexec.c:31:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/ruby.c
In file included from ../ruby-3.4.7/regparse.c:38:
In file included from ../ruby-3.4.7/regparse.h:33:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/regsyntax.c:31:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/ruby_parser.c
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/ruby.c:44:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/scheduler.c
compiling ../ruby-3.4.7/shape.c
1 warning generated.
compiling ../ruby-3.4.7/signal.c
In file included from ../ruby-3.4.7/ruby_parser.c:3:
In file included from ../ruby-3.4.7/internal/parse.h:12:
In file included from ../ruby-3.4.7/rubyparser.h:21:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/sprintf.c
compiling ../ruby-3.4.7/st.c
In file included from ../ruby-3.4.7/scheduler.c:11:
In file included from ../ruby-3.4.7/vm_core.h:118:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
2 warnings generated.
In file included from ../ruby-3.4.7/shape.c:1:
In file included from ../ruby-3.4.7/vm_core.h:118:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/strftime.c
compiling ../ruby-3.4.7/string.c
In file included from ../ruby-3.4.7/signal.c:36:
In file included from ../ruby-3.4.7/debug_counter.h:351:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/sprintf.c:24:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/st.c:108:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/strftime.c:68:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/string.c:24:
In file included from ../ruby-3.4.7/debug_counter.h:351:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/struct.c
1 warning generated.
compiling ../ruby-3.4.7/symbol.c
1 warning generated.
compiling ../ruby-3.4.7/thread.c
In file included from ../ruby-3.4.7/struct.c:13:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/symbol.c:12:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/thread.c:75:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/time.c
1 warning generated.
compiling ../ruby-3.4.7/transcode.c
In file included from ../ruby-3.4.7/time.c:35:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/symbol.c:756../ruby-3.4.7/include/ruby/internal/core/rbasic.h::2086:: 17: warning: note: defaultmember initialization'klass' ofdeclared an'const' objecthere of
type
'struct RString' with const member leaves the 86object | uninitialized [-Wdefault-const-init-field-unsafe]
const VALUE klass;
| ^
756 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/util.c
../ruby-3.4.7/symbol.c:1218:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1218 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/symbol.c:1230:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1230 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/symbol.c:1254:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1254 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/transcode.c:16:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/util.c:32:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/variable.c
1 warning generated.
compiling ../ruby-3.4.7/vm.c
In file included from ../ruby-3.4.7/variable.c:18:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/vm.c:13:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/vm_backtrace.c
1 warning generated.
compiling ../ruby-3.4.7/vm_dump.c
1 warning generated.
compiling ../ruby-3.4.7/vm_sync.c
In file included from ../ruby-3.4.7/vm_backtrace.c:12:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/string.c:612:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
612 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/string.c:619:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
619 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
5 warnings generated.
compiling ../ruby-3.4.7/vm_trace.c
1 warning generated.
compiling ../ruby-3.4.7/weakmap.c
In file included from ../ruby-3.4.7/vm_dump.c:12:
In file included from ../ruby-3.4.7/include/ruby/fiber/scheduler.h:20:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/vm_sync.c:1:
In file included from ../ruby-3.4.7/internal/gc.h:16:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/vm_trace.c:24:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/weakmap.c:1:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/yjit.c
1 warning generated.
1 warning generated.
building Rust YJIT (release mode)
../ruby-3.4.7/string.c:12517:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
12517 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/string.c:12534:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
12534 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/string.c:12545:20: warning: default initialization of an object of type
'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
12545 | struct RString fake_str;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/missing/explicit_bzero.c
In file included from ../ruby-3.4.7/yjit.c:9:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/missing/setproctitle.c
1 warning generated.
compiling ../ruby-3.4.7/addr2line.c
1 warning generated.
In file included from ../ruby-3.4.7/missing/setproctitle.c:35:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/dln.c
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/localeinit.c
compiling ../ruby-3.4.7/dmyext.c
1 warning generated.
compiling ../ruby-3.4.7/dmyenc.c
In file included from ../ruby-3.4.7/dln.c:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/array.c
compiling ../ruby-3.4.7/compile.c
In file included from ../ruby-3.4.7/localeinit.c:12:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/eval.c
In file included from ../ruby-3.4.7/array.c:14:
In file included from ../ruby-3.4.7/debug_counter.h:351:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/compile.c:19:
In file included from ../ruby-3.4.7/encindex.h:14:
In file included from ../ruby-3.4.7/include/ruby/encoding.h:19:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/gc.c
compiling ../ruby-3.4.7/hash.c
1 warning generated.
compiling ../ruby-3.4.7/load.c
In file included from ../ruby-3.4.7/eval.c:20:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/hash.c:26:
In file included from ../ruby-3.4.7/debug_counter.h:351:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/gc.c:84:
In file included from ../ruby-3.4.7/constant.h:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/rjit_c.c
In file included from ../ruby-3.4.7/load.c:6:
In file included from ../ruby-3.4.7/eval_intern.h:4:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/rjit_c.c:9:
In file included from ../ruby-3.4.7/rjit.h:13:
In file included from ../ruby-3.4.7/vm_core.h:118:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/version.c
compiling ../ruby-3.4.7/prism/api_node.c
/bin/sh ../ruby-3.4.7/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
In file included from ../ruby-3.4.7/vm.c:534:
../ruby-3.4.7/vm_insnhelper.c:6262:23: warning: default initialization of an object of type
'struct RArray' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
6262 | struct RArray fake_ary;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/vm.c:534:
../ruby-3.4.7/vm_insnhelper.c:6282:23: warning: default initialization of an object of type
'struct RArray' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
6282 | struct RArray fake_ary;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/prism/api_pack.c
1 warning generated.
In file included from ../ruby-3.4.7/version.c:12:
In file included from ../ruby-3.4.7/internal/cmdlineopt.h:4:
In file included from ../ruby-3.4.7/rjit.h:13:
In file included from ../ruby-3.4.7/vm_core.h:118:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from prism/templates/ext/prism/api_node.c.erb:2:
In file included from ../ruby-3.4.7/prism/extension.h:6:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/prism/diagnostic.c
In file included from ../ruby-3.4.7/prism/api_pack.c:1:
In file included from ../ruby-3.4.7/prism/extension.h:6:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/prism/encoding.c
1 warning generated.
compiling ../ruby-3.4.7/prism/extension.c
compiling ../ruby-3.4.7/prism/node.c
compiling ../ruby-3.4.7/prism/options.c
1 warning generated.
compiling ../ruby-3.4.7/prism/pack.c
In file included from ../ruby-3.4.7/prism/extension.c:1:
In file included from ../ruby-3.4.7/prism/extension.h:6:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/prism/prettyprint.c
compiling ../ruby-3.4.7/prism/regexp.c
1 warning generated.
compiling ../ruby-3.4.7/prism/serialize.c
1 warning generated.
compiling ../ruby-3.4.7/prism/static_literals.c
1 warning generated.
compiling ../ruby-3.4.7/prism/token_type.c
1 warning generated.
compiling ../ruby-3.4.7/prism/util/pm_buffer.c
compiling ../ruby-3.4.7/prism/util/pm_char.c
../ruby-3.4.7/load.c:1385:20: warning: default initialization of an object of type 'struct RString'
with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1385 | struct RString fake;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
../ruby-3.4.7/load.c:1427:20: warning: default initialization of an object of type 'struct RString'
with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
1427 | struct RString fake;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/prism/util/pm_constant_pool.c
1 warning generated.
compiling ../ruby-3.4.7/prism/util/pm_integer.c
compiling ../ruby-3.4.7/prism/util/pm_list.c
compiling ../ruby-3.4.7/prism/util/pm_memchr.c
1 warning generated.
compiling ../ruby-3.4.7/prism/util/pm_newline_list.c
compiling ../ruby-3.4.7/prism/util/pm_string.c
compiling ../ruby-3.4.7/prism/util/pm_strncasecmp.c
compiling ../ruby-3.4.7/prism/util/pm_strpbrk.c
compiling ../ruby-3.4.7/prism/prism.c
compiling ../ruby-3.4.7/prism_init.c
assembling ../ruby-3.4.7/coroutine/amd64/Context.S
compiling ../ruby-3.4.7/enc/ascii.c
compiling ../ruby-3.4.7/enc/us_ascii.c
compiling ../ruby-3.4.7/enc/unicode.c
In file included from ../ruby-3.4.7/prism_init.c:1:
In file included from ../ruby-3.4.7/prism/extension.h:6:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/ascii.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/utf_8.c
In file included from ../ruby-3.4.7/enc/us_ascii.c:1:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/unicode.c:30:
In file included from ../ruby-3.4.7/regint.h:115:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/enc/trans/newline.c
1 warning generated.
generating encdb.h
generating x86_64-darwin16-fake.rb
1 warning generated.
creating verconf.h
In file included from ../ruby-3.4.7/enc/utf_8.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
encdb.h updated
verconf.h updated
compiling ../ruby-3.4.7/loadpath.c
In file included from ../ruby-3.4.7/enc/trans/newline.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
x86_64-darwin16-fake.rb updated
3 warnings generated.
generating enc.mk
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/loadpath.c:13:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
making srcs under enc
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
generating transdb.h
1 warning generated.
transdb.h updated
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
6 warnings generated.
1 warning generated.
1 warning generated.
1 warning generated.
3 warnings generated.
1 warning generated.
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
builtin_binary.inc updated
compiling ../ruby-3.4.7/builtin.c
In file included from ../ruby-3.4.7/builtin.c:1:
In file included from ../ruby-3.4.7/internal.h:31:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking static-library libruby.3.4-static.a
linking shared-library libruby.3.4.dylib
generating makefiles ext/configure-ext.mk
making enc
making trans
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
compiling ../ruby-3.4.7/enc/trans/transdb.c
compiling ../ruby-3.4.7/enc/encdb.c
compiling ../ruby-3.4.7/enc/trans/big5.c
compiling ../ruby-3.4.7/enc/trans/cesu_8.c
compiling ../ruby-3.4.7/enc/trans/chinese.c
compiling ../ruby-3.4.7/enc/big5.c
compiling ../ruby-3.4.7/enc/trans/ebcdic.c
compiling ../ruby-3.4.7/enc/cesu_8.c
compiling ../ruby-3.4.7/enc/cp949.c
compiling ../ruby-3.4.7/enc/emacs_mule.c
compiling ../ruby-3.4.7/enc/euc_jp.c
compiling ../ruby-3.4.7/enc/euc_kr.c
compiling ../ruby-3.4.7/enc/trans/emoji.c
compiling ../ruby-3.4.7/enc/trans/emoji_iso2022_kddi.c
compiling ../ruby-3.4.7/enc/trans/emoji_sjis_docomo.c
compiling ../ruby-3.4.7/enc/trans/emoji_sjis_kddi.c
compiling ../ruby-3.4.7/enc/trans/emoji_sjis_softbank.c
compiling ../ruby-3.4.7/enc/trans/escape.c
compiling ../ruby-3.4.7/enc/trans/gb18030.c
compiling ../ruby-3.4.7/enc/euc_tw.c
compiling ../ruby-3.4.7/enc/gb2312.c
compiling ../ruby-3.4.7/enc/gb18030.c
ext/configure-ext.mk updated
compiling ../ruby-3.4.7/enc/trans/gbk.c
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
In file included from ../ruby-3.4.7/enc/encdb.c:12:
In file included from ../ruby-3.4.7/internal/encoding.h:11:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/transdb.c:12:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
In file included from ../ruby-3.4.7/enc/cp949.c../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86::3017:
:In file included from ../ruby-3.4.7/regenc.h:43note: :
In file included from member../ruby-3.4.7/include/ruby.h :'klass'38 :
declaredIn file included from ../ruby-3.4.7/include/ruby/ruby.h'const': 28here:
In file included from
../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h :86398 | : 24 : cwarning: onsdefaultt initialization VofA LanU
E objectk lofa stypes ;'struct RString'
with | const ^member
leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/ebcdic.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/chinese.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/cesu_8.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | In file included from ../ruby-3.4.7/enc/big5.c :c30o:
nIn file included from s../ruby-3.4.7/regenc.ht:43 :
VIn file included from A../ruby-3.4.7/include/ruby.hL:U38E:
In file included from k../ruby-3.4.7/include/ruby/ruby.hl:a28s:
sIn file included from ;../ruby-3.4.7/include/ruby/internal/arithmetic.h:
24 :
| In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h ^:
29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/cesu_8.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/big5.c:7:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/emacs_mule.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/euc_kr.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | In file included from ../ruby-3.4.7/enc/trans/gb18030.c c:o6n:
sIn file included from t../ruby-3.4.7/transcode_data.h: 14V:
AIn file included from L../ruby-3.4.7/include/ruby/ruby.hU:E28 :
kIn file included from l../ruby-3.4.7/include/ruby/internal/arithmetic.ha:s24s:
;In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h
: 29| :
^
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
In file included from ../ruby-3.4.7/enc/euc_jp.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h :39838 | :
In file included from ../ruby-3.4.7/include/ruby/ruby.h : 28 :
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h :24s:
tIn file included from r../ruby-3.4.7/include/ruby/internal/arithmetic/char.hu:c29t:
RS../ruby-3.4.7/include/ruby/internal/core/rstring.ht:r398i:n24g: retwarning: valdefault; initialization
of| an ^

object of type 'struct RString' with const member leaves the ../ruby-3.4.7/include/ruby/internal/core/rbasic.hobject: 86uninitialized:
17 :[-Wdefault-const-init-field-unsafe]
note: member 'klass' declared 'const' here
86 | co n398s | t V A L U E klsatsrsu;ct
| RS ^t
ring retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/escape.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/emoji.c:6:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/emoji_sjis_softbank.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/euc_tw.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/emoji_sjis_kddi.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/emoji_sjis_docomo.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/gb18030.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring -test-/RUBY_ALIGNOF
In file included from ../ruby-3.4.7/enc/gb2312.c:1:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/emoji_iso2022_kddi.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/gbk.c:6:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/gbk.c
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_1.c
compiling ../ruby-3.4.7/enc/trans/iso2022.c
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/trans/japanese.c
compiling ../ruby-3.4.7/enc/trans/japanese_euc.c
configuring cgi/escape
configuring coverage
configuring continuation
1 warning generated.
configuring date
configuring digest
compiling ../ruby-3.4.7/enc/iso_8859_2.c
compiling ../ruby-3.4.7/enc/trans/japanese_sjis.c
configuring digest/bubblebabble
configuring erb/escape
In file included from ../ruby-3.4.7/enc/gbk.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring digest/md5
configuring etc
compiling ../ruby-3.4.7/enc/iso_8859_3.c
In file included from ../ruby-3.4.7/enc/iso_8859_1.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/iso2022.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/enc/trans/japanese.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring fiddle
configuring fcntl
In file included from ../ruby-3.4.7/enc/trans/japanese_euc.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/trans/korean.c
1 warning generated.
In file included from ../ruby-3.4.7/enc/iso_8859_2.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/trans/japanese_sjis.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/trans/single_byte.c
In file included from ../ruby-3.4.7/enc/iso_8859_3.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring io/console
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/trans/utf8_mac.c
1 warning generated.
In file included from ../ruby-3.4.7/enc/trans/korean.c:7:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/enc/trans/single_byte.c:58:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/trans/utf_16_32.c
configuring -test-/abi
1 warning generated.
configuring -test-/arith_seq/beg_len_step
compiling ../ruby-3.4.7/enc/iso_8859_4.c
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring json
configuring -test-/asan
configuring json/generator
configuring -test-/bignum
1 warning generated.
configuring -test-/bug-14834
In file included from ../ruby-3.4.7/enc/trans/utf8_mac.c:6:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/iso_8859_5.c
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring monitor
configuring -test-/class
compiling ../ruby-3.4.7/enc/iso_8859_6.c
configuring -test-/cxxanyargs
In file included from ../ruby-3.4.7/enc/trans/utf_16_32.c:5:
In file included from ../ruby-3.4.7/transcode_data.h:14:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/iso_8859_4.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring -test-/debug
In file included from ../ruby-3.4.7/enc/iso_8859_5.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring -test-/eval
In file included from ../ruby-3.4.7/enc/iso_8859_6.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
1 warning generated.
linking transcoder transdb.bundle
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_7.c
1 warning generated.
configuring objspace
compiling ../ruby-3.4.7/enc/iso_8859_8.c
configuring openssl
In file included from ../ruby-3.4.7/enc/iso_8859_7.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring digest/rmd160
configuring pathname
compiling ../ruby-3.4.7/enc/iso_8859_9.c
In file included from ../ruby-3.4.7/enc/iso_8859_8.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
configuring json/parser
linking transcoder cesu_8.bundle
In file included from ../ruby-3.4.7/enc/iso_8859_9.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
configuring psych
configuring pty
compiling ../ruby-3.4.7/enc/iso_8859_10.c
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_11.c
In file included from ../ruby-3.4.7/enc/iso_8859_10.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring digest/sha1
1 warning generated.
In file included from ../ruby-3.4.7/enc/iso_8859_11.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_13.c
configuring rbconfig/sizeof
libffi_version: 3.5.2
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_14.c
1 warning generated.
1 warning generated.
compiling ../ruby-3.4.7/enc/iso_8859_15.c
compiling ../ruby-3.4.7/enc/iso_8859_16.c
In file included from ../ruby-3.4.7/enc/iso_8859_13.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../ruby-3.4.7/enc/koi8_r.c
In file included from ../ruby-3.4.7/enc/iso_8859_14.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring digest/sha2
In file included from ../ruby-3.4.7/enc/iso_8859_15.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/enc/iso_8859_16.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
linking transcoder ebcdic.bundle
1 warning generated.
In file included from ../ruby-3.4.7/enc/koi8_r.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking transcoder emoji.bundle
compiling ../ruby-3.4.7/enc/koi8_u.c
1 warning generated.
compiling ../ruby-3.4.7/enc/shift_jis.c
1 warning generated.
1 warning generated.
configuring ripper
compiling ../ruby-3.4.7/enc/utf_16be.c
In file included from ../ruby-3.4.7/enc/koi8_u.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring rubyvm
In file included from ../ruby-3.4.7/enc/shift_jis.c:31:
In file included from ../ruby-3.4.7/enc/shift_jis.h:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/utf_16le.c
configuring socket
configuring stringio
compiling ../ruby-3.4.7/enc/utf_32be.c
In file included from ../ruby-3.4.7/enc/utf_16be.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/enc/utf_16le.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/utf_32be.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking transcoder emoji_iso2022_kddi.bundle
linking transcoder emoji_sjis_docomo.bundle
configuring strscan
1 warning generated.
linking transcoder emoji_sjis_kddi.bundle
1 warning generated.
1 warning generated.
linking transcoder emoji_sjis_softbank.bundle
compiling ../ruby-3.4.7/enc/utf_32le.c
1 warning generated.
linking transcoder escape.bundle
compiling ../ruby-3.4.7/enc/windows_31j.c
linking transcoder gb18030.bundle
linking transcoder iso2022.bundle
In file included from ../ruby-3.4.7/enc/utf_32le.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
linking transcoder japanese.bundle
compiling ../ruby-3.4.7/enc/windows_1250.c
1 warning generated.
compiling ../ruby-3.4.7/enc/windows_1251.c
In file included from ../ruby-3.4.7/enc/windows_31j.c:32:
In file included from ../ruby-3.4.7/enc/shift_jis.h:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
compiling ../ruby-3.4.7/enc/windows_1252.c
1 warning generated.
In file included from ../ruby-3.4.7/enc/windows_1250.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring zlib
In file included from ../ruby-3.4.7/enc/windows_1251.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring bigdecimal-3.1.8/ext/bigdecimal
In file included from ../ruby-3.4.7/enc/windows_1252.c:31:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring debug-1.11.0/ext/debug
linking transcoder japanese_sjis.bundle
compiling ../ruby-3.4.7/enc/windows_1253.c
1 warning generated.
1 warning generated.
linking transcoder single_byte.bundle
linking transcoder utf_16_32.bundle
1 warning generated.
linking transcoder chinese.bundle
compiling ../ruby-3.4.7/enc/windows_1254.c
1 warning generated.
compiling ../ruby-3.4.7/enc/windows_1257.c
linking encoding encdb.bundle
In file included from ../ruby-3.4.7/enc/windows_1253.c:38:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/enc/windows_1254.c:38:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.1/ext/racc/cparse
linking encoding big5.bundle
In file included from ../ruby-3.4.7/enc/windows_1257.c:30:
In file included from ../ruby-3.4.7/regenc.h:43:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking encoding cesu_8.bundle
1 warning generated.
linking transcoder utf8_mac.bundle
linking encoding cp949.bundle
configuring rbs-3.8.0/ext/rbs_extension
configuring syslog-0.2.0/ext/syslog
1 warning generated.
linking encoding emacs_mule.bundle
linking encoding euc_jp.bundle
linking encoding euc_kr.bundle
1 warning generated.
linking encoding euc_tw.bundle
linking encoding gb2312.bundle
linking encoding gb18030.bundle
linking encoding gbk.bundle
linking encoding iso_8859_1.bundle
linking encoding iso_8859_2.bundle
linking encoding iso_8859_3.bundle
linking encoding iso_8859_4.bundle
linking encoding iso_8859_5.bundle
linking encoding iso_8859_6.bundle
linking encoding iso_8859_7.bundle
linking encoding iso_8859_8.bundle
linking encoding iso_8859_9.bundle
linking encoding iso_8859_10.bundle
linking encoding iso_8859_11.bundle
linking encoding iso_8859_13.bundle
linking encoding iso_8859_14.bundle
linking encoding iso_8859_15.bundle
linking encoding iso_8859_16.bundle
linking encoding koi8_r.bundle
linking encoding koi8_u.bundle
linking encoding shift_jis.bundle
linking encoding utf_16be.bundle
linking encoding utf_16le.bundle
linking encoding utf_32be.bundle
linking encoding utf_32le.bundle
linking encoding windows_31j.bundle
linking encoding windows_1250.bundle
linking encoding windows_1251.bundle
linking encoding windows_1252.bundle
linking encoding windows_1253.bundle
linking encoding windows_1254.bundle
linking encoding windows_1257.bundle
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
1 warning generated.
linking transcoder gbk.bundle
1 warning generated.
configuring -test-/float
linking transcoder korean.bundle
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
append_cflags: checking for whether -D_TEST_OK is accepted as CFLAGS... -------------------- no

DYLD_LIBRARY_PATH=.:../../.. ASAN_OPTIONS=detect_leaks=0 "clang -I../../../.ext/include/x86_64-darwin16 -I../../../../ruby-3.4.7/include -I../../../../ruby-3.4.7/ext/-test-/public_header_warnings -I/usr/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -D_TEST_OK -Werror -c conftest.c"
In file included from conftest.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: error: default initialization of an object of type 'struct RString' with const member leaves the object uninitialized [-Werror,-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 error generated.
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: int main(int argc, char **argv)
4: {
5: return !!argv[argc];
6: }
/* end */

--------------------

1 warning generated.
configuring -test-/random
configuring -test-/rational
linking transcoder japanese_euc.bundle
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread/id
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
1 warning generated.
linking transcoder big5.bundle
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
making encs
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
configuring io/nonblock
configuring io/wait
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/RUBY_ALIGNOF'
compiling ../../../../ruby-3.4.7/ext/-test-/RUBY_ALIGNOF/c.c
compiling ../../../../ruby-3.4.7/ext/-test-/RUBY_ALIGNOF/cpp.cpp
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/arith_seq/beg_len_step'
compiling ../../../../../ruby-3.4.7/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/array/concat'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/asan'
compiling ../../../../../ruby-3.4.7/ext/-test-/array/concat/to_ary_concat.c
compiling ../../../../../ruby-3.4.7/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/array/resize'
compiling ../../../../ruby-3.4.7/ext/-test-/asan/asan.c
compiling ../../../../../ruby-3.4.7/ext/-test-/array/resize/resize.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-14834'
compiling ../../../../ruby-3.4.7/ext/-test-/bug-14834/bug-14834.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bignum'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-3571'
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/big2str.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-5832'
compiling ../../../../ruby-3.4.7/ext/-test-/bug-3571/bug.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/cxxanyargs'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug_reporter'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/class'
compiling ../../../../ruby-3.4.7/ext/-test-/bug-5832/bug.c
compiling ../../../../ruby-3.4.7/ext/-test-/cxxanyargs/cxxanyargs.cpp
compiling ../../../../ruby-3.4.7/ext/-test-/bug_reporter/bug_reporter.c
compiling ../../../../ruby-3.4.7/ext/-test-/class/class2name.c
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/bigzero.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/debug'
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/div.c
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/init.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/econv'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/dln/empty'
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/intpack.c
compiling ../../../../ruby-3.4.7/ext/-test-/debug/init.c
compiling ../../../../ruby-3.4.7/ext/-test-/econv/append.c
compiling ../../../../../ruby-3.4.7/ext/-test-/dln/empty/empty.c
compiling ../../../../ruby-3.4.7/ext/-test-/debug/inspector.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/ensure_and_callcc'
compiling ../../../../ruby-3.4.7/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
In file included from ../../../../../ruby-3.4.7/ext/-test-/array/resize/resize.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/RUBY_ALIGNOF/c.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/asan/asan.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/arith_seq/beg_len_step/beg_len_step.c:In file included from 1:
../../../../ruby-3.4.7/ext/-test-/bignum/big2str.cIn file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h::281:
:
In file included from In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h../../../../ruby-3.4.7/internal/bignum.h::2419:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: :
In file included from default../../../../ruby-3.4.7/include/ruby/ruby.h
:initialization of an object of type 'struct RString' with const member28 :
leaves In file included from the../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h :object24 :
uninitializedIn file included from
../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h :[-Wdefault-const-init-field-unsafe]29:

../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of398 | type 'struct RString' with const member sleavest rtheu cobjectt uninitialized
R S[-Wdefault-const-init-field-unsafe]tr
ing retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const'398 | here
struct R86S | t r i n g croentsvtal ;VA
L U| E ^k
lass;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: In file included from ../../../../ruby-3.4.7/ext/-test-/bug-14834/bug-14834.cnote: member: 1'klass':
In file included from In file included from declared../../../../../ruby-3.4.7/ext/-test-/array/concat/to_ary_concat.c
../../../../ruby-3.4.7/include/ruby/ruby.h :'const':28 1:
here:
In file included from In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h
../../../../../ruby-3.4.7/include/ruby.h::2438:
:
In file included from In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h :2486:
| In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h : 29 :
cons../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.ht:398 :V24A:L UE warning: kladefaults
s ;initialization
of | an ^object
of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bug-3571/bug.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/arith_seq/extract/extract.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bug-5832/bug.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bug_reporter/bug_reporter.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
ofIn file included from an../../../../ruby-3.4.7/ext/-test-/class/class2name.c object of type: 1'struct RString':
In file included from with../../../../ruby-3.4.7/include/ruby/ruby.h :const28 :
memberIn file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.hleaves: 24the:
In file included from object../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h :uninitialized29
:
[-Wdefault-const-init-field-unsafe]
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with 398const | member leaves the object uninitializeds
t r[-Wdefault-const-init-field-unsafe]uc
t RString retval;
| ^
398 | ../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h : 86 :17s:t rucnote: tmember R'klass'S tdeclaredr
i n'const'g herere
tval;
| ^86
| constIn file included from ../../../../ruby-3.4.7/ext/-test-/bignum/bigzero.cVA../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.hL::U186E:
: In file included from k17../../../../ruby-3.4.7/internal/bignum.hl::a 19s:
sIn file included from ;../../../../ruby-3.4.7/include/ruby/ruby.hnote:
:member 28 | :
'klass' In file included from ^declared../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h

: 24'const':
In file included from here../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:
29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: 86warning: | default initializationc
o nofs tan objectV AofL UtypeE 'struct RString'k lwitha sconsts ;member
leaves | the ^object
uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/dln/empty/empty.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
In file included from ../../../../ruby-3.4.7/ext/-test-/debug/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:
:In file included from 398../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h::2429::
warning: ../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:default24
: initialization ofwarning: an objectdefault ofinitialization
type of'struct RString' an withobject constof membertype leaves'struct RString' thewith objectconst uninitializedmember
leaves[-Wdefault-const-init-field-unsafe] the
object uninitialized
[-Wdefault-const-init-field-unsafe]
398398 | | ssttrruucctt RRSSttrirnign gr reettvvaall;;

| | ^ ^

In file included from ../../../../ruby-3.4.7/ext/-test-/bignum/init.c../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:::861:86:
17:In file included from In file included from ../../../../ruby-3.4.7/ext/-test-/bignum/intpack.c../../../../ruby-3.4.7/include/ruby.h:::38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28note: :
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.hmember: 24'klass':
In file included from declared../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h
: 29'const':
here
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization86
| of an objectc oofn stypet 'struct RString' VwithA LconstU Emember kleavesl athes sobject; uninitialized

| [-Wdefault-const-init-field-unsafe] ^

1:
In file included from ../../../../ruby-3.4.7/internal/bignum.h:19:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from 398../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h | : 24 :
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h : 29 :
str../../../../ruby-3.4.7/include/ruby/internal/core/rstring.hu:c398t:24 :R Strwarning: ingdefault rinitializatione
t vofa lan; object
of| type ^
'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h
:86:17: note: member 'klass' declared
'const' here
86 | const 398V | A L U E k l a ssst;ru
c t| ^R
String retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/econv/append.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bignum/div.c:1:
In file included from ../../../../ruby-3.4.7/internal/bignum.h:19:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/debug/inspector.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/ensure_and_callcc/ensure_and_callcc.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
linking shared-object -test-/asan.bundle
1 warning generated.
linking shared-object -test-/array/to_ary_concat.bundle
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
linking shared-object -test-/array/resize.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/debug/profile_frames.c
linking shared-object -test-/bug_3571.bundle
linking shared-object -test-/arith_seq/extract.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/class/init.c
linking shared-object -test-/dln/empty.bundle
linking shared-object -test-/bug_14834.bundle
linking shared-object -test-/bug_5832.bundle
linking shared-object -test-/arith_seq/beg_len_step.bundle
linking shared-object -test-/bug_reporter.bundle
1 warning generated.
1 warning generated.
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/enumerator_kw'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/enumerator_kw/enumerator_kw.c
compiling ../../../../ruby-3.4.7/ext/-test-/econv/init.c
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/mul.c
compiling ../../../../ruby-3.4.7/ext/-test-/bignum/str2big.c
1 warning generated.
linking shared-object -test-/ensure_and_callcc.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/eval'
compiling ../../../../ruby-3.4.7/ext/-test-/eval/eval.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/exception'
compiling ../../../../ruby-3.4.7/ext/-test-/exception/dataerror.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/asan'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/array/resize'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-5832'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/array/concat'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/dln/empty'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-14834'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/exception/enc_raise.c
compiling ../../../../ruby-3.4.7/ext/-test-/exception/ensured.c
compiling ../../../../ruby-3.4.7/ext/-test-/exception/init.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug-3571'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/arith_seq/beg_len_step'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/fatal'
compiling ../../../../ruby-3.4.7/ext/-test-/fatal/init.c
compiling ../../../../ruby-3.4.7/ext/-test-/fatal/invalid.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/file'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/float'
compiling ../../../../ruby-3.4.7/ext/-test-/file/fs.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bug_reporter'
compiling ../../../../ruby-3.4.7/ext/-test-/float/init.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/funcall'
compiling ../../../../ruby-3.4.7/ext/-test-/fatal/rb_fatal.c
compiling ../../../../ruby-3.4.7/ext/-test-/funcall/funcall.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/gvl/call_without_gvl'
compiling ../../../../../ruby-3.4.7/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/hash'
compiling ../../../../ruby-3.4.7/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/ensure_and_callcc'
In file included from ../../../../ruby-3.4.7/ext/-test-/debug/profile_frames.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/class/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/integer'
compiling ../../../../ruby-3.4.7/ext/-test-/integer/core_ext.c
In file included from ../../../../ruby-3.4.7/ext/-test-/enumerator_kw/enumerator_kw.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/econv/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bignum/str2big.c:1:
In file included from ../../../../ruby-3.4.7/internal/bignum.h:19:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/bignum/mul.c:1:
In file included from ../../../../ruby-3.4.7/internal/bignum.h:19:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/eval/eval.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/exception/dataerror.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/exception/enc_raise.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/exception/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/exception/ensured.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/fatal/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/RUBY_ALIGNOF.bundle
In file included from ../../../../ruby-3.4.7/ext/-test-/fatal/invalid.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves theIn file included from object../../../../ruby-3.4.7/ext/-test-/file/fs.c uninitialized
:[-Wdefault-const-init-field-unsafe]1:

In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization398
| of an object of types t'struct RString'r uwithc tconst memberR Sleavest rthei nobjectg uninitializedr
e t[-Wdefault-const-init-field-unsafe]va
l;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared398
| 'const' here
struct RS t86r | i n g rectovnaslt;
V A| LU ^E
klass;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/float/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/fatal/rb_fatal.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/funcall/funcall.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/gvl/call_without_gvl/call_without_gvl.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/class.bundle
In file included from ../../../../ruby-3.4.7/ext/-test-/hash/delete.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object -test-/econv.bundle
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/integer/core_ext.c:1:
In file included from ../../../../ruby-3.4.7/internal/numeric.h:11:
In file included from ../../../../ruby-3.4.7/internal/bignum.h:19:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/eval.bundle
1 warning generated.
1 warning generated.
1 warning generated.
linking shared-object -test-/debug.bundle
1 warning generated.
linking shared-object -test-/enumerator_kw.bundle
1 warning generated.
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/iseq_load'
compiling ../../../../ruby-3.4.7/ext/-test-/iseq_load/iseq_load.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/iter'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/iter/break.c
1 warning generated.
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/float/nextafter.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/class'
compiling ../../../../../ruby-3.4.7/ext/-test-/load/dot.dot/dot.dot.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/protect'
1 warning generated.
1 warning generated.
linking shared-object -test-/exception.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/econv'
1 warning generated.
compiling ../../../../../ruby-3.4.7/ext/-test-/load/protect/protect.c
compiling ../../../../ruby-3.4.7/ext/-test-/hash/init.c
linking shared-object -test-/fatal.bundle
linking shared-object -test-/bignum.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/integer/init.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/resolve_symbol_resolver'
compiling ../../../../../ruby-3.4.7/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
compiling ../../../../ruby-3.4.7/ext/-test-/integer/my_integer.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/resolve_symbol_target'
compiling ../../../../../ruby-3.4.7/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/eval'
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/debug'
compiling ../../../../ruby-3.4.7/ext/-test-/file/init.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/enumerator_kw'
linking shared-object -test-/funcall.bundle
linking shared-object -test-/gvl/call_without_gvl.bundle
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/file/newline_conv.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/stringify_symbols'
compiling ../../../../../ruby-3.4.7/ext/-test-/load/stringify_symbols/stringify_symbols.c
compiling ../../../../ruby-3.4.7/ext/-test-/file/stat.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/stringify_target'
compiling ../../../../../ruby-3.4.7/ext/-test-/load/stringify_target/stringify_target.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/compat'
compiling ../../../../../ruby-3.4.7/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/exception'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/fatal'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/bignum'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/usr'
compiling ../../../../../ruby-3.4.7/ext/-test-/marshal/internal_ivar/internal_ivar.c
compiling ../../../../../ruby-3.4.7/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/memory_status'
compiling ../../../../ruby-3.4.7/ext/-test-/memory_status/memory_status.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/funcall'
In file included from ../../../../ruby-3.4.7/ext/-test-/iseq_load/iseq_load.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/gvl/call_without_gvl'
In file included from ../../../../ruby-3.4.7/ext/-test-/iter/break.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/float/nextafter.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/load/dot.dot/dot.dot.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/memory_view'
In file included from ../../../../ruby-3.4.7/ext/-test-/hash/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/load/protect/protect.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
compiling ../../../../ruby-3.4.7/ext/-test-/memory_view/memory_view.c
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/method'
In file included from ../../../../ruby-3.4.7/ext/-test-/integer/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/integer/my_integer.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
compiling ../../../../ruby-3.4.7/ext/-test-/method/arity.c
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klasIn file included from s;../../../../../ruby-3.4.7/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
: 1| :
In file included from ^../../../../../ruby-3.4.7/include/ruby.h
:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/file/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/file/newline_conv.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/file/stat.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/load/stringify_symbols/stringify_symbols.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/load/stringify_target/stringify_target.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/cxxanyargs.bundle
In file included from ../../../../../ruby-3.4.7/ext/-test-/marshal/compat/usrcompat.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
linking shared-object -test-/load/dot.dot.bundle
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/iter/init.c
1 warning generated.
1 warning generated.
In file included from ../../../../../ruby-3.4.7/ext/-test-/marshal/internal_ivar/internal_ivar.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/hash.bundle
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/memory_status/memory_status.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/marshal/usr/usrmarshal.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h::8624::
17In file included from :../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h :29:
note: member ../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h'klass': 398declared:
24 :'const' herewarning:
default
initialization of an object86 | of type 'struct RString' cwitho nconsts tmember leavesV theA LobjectU Euninitialized
k l[-Wdefault-const-init-field-unsafe]as
s;
| ^
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/iseq_load.bundle
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/notimplement'
linking shared-object -test-/load/resolve_symbol_target.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/notimplement/bug.c
linking shared-object -test-/load/resolve_symbol_resolver.bundle
linking shared-object -test-/load/protect.bundle
linking shared-object -test-/float.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/num2int'
compiling ../../../../ruby-3.4.7/ext/-test-/num2int/num2int.c
In file included from ../../../../ruby-3.4.7/ext/-test-/memory_view/memory_view.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/method/arity.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/path_to_class'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/load/stringify_target.bundle
linking shared-object -test-/load/stringify_symbols.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/cxxanyargs'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/dot.dot'
compiling ../../../../ruby-3.4.7/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/RUBY_ALIGNOF'
compiling ../../../../ruby-3.4.7/ext/-test-/method/init.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/hash'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/iseq_load'
1 warning generated.
1 warning generated.
linking shared-object -test-/marshal/compat.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/resolve_symbol_target'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/protect'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/postponed_job'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/resolve_symbol_resolver'
compiling ../../../../ruby-3.4.7/ext/-test-/postponed_job/postponed_job.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/printf'
1 warning1 generated.
warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/float'
compiling ../../../../ruby-3.4.7/ext/-test-/printf/printf.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/proc'
linking shared-object -test-/marshal/internal_ivar.bundle
linking shared-object -test-/file.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/proc/init.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/random'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/rational'
compiling ../../../../ruby-3.4.7/ext/-test-/random/bad_version.c
In file included from ../../../../ruby-3.4.7/ext/-test-/iter/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/stringify_target'
compiling ../../../../ruby-3.4.7/ext/-test-/rational/rat.c
compiling ../../../../ruby-3.4.7/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/recursion'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/recursion/recursion.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/regexp'
compiling ../../../../ruby-3.4.7/ext/-test-/regexp/init.c
linking shared-object -test-/marshal/usr.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/scan_args'
compiling ../../../../ruby-3.4.7/ext/-test-/scan_args/scan_args.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/foreach'
compiling ../../../../../ruby-3.4.7/ext/-test-/st/foreach/foreach.c
In file included from ../../../../ruby-3.4.7/ext/-test-/notimplement/bug.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/num2int/num2int.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/compat'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/numhash'
In file included from ../../../../ruby-3.4.7/ext/-test-/path_to_class/path_to_class.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../../ruby-3.4.7/ext/-test-/st/numhash/numhash.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/internal_ivar'
In file included from ../../../../ruby-3.4.7/ext/-test-/iter/yield.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/update'
compiling ../../../../../ruby-3.4.7/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/file'
In file included from ../../../../ruby-3.4.7/ext/-test-/method/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/marshal/usr'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/string'
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/struct'
compiling ../../../../ruby-3.4.7/ext/-test-/string/capacity.c
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/struct/data.c
In file included from ../../../../ruby-3.4.7/ext/-test-/postponed_job/postponed_job.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/symbol'
linking shared-object -test-/memory_status.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/symbol/init.c
In file included from ../../../../ruby-3.4.7/ext/-test-/printf/printf.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/proc/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/random/bad_version.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/random.h:17:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/rational/rat.c:1:
In file included from ../../../../ruby-3.4.7/internal/rational.h:12:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RStrinIn file included from g../../../../ruby-3.4.7/ext/-test-/rb_call_super_kw/rb_call_super_kw.c re:t1v:
aIn file included from l../../../../ruby-3.4.7/include/ruby.h;:38
:
In file included from | ../../../../ruby-3.4.7/include/ruby/ruby.h:28 ^:

In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h398::8624::17 : warning: note: defaultmember initialization'klass'
declaredof
an'const' objecthere of
type 'struct RString' with const member leaves the86 | object uninitialized
[-Wdefault-const-init-field-unsafe]c
onst VALUE klass;
| ^
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/recursion/recursion.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread/instrumentation'
In file included from ../../../../ruby-3.4.7/ext/-test-/regexp/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../../ruby-3.4.7/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/notimplement.bundle
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/scan_args/scan_args.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../ruby-3.4.7/ext/-test-/st/foreach/foreach.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/path_to_class.bundle
1 warning generated.
1 warning generated.
linking shared-object -test-/iter.bundle
linking shared-object -test-/method.bundle
In file included from ../../../../../ruby-3.4.7/ext/-test-/st/numhash/numhash.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/memory_status'
compiling ../../../../ruby-3.4.7/ext/-test-/random/init.c
In file included from ../../../../../ruby-3.4.7/ext/-test-/st/update/update.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/proc/receiver.c
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/notimplement'
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/struct/data.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/string/capacity.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/rb_call_super_kw.bundle
1 warning generated.
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/path_to_class'
In file included from ../../../../ruby-3.4.7/ext/-test-/symbol/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object -test-/num2int.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/random/loop.c
linking shared-object -test-/recursion.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/struct/duplicate.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/method'
compiling ../../../../ruby-3.4.7/ext/-test-/proc/super.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/iter'
compiling ../../../../ruby-3.4.7/ext/-test-/string/coderange.c
In file included from ../../../../../ruby-3.4.7/ext/-test-/thread/instrumentation/instrumentation.c:1:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/symbol/type.c
1 warning generated.
1 warning generated.
linking shared-object -test-/st/update.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/rb_call_super_kw'
linking shared-object -test-/postponed_job.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/string/cstr.c
1 warning generated.
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/num2int'
In file included from make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/recursion'
../../../../ruby-3.4.7/ext/-test-/random/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/struct/init.c
linking shared-object -test-/st/foreach.bundle
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread/lock_native_thread'
1 warning generated.
1 warning generated.
compiling ../../../../../ruby-3.4.7/ext/-test-/thread/lock_native_thread/lock_native_thread.c
In file included from ../../../../ruby-3.4.7/ext/-test-/proc/receiver.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread_fd'
linking shared-object -test-/st/numhash.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/struct/len.c
compiling ../../../../ruby-3.4.7/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/memory_view.bundle
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/string/ellipsize.c
In file included from ../../../../ruby-3.4.7/ext/-test-/regexp/parse_depth_limit.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/random/loop.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/random.h:17:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/struct/duplicate.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/update'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/postponed_job'
linking shared-object -test-/printf.bundle
compiling ../../../../ruby-3.4.7/ext/-test-/struct/member.c
In file included from ../../../../ruby-3.4.7/ext/-test-/string/coderange.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/proc/super.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/foreach'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/time'
In file included from ../../../../ruby-3.4.7/ext/-test-/symbol/type.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/time/init.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/tracepoint'
compiling ../../../../ruby-3.4.7/ext/-test-/tracepoint/gc_hook.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/st/numhash'
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/string/enc_associate.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/memory_view'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/typeddata'
compiling ../../../../ruby-3.4.7/ext/-test-/typeddata/typeddata.c
compiling ../../../../ruby-3.4.7/ext/-test-/string/enc_dummy.c
In file included from ../../../../ruby-3.4.7/ext/-test-/string/cstr.c:1:
In file included from ../../../../ruby-3.4.7/internal.h:31:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/struct/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/vm'
compiling ../../../../ruby-3.4.7/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/printf'
compiling ../../../../ruby-3.4.7/ext/-test-/string/enc_str_buf_cat.c
In file included from ../../../../../ruby-3.4.7/ext/-test-/thread/lock_native_thread/lock_native_thread.c:2:
In file included from ../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/thread_fd/thread_fd.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struc1t warning generated .
RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/struct/len.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/string/fstring.c
linking shared-object -test-/regexp.bundle
linking shared-object -test-/thread/instrumentation.bundle
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/string/ellipsize.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/proc.bundle
In file included from ../../../../ruby-3.4.7/ext/-test-/struct/member.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/time/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/string/init.c
linking shared-object -test-/random.bundle
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/string/modify.c
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/tracepoint/gc_hook.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/symbol.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/regexp'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread/instrumentation'
In file included from ../../../../ruby-3.4.7/ext/-test-/string/enc_associate.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/string/new.c
In file included from In file included from ../../../../ruby-3.4.7/ext/-test-/typeddata/typeddata.c../../../../ruby-3.4.7/ext/-test-/string/enc_dummy.c::11:
:
In file included from In file included from ../../../../ruby-3.4.7/include/ruby.h../../../../ruby-3.4.7/include/ruby.h::38:
38In file included from :
../../../../ruby-3.4.7/include/ruby/ruby.hIn file included from :../../../../ruby-3.4.7/include/ruby/ruby.h28::
28In file included from :
../../../../ruby-3.4.7/include/ruby/internal/arithmetic.hIn file included from :../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h24::
24In file included from :
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h::2929:
:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h::398398::2424:: warning: warning: defaultdefault initializationinitialization

ofof anan objectobject ofof typetype 'struct RString''struct RString' withwith constconst membermember leavesleaves thethe objectobject uninitializeduninitialized

[-Wdefault-const-init-field-unsafe][-Wdefault-const-init-field-unsafe]

398398 | | sstrturcutct R SRSttrriinngg rreettvvaall;;

| | ^ ^

../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h::8686:17::17 : note: note: member member'klass' 'klass'declared
declared
'const' 'const'here here

86 | 86 | c o nscton sVtAL UVEAL UkEl akslsa;ss
; |
^|
^
1 warning generated.
1 warning generated.
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/proc'
compiling ../../../../ruby-3.4.7/ext/-test-/string/nofree.c
compiling ../../../../ruby-3.4.7/ext/-test-/string/normalize.c
1 warning generated.
linking shared-object -test-/thread_fd.bundle
linking shared-object -test-/thread/lock_native_thread.bundle
In file included from ../../../../ruby-3.4.7/ext/-test-/vm/at_exit.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/string/enc_str_buf_cat.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/wait'
compiling ../../../../ruby-3.4.7/ext/-test-/wait/wait.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/cgi/escape'
linking shared-object -test-/struct.bundle
compiling ../../../../ruby-3.4.7/ext/cgi/escape/escape.c
In file included from ../../../../ruby-3.4.7/ext/-test-/string/fstring.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/random'
compiling ../../../../ruby-3.4.7/ext/-test-/tracepoint/tracepoint.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/symbol'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread_fd'
compiling ../../../../ruby-3.4.7/ext/-test-/time/new.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/thread/lock_native_thread'
compiling ../../../../ruby-3.4.7/ext/-test-/string/qsort.c
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/string/init.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | strcompiling ../../../../ruby-3.4.7/ext/-test-/string/rb_interned_str.c
uct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/string/modify.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/typeddata.bundle
1 warning generated.
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/continuation'
linking shared-object -test-/vm/at_exit.bundle
compiling ../../../ruby-3.4.7/ext/continuation/continuation.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/struct'
compiling ../../../../ruby-3.4.7/ext/-test-/string/rb_str_dup.c
In file included from ../../../../ruby-3.4.7/ext/-test-/string/new.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/coverage'
compiling ../../../ruby-3.4.7/ext/coverage/coverage.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/date'
In file included from ../../../../ruby-3.4.7/ext/-test-/string/nofree.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/date/date_core.c
compiling ../../../ruby-3.4.7/ext/date/date_parse.c
In file included from ../../../../ruby-3.4.7/ext/-test-/string/normalize.c:1:
In file included from ../../../../ruby-3.4.7/internal/file.h:11:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
../../../../ruby-3.4.7/ext/-test-/string/fstring.c:15:20: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
15 | struct RString fake_str;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/wait/wait.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
2 warnings generated.
In file included from ../../../../ruby-3.4.7/ext/cgi/escape/escape.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/-test-/string/set_len.c
In file included from ../../../../ruby-3.4.7/ext/-test-/time/leap_second.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/tracepoint/tracepoint.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/typeddata'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest'
compiling ../../../ruby-3.4.7/ext/digest/digest.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/erb/escape'
compiling ../../../../ruby-3.4.7/ext/erb/escape/escape.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/vm'
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/etc'
In file included from ../../../../ruby-3.4.7/ext/-test-/time/new.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
1 warning86 generated | .
const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/string/qsort.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klascompiling ../../../ruby-3.4.7/ext/etc/etc.c
s;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/string/rb_interned_str.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/fcntl'
compiling ../../../ruby-3.4.7/ext/fcntl/fcntl.c
linking shared-object -test-/scan_args.bundle
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/fiddle'
compiling ../../../ruby-3.4.7/ext/fiddle/closure.c
In file included from ../../../ruby-3.4.7/ext/continuation/continuation.c:2:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/-test-/string/rb_str_dup.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/console'
compiling ../../../../ruby-3.4.7/ext/io/console/console.c
In file included from ../../../ruby-3.4.7/ext/coverage/coverage.c:11:
In file included from ../../../ruby-3.4.7/internal/gc.h:16:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/date/date_core.c:5:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/date/date_parse.c:5:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/date/date_strftime.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/nonblock'
compiling ../../../../ruby-3.4.7/ext/io/nonblock/nonblock.c
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/-test-/string/set_len.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object -test-/wait.bundle
linking shared-object -test-/tracepoint.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/scan_args'
In file included from ../../../ruby-3.4.7/ext/digest/digest.c:16:
In file included from ../../../ruby-3.4.7/ext/digest/digest.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/erb/escape/escape.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object continuation.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/date/date_strptime.c
In file included from ../../../ruby-3.4.7/ext/etc/etc.c:10:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/wait'
In file included from ../../../ruby-3.4.7/ext/fcntl/fcntl.c:28:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/io/wait/wait.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json'
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/fiddle/closure.c:1:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/wait'
In file included from ../../../../ruby-3.4.7/ext/io/console/console.c:9:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/tracepoint'
linking shared-object -test-/integer.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/monitor'
1 warning generated.
compiling ../../../ruby-3.4.7/ext/monitor/monitor.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/objspace'
In file included from ../../../ruby-3.4.7/ext/date/date_strftime.c:7:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/objspace/object_tracing.c
linking shared-object -test-/string.bundle
In file included from ../../../../ruby-3.4.7/ext/io/nonblock/nonblock.c:13:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | installing default date_core libraries
const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/continuation'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/openssl'
compiling ../../../ruby-3.4.7/ext/openssl/openssl_missing.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/pathname'
compiling ../../../ruby-3.4.7/ext/pathname/pathname.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/psych'
linking shared-object fcntl.bundle
compiling ../../../ruby-3.4.7/ext/psych/psych.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/integer'
In file included from ../../../ruby-3.4.7/ext/date/date_strptime.c:5:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/io/wait/wait.c:14:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
1 warning generated398.
| struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json'
installing default coverage libraries
linking shared-object erb/escape.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/pty'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/string'
installing default pathname libraries
compiling ../../../ruby-3.4.7/ext/pty/pty.c
In file included from ../../../ruby-3.4.7/ext/monitor/monitor.c:1:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/fcntl'
installing default monitor libraries
In file included from ../../../ruby-3.4.7/ext/objspace/object_tracing.c:16:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object cgi/escape.bundle
installing default pty libraries
installing digest libraries
In file included from ../../../ruby-3.4.7/ext/pathname/pathname.c:1:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/erb/escape'
compiling ../../../ruby-3.4.7/ext/fiddle/conversions.c
1 warning generated.
linking shared-object io/nonblock.bundle
In file included from ../../../ruby-3.4.7/ext/psych/psych.c:1:
In file included from ../../../ruby-3.4.7/ext/psych/psych.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/rbconfig/sizeof'
compiling ../../../../ruby-3.4.7/ext/rbconfig/sizeof/sizes.c
installing default console libraries
compiling ../../../ruby-3.4.7/ext/fiddle/fiddle.c
1 warning generated.
linking shared-object io/wait.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/cgi/escape'
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/nonblock'
In file included from ../../../ruby-3.4.7/ext/pty/pty.c:57:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
compiling ../../../ruby-3.4.7/ext/fiddle/function.c
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
installing default digest libraries
1 warning generated.
compiling ../../../ruby-3.4.7/ext/fiddle/handle.c
compiling ../../../ruby-3.4.7/ext/openssl/ossl_asn1.c
1 warning generated.
1 warning generated.
1 warning generated.
linking shared-object coverage.bundle
linking shared-object monitor.bundle
In file included from ../../../ruby-3.4.7/ext/fiddle/conversions.c:3:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member1 warningleaves generated .
the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object digest.bundle
compiling ../../../ruby-3.4.7/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/wait'
compiling ../../../ruby-3.4.7/ext/fiddle/memory_view.c
compiling ../../../ruby-3.4.7/ext/objspace/objspace.c
In file included from ../../../../ruby-3.4.7/ext/rbconfig/sizeof/sizes.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.c:3:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/monitor'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/coverage'
linking shared-object etc.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest'
In file included from ../../../ruby-3.4.7/ext/fiddle/function.c:1:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl_bio.c
In file included from ../../../ruby-3.4.7/ext/fiddle/handle.c:1:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/rubyvm'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/ripper'
1 warning generated.
compiling ../../../ruby-3.4.7/ext/ripper/eventids1.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_asn1.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/rational.bundle
installing default libraries
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/rubyvm'
1 warning generated.
compiling ../../../ruby-3.4.7/ext/objspace/objspace_dump.c
In file included from ../../../ruby-3.4.7/ext/fiddle/memory_view.c:1:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
In file included from ../../../ruby-3.4.7/ext/psych/psych_emitter.c:1:
In file included from ../../../ruby-3.4.7/ext/psych/psych.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h398: | 29 :
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h : 398:s24t:r uctwarning: RdefaultS tinitializationr iofn
g anr eobjectt vofa ltype; 'struct RString'
with| const ^
member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
39886 | | c o nssttr uVcAtLU ER Sktlraisnsg; r
e t| va ^l
;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/objspace/objspace.c:15:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/rbconfig/sizeof/limits.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/etc'
1 warning generated.
compiling ../../../ruby-3.4.7/ext/psych/psych_parser.c
1 warning generated.
linking shared-object pty.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_bn.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/rational'
compiling ../../../ruby-3.4.7/ext/psych/psych_to_ruby.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_bio.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/socket'
In file included from ../../../ruby-3.4.7/ext/ripper/eventids1.c:1:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/socket/init.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/psych/psych_yaml_tree.c
In file included from ../../../ruby-3.4.7/ext/objspace/objspace_dump.c:15:
In file included from ../../../ruby-3.4.7/id_table.h:5:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/rbconfig/sizeof/limits.c:2:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/pty'
linking shared-object io/console.bundle
compiling ../../../ruby-3.4.7/ext/openssl/ossl_cipher.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_config.c
In file included from ../../../ruby-3.4.7/ext/psych/psych_parser.c:1:
In file included from ../../../ruby-3.4.7/ext/psych/psych.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_bn.c:11:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/psych/psych_to_ruby.c:1:
In file included from ../../../ruby-3.4.7/ext/psych/psych.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/io/console'
In file included from ../../../ruby-3.4.7/ext/psych/psych_yaml_tree.c:1:
In file included from ../../../ruby-3.4.7/ext/psych/psych.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | strcompiling ../../../ruby-3.4.7/ext/openssl/ossl_digest.c
uct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/socket/constants.c
In file included from ../../../ruby-3.4.7/ext/socket/init.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../ruby-3.4.7/ext/fiddle/pinned.c
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_cipher.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object rbconfig/sizeof.bundle
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_config.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/ripper/eventids2.c
compiling ../../../ruby-3.4.7/ext/fiddle/pointer.c
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/ripper/ripper.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/rbconfig/sizeof'
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_digest.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/socket/constants.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/fiddle/pinned.c:1:
In file included from ../../../ruby-3.4.7/ext/fiddle/fiddle.h:4:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/strscan'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/stringio'
compiling ../../../ruby-3.4.7/ext/strscan/strscan.c
compiling ../../../ruby-3.4.7/ext/stringio/stringio.c
In file included from ../../../ruby-3.4.7/ext/fiddle/pointer.c:6:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/ripper/eventids2.c:1:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ripper.y:43:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/ripper/ripper_init.c:1:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object -test-/time.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_engine.c
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/zlib'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling ../../../ruby-3.4.7/ext/zlib/zlib.c
compiling ../../../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
In file included from ../../../ruby-3.4.7/ext/stringio/stringio.c:20:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | In file included from ../../../ruby-3.4.7/ext/strscan/strscan.cst:r11u:
cIn file included from t../../../ruby-3.4.7/include/ruby/ruby.h: 28R:
SIn file included from t../../../ruby-3.4.7/include/ruby/internal/arithmetic.hr:i24ng:
In file included from r../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.he:t29v:
al;../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an
object of | type 'struct RString' ^
with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
398 | 86 | s trcuocntst R SVtArLiUnEg krleatsvsa;l;
| ^|
^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/-test-/time'
1 warning generated.
compiling ../../../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
installing default fiddle libraries
1 warning generated.
checking ../../../ruby-3.4.7/parse.y and ../../../ruby-3.4.7/ext/ripper/eventids2.c
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_engine.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object pathname.bundle
linking shared-object psych.bundle
1 warning generated.
installing default strscan libraries
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/zlib/zlib.c:9:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c:11:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.h:13:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/debug-1.11.0/ext/debug'
compiling ../../../ruby-3.4.7/ext/socket/basicsocket.c
compiling ../../../../../../ruby-3.4.7/.bundle/gems/debug-1.11.0/ext/debug/debug.c
compiling ../../../ruby-3.4.7/ext/socket/socket.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/pathname'
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c:1:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
installing default ripper libraries
compiling ../../../ruby-3.4.7/ext/socket/ipsocket.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/psych'
compiling ../../../ruby-3.4.7/ext/socket/tcpsocket.c
compiling ../../../../../../ruby-3.4.7/.bundle/gems/debug-1.11.0/ext/debug/iseq_collector.c
1 warning generated.
../../../ruby-3.4.7/ext/zlib/zlib.c:2608:25: warning: default initialization of an object of type
'struct read_raw_arg' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
2608 | struct read_raw_arg ra;
| ^
../../../ruby-3.4.7/ext/zlib/zlib.c:2450:14: note: member 'argv' declared 'const' here
2450 | const VALUE argv[2]; /* for rb_funcallv */
| ^
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/debug-1.11.0/ext/debug/debug.c:2:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
linking shared-object objspace.bundle
In file included from ../../../ruby-3.4.7/ext/socket/basicsocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/socket/socket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/objspace'
compiling ../../../ruby-3.4.7/ext/socket/tcpserver.c
In file included from ../../../ruby-3.4.7/ext/socket/ipsocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/debug-1.11.0/ext/debug/iseq_collector.c:1:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/socket/tcpsocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object fiddle.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/socket/sockssocket.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/socket/udpsocket.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/socket/unixsocket.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/fiddle'
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
In file included from ../../../ruby-3.4.7/ext/socket/tcpserver.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/socket/unixserver.c
In file included from ../../../ruby-3.4.7/ext/socket/sockssocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/debug-1.11.0/lib ../../../../../.bundle/gems/debug-1.11.0/lib
linking shared-object debug/debug.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/racc-1.8.1/ext/racc/cparse'
In file included from ../../../ruby-3.4.7/ext/socket/udpsocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../../../../ruby-3.4.7/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
compiling ../../../ruby-3.4.7/ext/socket/option.c
In file included from ../../../ruby-3.4.7/ext/socket/unixsocket.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c:14:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/debug-1.11.0/ext/debug'
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_hmac.c
linking shared-object strscan.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_kdf.c
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/socket/unixserver.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
In file included from ../../../../../../../ruby-3.4.7/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c:12:
In file included from ../../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/socket/ancdata.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/rbs-3.8.0/ext/rbs_extension'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/../../src/constants.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/strscan'
In file included from ../../../ruby-3.4.7/ext/socket/option.c:1:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/syslog-0.2.0/ext/syslog'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/syslog-0.2.0/ext/syslog/syslog.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/bubblebabble'
compiling ../../../../ruby-3.4.7/ext/digest/bubblebabble/bubblebabble.c
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/md5'
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_hmac.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../../ruby-3.4.7/ext/digest/md5/md5init.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_kdf.c:5:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/../../src/constants.c:8:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/socket/ancdata.c:1:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/rmd160'
compiling ../../../../ruby-3.4.7/ext/digest/rmd160/rmd160init.c
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/syslog-0.2.0/ext/syslog/syslog.c:11:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/digest/bubblebabble/bubblebabble.c:14:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../ruby-3.4.7/ext/digest/md5/md5init.c:4:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/sha1'
compiling ../../../../ruby-3.4.7/ext/digest/sha1/sha1init.c
1 warning generated.
1 warning generated.
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/../../src/ruby_objs.c
linking shared-object stringio.bundle
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/lexer.c
1 warning generated.
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/lexstate.c
1 warning generated.
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/digest/rmd160/rmd160init.c:4:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object digest/md5.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/stringio'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/sha2'
compiling ../../../../ruby-3.4.7/ext/digest/sha2/sha2init.c
compiling ../../../ruby-3.4.7/ext/openssl/ossl_ns_spki.c
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/digest/sha1/sha1init.c:4:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/../../src/ruby_objs.c:8:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
linking shared-object digest/bubblebabble.bundle
In file included from ext/rbs_extension/lexer.re:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_ocsp.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/md5'
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/lexstate.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/location.c
1 warning generated.
compiling ../../../../ruby-3.4.7/ext/digest/rmd160/rmd160.c
linking shared-object racc/cparse.bundle
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/bubblebabble'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/main.c
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/digest/sha2/sha2init.c:4:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_ns_spki.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object digest/sha1.bundle
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/parser.c
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/syslog-0.2.0/lib ../../../../../.bundle/gems/syslog-0.2.0/lib
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/parserstate.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_ocsp.c:11:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object syslog_ext.bundle
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/location.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../ruby-3.4.7/ext/digest/rmd160/rmd160.c:23:
In file included from ../../../../ruby-3.4.7/ext/digest/rmd160/rmd160.h:29:
In file included from ../../../../ruby-3.4.7/ext/digest/rmd160/../defs.h:8:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../ruby-3.4.7/ext/socket/raddrinfo.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/sha1'
1 warning generated.
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/main.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json/generator'
compiling ../../../../ruby-3.4.7/ext/json/generator/generator.c
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/syslog-0.2.0/ext/syslog'
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkcs12.c
linking shared-object digest/sha2.bundle
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json/parser'
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
compiling ../../../../ruby-3.4.7/ext/json/parser/parser.c
1 warning generated.
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/parser.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkcs7.c
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkey.c
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/parserstate.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkey_dh.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/sha2'
compiling ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/unescape.c
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkey_dsa.c
In file included from ../../../ruby-3.4.7/ext/socket/raddrinfo.c:11:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/socket/ifaddr.c
In file included from ../../../../ruby-3.4.7/ext/json/generator/generator.c:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkcs12.c:5:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from parser.rl:1:
In file included from ../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization
of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkey.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkcs7.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkey_dh.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/unescape.c:1:
In file included from ../../../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/ext/rbs_extension/rbs_extension.h:3:
In file included from ../../../../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default
initialization of an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass'
declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkey_dsa.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
installing default socket libraries
In file included from ../../../ruby-3.4.7/ext/socket/ifaddr.c:1:
In file included from ../../../ruby-3.4.7/ext/socket/rubysocket.h:139:
In file included from ../../../ruby-3.4.7/internal.h:31:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkey_ec.c
1 warning generated.
linking shared-object digest/rmd160.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_pkey_rsa.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_provider.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkey_ec.c:5:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/digest/rmd160'
compiling ../../../ruby-3.4.7/ext/openssl/ossl_rand.c
1 warning generated.
1 warning generated.
ln -sfT ../../../../ruby-3.4.7/.bundle/gems/rbs-3.8.0/lib ../../../../../.bundle/gems/rbs-3.8.0/lib
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_ssl.c
compiling ../../../ruby-3.4.7/ext/openssl/ossl_ssl_session.c
compiling ../../../ruby-3.4.7/ext/openssl/ossl_ts.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_pkey_rsa.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_provider.c:5:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_rand.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_ssl.c:12:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509attr.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_ssl_session.c:5:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_ts.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
2 warnings generated.
linking shared-object zlib.bundle
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509attr.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/zlib'
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509cert.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509crl.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509ext.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509name.c
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509cert.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509crl.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509ext.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509name.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509req.c
linking shared-object json/ext/generator.bundle
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509revoked.c
1 warning generated.
compiling ../../../ruby-3.4.7/ext/openssl/ossl_x509store.c
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json/generator'
1 warning generated.
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509req.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object json/ext/parser.bundle
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509revoked.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
linking shared-object rbs_extension.bundle
1 warning generated.
1 warning generated.
1 warning generated.
In file included from ../../../ruby-3.4.7/ext/openssl/ossl_x509store.c:10:
In file included from ../../../ruby-3.4.7/ext/openssl/ossl.h:16:
In file included from ../../../ruby-3.4.7/include/ruby.h:38:
In file included from ../../../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../../../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../../../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of
an object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../../../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared
'const' here
86 | const VALUE klass;
| ^
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/json/parser'
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/rbs-3.8.0/ext/rbs_extension'
1 warning generated.
linking shared-object socket.bundle
1 warning generated.
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/socket'
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
linking shared-object openssl.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/openssl'
1 warning generated.
linking shared-object date_core.bundle
1 warning generated.
linking shared-object nkf.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/date'
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/nkf-0.2.0/ext/nkf'
1 warning generated.
linking shared-object bigdecimal.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
1 warning generated.
linking shared-object ripper.bundle
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build/ext/ripper'
make[2]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
file2lastrev.rb: does not seem to be under a vcs: .
../ruby-3.4.7/revision.h unchanged
linking ruby
make[2]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
make[1]: Entering directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
*** Following extensions are not compiled:
-test-/public_header_warnings:
Could not be configured. It will not be installed.
/tera/tera/debo/Projects/ruby/ruby-3.4.7/ext/-test-/public_header_warnings/extconf.rb:14: baseline compiler warning test failed
Check ext/-test-/public_header_warnings/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tera/tera/debo/Projects/ruby/ruby-3.4.7-build'
building spec/ruby/optional/capi/ext/array_spec.bundle
building spec/ruby/optional/capi/ext/basic_object_spec.bundle
building spec/ruby/optional/capi/ext/bignum_spec.bundle
building spec/ruby/optional/capi/ext/binding_spec.bundle
building spec/ruby/optional/capi/ext/boolean_spec.bundle
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.bundle
building spec/ruby/optional/capi/ext/class_spec.bundle
building spec/ruby/optional/capi/ext/class_under_autoload_spec.bundle
building spec/ruby/optional/capi/ext/complex_spec.bundle
building spec/ruby/optional/capi/ext/constants_spec.bundle
building spec/ruby/optional/capi/ext/data_spec.bundle
building spec/ruby/optional/capi/ext/debug_spec.bundle
building spec/ruby/optional/capi/ext/encoding_spec.bundle
building spec/ruby/optional/capi/ext/enumerator_spec.bundle
building spec/ruby/optional/capi/ext/exception_spec.bundle
building spec/ruby/optional/capi/ext/fiber_spec.bundle
building spec/ruby/optional/capi/ext/file_spec.bundle
building spec/ruby/optional/capi/ext/fixnum_spec.bundle
building spec/ruby/optional/capi/ext/float_spec.bundle
building spec/ruby/optional/capi/ext/gc_spec.bundle
building spec/ruby/optional/capi/ext/globals_spec.bundle
building spec/ruby/optional/capi/ext/hash_spec.bundle
building spec/ruby/optional/capi/ext/integer_spec.bundle
building spec/ruby/optional/capi/ext/io_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/basic_object_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/class_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/debug_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/class_under_autoload_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/class_id_under_autoload_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/boolean_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/data_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/binding_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/bignum_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/constants_spec.c: 1398:
| In file included from ../ruby-3.4.7/include/ruby.h : 38 :
In file included from ../ruby-3.4.7/include/ruby/ruby.h : 28:
sIn file included from t../ruby-3.4.7/include/ruby/internal/arithmetic.hr:u24c:
tIn file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h :R29S:
tring../ruby-3.4.7/include/ruby/internal/core/rstring.h :r398e:t24v:a l;warning:
| default ^initialization
of an
object../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/array_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/complex_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/encoding_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/float_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/gc_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/globals_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h../ruby-3.4.7/include/ruby/internal/core/rbasic.h::3886:
:In file included from 17../ruby-3.4.7/include/ruby/ruby.h:: 28:
In file included from note: ../ruby-3.4.7/include/ruby/internal/arithmetic.h:member24 :
'klass'In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.hdeclared: 29'const':
here
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: 86 | default initialization of cano
n sobjectt of VtypeA L'struct RString'U Ewith kconstl amembers sleaves; the
object| uninitialized ^

[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/fixnum_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/file_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/fiber_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/exception_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/hash_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/integer_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/enumerator_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/io_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
building spec/ruby/optional/capi/ext/kernel_spec.bundle
building spec/ruby/optional/capi/ext/language_spec.bundle
1 warning generated.
1 warning generated.
building spec/ruby/optional/capi/ext/marshal_spec.bundle
1 warning generated.
building spec/ruby/optional/capi/ext/module_spec.bundle
building spec/ruby/optional/capi/ext/module_under_autoload_spec.bundle
building spec/ruby/optional/capi/ext/mutex_spec.bundle
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
building spec/ruby/optional/capi/ext/numeric_spec.bundle
building spec/ruby/optional/capi/ext/object_spec.bundle
building spec/ruby/optional/capi/ext/proc_spec.bundle
building spec/ruby/optional/capi/ext/range_spec.bundle
building spec/ruby/optional/capi/ext/rational_spec.bundle
1 warning generated.
building spec/ruby/optional/capi/ext/rbasic_spec.bundle
building spec/ruby/optional/capi/ext/regexp_spec.bundle
building spec/ruby/optional/capi/ext/st_spec.bundle
1 warning generated.
building spec/ruby/optional/capi/ext/string_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/kernel_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
building spec/ruby/optional/capi/ext/struct_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/language_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
building spec/ruby/optional/capi/ext/symbol_spec.bundle
building spec/ruby/optional/capi/ext/thread_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/module_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/marshal_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
building spec/ruby/optional/capi/ext/time_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/module_under_autoload_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/mutex_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
building spec/ruby/optional/capi/ext/tracepoint_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/numeric_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/object_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/range_spec.c:../ruby-3.4.7/include/ruby/internal/core/rbasic.h1::
86In file included from :../ruby-3.4.7/include/ruby.h17::38 :
In file included from ../ruby-3.4.7/include/ruby/ruby.hnote: :28member:
In file included from 'klass'../ruby-3.4.7/include/ruby/internal/arithmetic.h :declared24 :
'const'In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.hhere:29
:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: 86 | warning: default cinitializationo nofs tan
VobjectA LofU Etype k'struct RString'l awiths sconst; member
leaves| the ^
object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/proc_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/rational_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
building spec/ruby/optional/capi/ext/typed_data_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/rbasic_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/regexp_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/st_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/string_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/struct_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/symbol_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/thread_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/time_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/tracepoint_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
building spec/ruby/optional/capi/ext/util_spec.bundle
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/typed_data_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from ../ruby-3.4.7/spec/ruby/optional/capi/ext/util_spec.c:1:
In file included from ../ruby-3.4.7/include/ruby.h:38:
In file included from ../ruby-3.4.7/include/ruby/ruby.h:28:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic.h:24:
In file included from ../ruby-3.4.7/include/ruby/internal/arithmetic/char.h:29:
../ruby-3.4.7/include/ruby/internal/core/rstring.h:398:24: warning: default initialization of an
object of type 'struct RString' with const member leaves the object uninitialized
[-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
../ruby-3.4.7/include/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
(1-1/3)