mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
2b879af3e1
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. |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
test | ||
cd.c | ||
cd_file.c | ||
cd_linux.c | ||
cd_sdl.c | ||
cd_sgi.c | ||
cd_win.c | ||
cd_xmms.c | ||
Makemodule.am | ||
snd.c | ||
snd_progs.c |