Mon Mar 6 15:44:36 UTC 2017 make -j 8 FTE_TARGET=web gl-rel CC=/opt/emsdk_portable/emscripten/master/emcc make[1]: Entering directory '/home/moodles/fteqw/fteqw-code/engine' make[2]: Entering directory '/home/moodles/fteqw/fteqw-code/engine' make[3]: Entering directory '/home/moodles/fteqw/fteqw-code/engine' make[4]: Entering directory '/home/moodles/fteqw/fteqw-code/engine' ./common/fs.c:1031:13: warning: unused function 'FS_RebuildFSHash' [-Wunused-function] static void FS_RebuildFSHash(qboolean domutex) ^ 1 warning generated. ./client/cl_ents.c:5298:50: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (r_refdef.playerview->nolocalplayer && plnum >= 0 && plnum < cl.maxlerpents) ~~~~~ ^ ~ ./client/cl_ents.c:5307:17: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] else if (plnum >= 0 && plnum < cl.allocated_client_slots) ~~~~~ ^ ~ 2 warnings generated. ./client/snd_mix.c:264:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ch->pos &= ~((-1)<