ioq3/code/ui
Simon McVittie 2ab109b772 Avoid 'register' declarations
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).
2016-11-01 16:37:38 +00:00
..
ui_atoms.c Have ui_test cmd in missionpack ui return qtrue 2013-12-07 21:27:17 -06:00
ui_gameinfo.c REFACTOR [anough to enough] 2012-06-18 16:39:58 +00:00
ui_local.h renderer -> renderergl1, rend2 -> renderergl2 2013-02-15 23:46:37 +00:00
ui_main.c UI_BuildFindPlayerList: make a sizeof() more obviously correct 2016-09-25 17:13:50 +01:00
ui_players.c Make barrel/flash model name buffer safe 2015-01-12 22:35:20 -06:00
ui_public.h * Added STATUS 2005-10-29 01:53:09 +00:00
ui_shared.c Avoid 'register' declarations 2016-11-01 16:37:38 +00:00
ui_shared.h Improve keyboard/joystick input in Team Arena UI 2016-05-23 09:06:34 -05:00
ui_syscalls.asm remove svn:executable property 2005-08-28 17:54:51 +00:00
ui_syscalls.c REFACTOR 2012-06-18 16:27:00 +00:00