Log
[1m===> Building for quake3-1.32c_2[0m
gmake[1]: Entering directory '/magus/work/usr/mports/games/quake3/work/quake3-1.32b/code/unix'
gmake targets B=release CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='\"/usr/local/share/quake3\"' -DLIBDIR='\"/usr/local/lib/quake3\"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce"
gmake[2]: Entering directory '/magus/work/usr/mports/games/quake3/work/quake3-1.32b/code/unix'
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_cgame.o -c ..//client/cl_cgame.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_cin.o -c ..//client/cl_cin.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//client/cl_cin.c:1439:41: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
if (cinTable[currentHandle].shader && (abs(thisTime - cinTable[currentHandle].lastTime))>100) {
^
..//client/cl_cin.c:1439:41: note: remove the call to 'abs' since unsigned values cannot be negative
if (cinTable[currentHandle].shader && (abs(thisTime - cinTable[currentHandle].lastTime))>100) {
^~~
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_console.o -c ..//client/cl_console.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_input.o -c ..//client/cl_input.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//client/cl_input.c:562:20: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
SCR_DebugGraph( abs(cl.viewangles[YAW] - oldAngles[YAW]), 0 );
^
..//client/cl_input.c:562:20: note: use function 'fabsf' instead
SCR_DebugGraph( abs(cl.viewangles[YAW] - oldAngles[YAW]), 0 );
^~~
fabsf
..//client/cl_input.c:565:20: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
SCR_DebugGraph( abs(cl.viewangles[PITCH] - oldAngles[PITCH]), 0 );
^
..//client/cl_input.c:565:20: note: use function 'fabsf' instead
SCR_DebugGraph( abs(cl.viewangles[PITCH] - oldAngles[PITCH]), 0 );
^~~
fabsf
2 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_keys.o -c ..//client/cl_keys.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_main.o -c ..//client/cl_main.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//client/cl_main.c:1546:52: warning: passing 'char *' to parameter of type 'byte *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
NET_OutOfBandData( NS_CLIENT, clc.serverAddress, &data[0], i+10 );
^~~~~~~~
..//client/../qcommon/qcommon.h:158:67: note: passing argument to parameter 'format' here
void QDECL NET_OutOfBandData( netsrc_t sock, netadr_t adr, byte *format, int len );
^
..//client/cl_main.c:2609:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]
strncat(info, "\n", sizeof(info));
^~~~~~~~~~~~
..//client/cl_main.c:2609:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte
strncat(info, "\n", sizeof(info));
^~~~~~~~~~~~
sizeof(info) - strlen(info) - 1
2 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_net_chan.o -c ..//client/cl_net_chan.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//client/cl_net_chan.c:109:9: warning: assigning to 'byte *' (aka 'unsigned char *') from 'char [1024]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
string = clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_parse.o -c ..//client/cl_parse.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_scrn.o -c ..//client/cl_scrn.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cl_ui.o -c ..//client/cl_ui.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cm_load.o -c ..//qcommon/cm_load.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cm_patch.o -c ..//qcommon/cm_patch.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cm_polylib.o -c ..//qcommon/cm_polylib.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cm_test.o -c ..//qcommon/cm_test.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cm_trace.o -c ..//qcommon/cm_trace.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cmd.o -c ..//qcommon/cmd.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/common.o -c ..//qcommon/common.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//qcommon/common.c:2228:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
* ( int * ) 0 = 0x12345678;
^ ~~~~~~~~~~~
..//qcommon/common.c:2228:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile'
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/cvar.o -c ..//qcommon/cvar.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/files.o -c ..//qcommon/files.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/md4.o -c ..//qcommon/md4.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/msg.o -c ..//qcommon/msg.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/net_chan.o -c ..//qcommon/net_chan.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/huffman.o -c ..//qcommon/huffman.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/snd_adpcm.o -c ..//client/snd_adpcm.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//client/snd_adpcm.c:281:17: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
S_AdpcmDecode( out, to, SND_CHUNK_SIZE_BYTE*2, &state );
^~~
..//client/snd_adpcm.c:155:45: note: passing argument to parameter 'indata' here
/* static */ void S_AdpcmDecode( const char indata[], short *outdata, int len, struct adpcm_state *state ) {
^
..//client/snd_adpcm.c:325:38: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
S_AdpcmEncode( samples + inOffset, out, n, &state );
^~~
..//client/snd_adpcm.c:56:42: note: passing argument to parameter 'outdata' here
void S_AdpcmEncode( short indata[], char outdata[], int len, struct adpcm_state *state ) {
^
2 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/snd_dma.o -c ..//client/snd_dma.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/snd_mem.o -c ..//client/snd_mem.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/snd_mix.o -c ..//client/snd_mix.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/snd_wavelet.o -c ..//client/snd_wavelet.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_bot.o -c ..//server/sv_bot.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_ccmds.o -c ..//server/sv_ccmds.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_client.o -c ..//server/sv_client.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_game.o -c ..//server/sv_game.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_init.o -c ..//server/sv_init.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_main.o -c ..//server/sv_main.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//server/sv_main.c:509:28: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
if (!Q_strncmp("connect", &msg->data[4], 7)) {
^~~~~~~~~~~~~
..//server/../game/q_shared.h:872:45: note: passing argument to parameter 's2' here
int Q_strncmp (const char *s1, const char *s2, int n);
^
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_net_chan.o -c ..//server/sv_net_chan.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_snapshot.o -c ..//server/sv_snapshot.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/sv_world.o -c ..//server/sv_world.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/q_math.o -c ..//game/q_math.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/q_shared.o -c ..//game/q_shared.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/unzip.o -c ..//qcommon/unzip.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//qcommon/unzip.c:1978:43: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((pfile_in_zip_read_info->read_buffer == NULL))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
..//qcommon/unzip.c:1978:43: note: remove extraneous parentheses around the comparison to silence this warning
if ((pfile_in_zip_read_info->read_buffer == NULL))
~ ^ ~
..//qcommon/unzip.c:1978:43: note: use '=' to turn this equality comparison into an assignment
if ((pfile_in_zip_read_info->read_buffer == NULL))
^~
=
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/vm.o -c ..//qcommon/vm.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/vm_interpreted.o -c ..//qcommon/vm_interpreted.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_bspq3.o -c ..//botlib/be_aas_bspq3.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_cluster.o -c ..//botlib/be_aas_cluster.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_debug.o -c ..//botlib/be_aas_debug.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_entity.o -c ..//botlib/be_aas_entity.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//botlib/be_aas_entity.c:393:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if (abs(dir[0]) < 40)
^
..//botlib/be_aas_entity.c:393:7: note: use function 'fabsf' instead
if (abs(dir[0]) < 40)
^~~
fabsf
..//botlib/be_aas_entity.c:395:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if (abs(dir[1]) < 40)
^
..//botlib/be_aas_entity.c:395:8: note: use function 'fabsf' instead
if (abs(dir[1]) < 40)
^~~
fabsf
2 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_file.o -c ..//botlib/be_aas_file.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_main.o -c ..//botlib/be_aas_main.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_move.o -c ..//botlib/be_aas_move.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//botlib/be_aas_move.c:171:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3)
^
..//botlib/be_aas_move.c:171:7: note: use function 'fabsf' instead
if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3)
^~~
fabsf
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_optimize.o -c ..//botlib/be_aas_optimize.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_reach.o -c ..//botlib/be_aas_reach.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//botlib/be_aas_reach.c:2481:25: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1;
^
..//botlib/be_aas_reach.c:2481:25: note: use function 'fabsf' instead
ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1;
^~~
fabsf
..//botlib/be_aas_reach.c:2482:25: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1;
^
..//botlib/be_aas_reach.c:2482:25: note: use function 'fabsf' instead
ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1;
^~~
fabsf
..//botlib/be_aas_reach.c:2490:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
&& abs(DotProduct(sharededgevec, up)) < 0.7)
^
..//botlib/be_aas_reach.c:2490:9: note: use function 'fabsf' instead
&& abs(DotProduct(sharededgevec, up)) < 0.7)
^~~
fabsf
..//botlib/be_aas_reach.c:2615:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if (abs(DotProduct(plane2->normal, up)) < 0.1) break;
^
..//botlib/be_aas_reach.c:2615:10: note: use function 'fabsf' instead
if (abs(DotProduct(plane2->normal, up)) < 0.1) break;
^~~
fabsf
4 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_route.o -c ..//botlib/be_aas_route.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_routealt.o -c ..//botlib/be_aas_routealt.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_aas_sample.o -c ..//botlib/be_aas_sample.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_char.o -c ..//botlib/be_ai_char.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_chat.o -c ..//botlib/be_ai_chat.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_gen.o -c ..//botlib/be_ai_gen.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_goal.o -c ..//botlib/be_ai_goal.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_move.o -c ..//botlib/be_ai_move.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//botlib/be_ai_move.c:2096:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value)
^
..//botlib/be_ai_move.c:2096:7: note: use function 'fabsf' instead
if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value)
^~~
fabsf
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_weap.o -c ..//botlib/be_ai_weap.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ai_weight.o -c ..//botlib/be_ai_weight.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_ea.o -c ..//botlib/be_ea.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/be_interface.o -c ..//botlib/be_interface.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_crc.o -c ..//botlib/l_crc.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_libvar.o -c ..//botlib/l_libvar.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_log.o -c ..//botlib/l_log.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_memory.o -c ..//botlib/l_memory.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_precomp.o -c ..//botlib/l_precomp.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//botlib/l_precomp.c:739:20: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'const time_t *' (aka 'const int *') [-Wincompatible-pointer-types]
curtime = ctime(&t);
^~
/usr/include/time.h:150:27: note: passing argument to parameter here
char *ctime(const time_t *);
^
..//botlib/l_precomp.c:754:20: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'const time_t *' (aka 'const int *') [-Wincompatible-pointer-types]
curtime = ctime(&t);
^~
/usr/include/time.h:150:27: note: passing argument to parameter here
char *ctime(const time_t *);
^
2 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_script.o -c ..//botlib/l_script.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DBOTLIB -o release/client/l_struct.o -c ..//botlib/l_struct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcapimin.o -c ..//jpeg-6/jcapimin.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jchuff.o -c ..//jpeg-6/jchuff.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcinit.o -c ..//jpeg-6/jcinit.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jccoefct.o -c ..//jpeg-6/jccoefct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jccolor.o -c ..//jpeg-6/jccolor.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jfdctflt.o -c ..//jpeg-6/jfdctflt.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcdctmgr.o -c ..//jpeg-6/jcdctmgr.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcphuff.o -c ..//jpeg-6/jcphuff.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcmainct.o -c ..//jpeg-6/jcmainct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcmarker.o -c ..//jpeg-6/jcmarker.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcmaster.o -c ..//jpeg-6/jcmaster.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcomapi.o -c ..//jpeg-6/jcomapi.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcparam.o -c ..//jpeg-6/jcparam.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcprepct.o -c ..//jpeg-6/jcprepct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jcsample.o -c ..//jpeg-6/jcsample.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdapimin.o -c ..//jpeg-6/jdapimin.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdapistd.o -c ..//jpeg-6/jdapistd.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdatasrc.o -c ..//jpeg-6/jdatasrc.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdcoefct.o -c ..//jpeg-6/jdcoefct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdcolor.o -c ..//jpeg-6/jdcolor.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jddctmgr.o -c ..//jpeg-6/jddctmgr.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdhuff.o -c ..//jpeg-6/jdhuff.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//jpeg-6/jdhuff.c:379:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
..//jpeg-6/jdhuff.c:379:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
..//jpeg-6/jdhuff.c:379:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
..//jpeg-6/jdhuff.c:379:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
{ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
~~~~^
..//jpeg-6/jdhuff.c:380:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
..//jpeg-6/jdhuff.c:380:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
..//jpeg-6/jdhuff.c:380:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
..//jpeg-6/jdhuff.c:380:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
~~~~^
..//jpeg-6/jdhuff.c:381:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
..//jpeg-6/jdhuff.c:381:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
..//jpeg-6/jdhuff.c:381:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
..//jpeg-6/jdhuff.c:381:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
~~~~^
..//jpeg-6/jdhuff.c:382:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
..//jpeg-6/jdhuff.c:382:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
..//jpeg-6/jdhuff.c:382:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
~~~~^
15 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdinput.o -c ..//jpeg-6/jdinput.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdmainct.o -c ..//jpeg-6/jdmainct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdmarker.o -c ..//jpeg-6/jdmarker.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdmaster.o -c ..//jpeg-6/jdmaster.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdpostct.o -c ..//jpeg-6/jdpostct.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdsample.o -c ..//jpeg-6/jdsample.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jdtrans.o -c ..//jpeg-6/jdtrans.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jerror.o -c ..//jpeg-6/jerror.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jidctflt.o -c ..//jpeg-6/jidctflt.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jmemmgr.o -c ..//jpeg-6/jmemmgr.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jmemnobs.o -c ..//jpeg-6/jmemnobs.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/jutils.o -c ..//jpeg-6/jutils.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_animation.o -c ..//renderer/tr_animation.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_backend.o -c ..//renderer/tr_backend.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_bsp.o -c ..//renderer/tr_bsp.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_cmds.o -c ..//renderer/tr_cmds.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_curve.o -c ..//renderer/tr_curve.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_flares.o -c ..//renderer/tr_flares.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_font.o -c ..//renderer/tr_font.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_image.o -c ..//renderer/tr_image.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_init.o -c ..//renderer/tr_init.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_light.o -c ..//renderer/tr_light.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_main.o -c ..//renderer/tr_main.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_marks.o -c ..//renderer/tr_marks.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_mesh.o -c ..//renderer/tr_mesh.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_model.o -c ..//renderer/tr_model.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_noise.o -c ..//renderer/tr_noise.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_scene.o -c ..//renderer/tr_scene.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_shade.o -c ..//renderer/tr_shade.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_shade_calc.o -c ..//renderer/tr_shade_calc.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//renderer/tr_shade_calc.c:628:2: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
invModulate[3] = 255 - backEnd.currentEntity->e.shaderRGBA[3]; // this trashes alpha, but the AGEN block fixes it
^ ~
..//renderer/tr_shade_calc.c:619:2: note: array 'invModulate' declared here
unsigned char invModulate[3];
^
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_shader.o -c ..//renderer/tr_shader.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_shadows.o -c ..//renderer/tr_shadows.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_sky.o -c ..//renderer/tr_sky.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_surface.o -c ..//renderer/tr_surface.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/tr_world.o -c ..//renderer/tr_world.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/unix_main.o -c ..//unix/unix_main.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/unix_net.o -c ..//unix/unix_net.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
..//unix/unix_net.c:179:35: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
, 0, (struct sockaddr *)&from, &fromlen);
^~~~~~~~
/usr/include/sys/socket.h:674:96: note: passing argument to parameter here
ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict);
^
1 warning generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/unix_shared.o -c ..//unix/unix_shared.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/vm_x86.o -c ..//qcommon/vm_x86.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/linux_common.o -c ..//unix/linux_common.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/linux_qgl.o -c ..//unix/linux_qgl.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/linux_glimp.o -c ..//unix/linux_glimp.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
In file included from ..//unix/linux_glimp.c:69:
/usr/local/include/X11/extensions/xf86dga.h:9:2: warning: "xf86dga.h is obsolete and may be removed in the future." [-W#warnings]
#warning "xf86dga.h is obsolete and may be removed in the future."
^
/usr/local/include/X11/extensions/xf86dga.h:10:2: warning: "include instead." [-W#warnings]
#warning "include instead."
^
..//unix/linux_glimp.c:1156:12: warning: assigning to 'const char *' from 'const GLubyte *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
glstring = qglGetString (GL_RENDERER);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
..//unix/linux_glimp.c:1474:39: warning: passing 'const GLubyte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
Q_strncpyz( glConfig.vendor_string, qglGetString (GL_VENDOR), sizeof( glConfig.vendor_string ) );
^~~~~~~~~~~~~~~~~~~~~~~~
..//unix/../client/../game/q_shared.h:879:42: note: passing argument to parameter 'src' here
void Q_strncpyz( char *dest, const char *src, int destsize );
^
..//unix/linux_glimp.c:1475:41: warning: passing 'const GLubyte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
Q_strncpyz( glConfig.renderer_string, qglGetString (GL_RENDERER), sizeof( glConfig.renderer_string ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~
..//unix/../client/../game/q_shared.h:879:42: note: passing argument to parameter 'src' here
void Q_strncpyz( char *dest, const char *src, int destsize );
^
..//unix/linux_glimp.c:1478:40: warning: passing 'const GLubyte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
Q_strncpyz( glConfig.version_string, qglGetString (GL_VERSION), sizeof( glConfig.version_string ) );
^~~~~~~~~~~~~~~~~~~~~~~~~
..//unix/../client/../game/q_shared.h:879:42: note: passing argument to parameter 'src' here
void Q_strncpyz( char *dest, const char *src, int destsize );
^
..//unix/linux_glimp.c:1479:43: warning: passing 'const GLubyte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
Q_strncpyz( glConfig.extensions_string, qglGetString (GL_EXTENSIONS), sizeof( glConfig.extensions_string ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
..//unix/../client/../game/q_shared.h:879:42: note: passing argument to parameter 'src' here
void Q_strncpyz( char *dest, const char *src, int destsize );
^
7 warnings generated.
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/linux_snd.o -c ..//unix/linux_snd.c
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -o release/client/linux_signals.o -c ..//unix/linux_signals.c -I/usr/local/include
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DELF -x assembler-with-cpp -o release/client/snd_mixa.o -c ..//unix/snd_mixa.s
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DDATADIR='"/usr/local/share/quake3"' -DLIBDIR='"/usr/local/lib/quake3"' -pipe -DNDEBUG -O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -DELF -x assembler-with-cpp -o release/client/matha.o -c ..//unix/matha.s
cc: warning: optimization flag '-fstrength-reduce' is not supported [-Wignored-optimization-argument]
nasm -f elf -o release/client/ftol.o ..//unix/ftol.nasm
nasm -f elf -o release/client/snapvector.o ..//unix/snapvector.nasm
cc -o release/quake3 release/client/cl_cgame.o release/client/cl_cin.o release/client/cl_console.o release/client/cl_input.o release/client/cl_keys.o release/client/cl_main.o release/client/cl_net_chan.o release/client/cl_parse.o release/client/cl_scrn.o release/client/cl_ui.o release/client/cm_load.o release/client/cm_patch.o release/client/cm_polylib.o release/client/cm_test.o release/client/cm_trace.o release/client/cmd.o release/client/common.o release/client/cvar.o release/client/files.o release/client/md4.o release/client/msg.o release/client/net_chan.o release/client/huffman.o release/client/snd_adpcm.o release/client/snd_dma.o release/client/snd_mem.o release/client/snd_mix.o release/client/snd_wavelet.o release/client/sv_bot.o release/client/sv_ccmds.o release/client/sv_client.o release/client/sv_game.o release/client/sv_init.o release/client/sv_main.o release/client/sv_net_chan.o release/client/sv_snapshot.o release/client/sv_world.o release/client/q_math.o release/client/q_shared.o release/client/unzip.o release/client/vm.o release/client/vm_interpreted.o release/client/be_aas_bspq3.o release/client/be_aas_cluster.o release/client/be_aas_debug.o release/client/be_aas_entity.o release/client/be_aas_file.o release/client/be_aas_main.o release/client/be_aas_move.o release/client/be_aas_optimize.o release/client/be_aas_reach.o release/client/be_aas_route.o release/client/be_aas_routealt.o release/client/be_aas_sample.o release/client/be_ai_char.o release/client/be_ai_chat.o release/client/be_ai_gen.o release/client/be_ai_goal.o release/client/be_ai_move.o release/client/be_ai_weap.o release/client/be_ai_weight.o release/client/be_ea.o release/client/be_interface.o release/client/l_crc.o release/client/l_libvar.o release/client/l_log.o release/client/l_memory.o release/client/l_precomp.o release/client/l_script.o release/client/l_struct.o release/client/jcapimin.o release/client/jchuff.o release/client/jcinit.o release/client/jccoefct.o release/client/jccolor.o release/client/jfdctflt.o release/client/jcdctmgr.o release/client/jcphuff.o release/client/jcmainct.o release/client/jcmarker.o release/client/jcmaster.o release/client/jcomapi.o release/client/jcparam.o release/client/jcprepct.o release/client/jcsample.o release/client/jdapimin.o release/client/jdapistd.o release/client/jdatasrc.o release/client/jdcoefct.o release/client/jdcolor.o release/client/jddctmgr.o release/client/jdhuff.o release/client/jdinput.o release/client/jdmainct.o release/client/jdmarker.o release/client/jdmaster.o release/client/jdpostct.o release/client/jdsample.o release/client/jdtrans.o release/client/jerror.o release/client/jidctflt.o release/client/jmemmgr.o release/client/jmemnobs.o release/client/jutils.o release/client/tr_animation.o release/client/tr_backend.o release/client/tr_bsp.o release/client/tr_cmds.o release/client/tr_curve.o release/client/tr_flares.o release/client/tr_font.o release/client/tr_image.o release/client/tr_init.o release/client/tr_light.o release/client/tr_main.o release/client/tr_marks.o release/client/tr_mesh.o release/client/tr_model.o release/client/tr_noise.o release/client/tr_scene.o release/client/tr_shade.o release/client/tr_shade_calc.o release/client/tr_shader.o release/client/tr_shadows.o release/client/tr_sky.o release/client/tr_surface.o release/client/tr_world.o release/client/unix_main.o release/client/unix_net.o release/client/unix_shared.o release/client/vm_x86.o release/client/linux_common.o release/client/linux_qgl.o release/client/linux_glimp.o release/client/linux_snd.o release/client/linux_signals.o release/client/snd_mixa.o release/client/matha.o release/client/ftol.o release/client/snapvector.o -L/usr/local/lib -lGL -lX11 -lXext -lXxf86dga -lXxf86vm -fstack-protector-strong -lm -lm
ld: error: duplicate symbol: re
>>> defined at cl_main.c
>>> release/client/cl_main.o:(re)
>>> defined at unix_main.c
>>> release/client/unix_main.o:(.bss+0x7BD8)
ld: error: duplicate symbol: qglLockArraysEXT
>>> defined at tr_init.c
>>> release/client/tr_init.o:(qglLockArraysEXT)
>>> defined at linux_qgl.c
>>> release/client/linux_qgl.o:(.bss+0xA90)
ld: error: duplicate symbol: qglUnlockArraysEXT
>>> defined at tr_init.c
>>> release/client/tr_init.o:(qglUnlockArraysEXT)
>>> defined at linux_qgl.c
>>> release/client/linux_qgl.o:(.bss+0xA94)
ld: error: duplicate symbol: qglActiveTextureARB
>>> defined at tr_init.c
>>> release/client/tr_init.o:(qglActiveTextureARB)
>>> defined at linux_qgl.c
>>> release/client/linux_qgl.o:(.bss+0xAB0)
ld: error: duplicate symbol: qglClientActiveTextureARB
>>> defined at tr_init.c
>>> release/client/tr_init.o:(qglClientActiveTextureARB)
>>> defined at linux_qgl.c
>>> release/client/linux_qgl.o:(.bss+0xAB4)
ld: error: duplicate symbol: qglMultiTexCoord2fARB
>>> defined at tr_init.c
>>> release/client/tr_init.o:(qglMultiTexCoord2fARB)
>>> defined at linux_qgl.c
>>> release/client/linux_qgl.o:(.bss+0xAB8)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:610: release/quake3] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/games/quake3/work/quake3-1.32b/code/unix'
gmake[1]: *** [Makefile:352: build_release] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/games/quake3/work/quake3-1.32b/code/unix'
*** Error code 1
Stop.
make: stopped in /usr/mports/games/quake3