quakeforge/libs/audio/targets
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
..
Makemodule.am [audio] Clean up jack and alsa dependencies 2021-06-27 01:57:59 +09:00
snd_alsa.c Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
snd_disk.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
snd_dx.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
snd_jack.c [sound] Add a threaded field to snd_t 2022-06-06 12:39:54 +09:00
snd_oss.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
snd_sdl.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
snd_sgi.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
snd_sun.c Clean up all the system shutdown calls 2019-07-12 23:15:26 +09:00
snd_win.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00