quakeforge/qw
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
..
include [qw] Correct client shutdown order 2022-05-18 09:46:05 +09:00
source Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00