quakeforge/libs/audio
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
renderer Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
targets Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
test Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
Makemodule.am [audio] Get testsound working again 2021-06-21 16:40:40 +09:00
cd.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_file.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_linux.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_sdl.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_sgi.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_win.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cd_xmms.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
snd.c [scene] Make entity_t just an entity id for ECS 2022-10-23 22:24:36 +09:00
snd_progs.c [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00