quakeforge/libs/gib
Bill Currie 2c8bec27c7 Fix a pile of warnings for gcc 12
Most were pretty easy and fairly logical, but gib's regex was a bit of a
pain until I figured out the real problem was the conditional
assignments.

However, libs/gamecode/test/test-conv4 fails when optimizing due to gcc
using vcvttps2dq (which is nice, actually) for vector forms, but not the
single equivalent other times. I haven't decided what to do with the
test (I might abandon it as it does seem to be UD).
2022-07-31 17:13:26 +09:00
..
bi_gib.c
exp.c
gib_buffer.c
gib_builtin.c
gib_classes.c
gib_execute.c
gib_function.c
gib_handle.c
gib_init.c
gib_keys.c
gib_object.c
gib_parse.c
gib_process.c
gib_regex.c
gib_semantics.c
gib_thread.c
gib_tree.c
gib_vars.c
Makemodule.am
ops.c
regex.c