mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
2ab109b772
gcc 6 with -Wall -Wextra warns: code/botlib/l_precomp.c: In function ‘PC_NameHash’: code/botlib/l_precomp.c:551:2: warning: ‘register’ is not at beginning of declaration [-Wold-style-declaration] int register hash, i; ^~~ Modern compilers either ignore the register storage class when generating code, or generate better code without it, so just remove most of them. The remaining uses are in third-party bundled libraries (libjpeg, zlib), and in a PowerPC-specific inline function consisting of inline assembler (because I'm not 100% confident that it doesn't have some practical use there). |
||
---|---|---|
.. | ||
tr_animation.c | ||
tr_backend.c | ||
tr_bsp.c | ||
tr_cmds.c | ||
tr_curve.c | ||
tr_flares.c | ||
tr_image.c | ||
tr_init.c | ||
tr_light.c | ||
tr_local.h | ||
tr_main.c | ||
tr_marks.c | ||
tr_mesh.c | ||
tr_model.c | ||
tr_model_iqm.c | ||
tr_scene.c | ||
tr_shade.c | ||
tr_shade_calc.c | ||
tr_shader.c | ||
tr_shadows.c | ||
tr_sky.c | ||
tr_subs.c | ||
tr_surface.c | ||
tr_world.c |