>>> Building on exopi-4 under games/openarena,-data BDEPENDS = [net/curl;audio/libogg;devel/gmake;audio/libvorbis;devel/sdl;archivers/bzip2;archivers/unzip] DIST = [games/openarena,-main:openarena-0.8.8.zip;games/openarena,-main:openarena-engine-source-0.8.8.tar.bz2] FULLPKGNAME = openarena-data-0.8.8 (Junk lock obtained for exopi-4 at 1711599671.68) >>> Running depends in games/openarena,-data at 1711599671.72 last junk was in x11/sakura /usr/sbin/pkg_add -aI -Drepair curl-8.6.0 libogg-1.3.5 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 curl-8.6.0 gmake-4.4.1 libogg-1.3.5 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair curl-8.6.0 libogg-1.3.5 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p17 >>> Running show-prepare-results in games/openarena,-data at 1711599675.92 ===> games/openarena,-data ===> Building from scratch openarena-0.8.8 ===> openarena-data-0.8.8 depends on: gmake-* -> gmake-4.4.1 ===> openarena-data-0.8.8 depends on: unzip-* -> unzip-6.0p17 ===> openarena-data-0.8.8 depends on: bzip2-* -> bzip2-1.0.8p0 ===> openarena-data-0.8.8 depends on: libogg-* -> libogg-1.3.5 ===> openarena-data-0.8.8 depends on: libvorbis-* -> libvorbis-1.3.7 ===> openarena-data-0.8.8 depends on: sdl-* -> sdl-1.2.15p12 ===> openarena-data-0.8.8 depends on: curl-* -> curl-8.6.0 ===> Verifying specs: GL c m pthread sndio ogg>=5 SDL>=7 vorbis>=7 vorbisfile>=5 curl c m ===> found GL.19.0 c.99.0 m.10.1 pthread.27.1 sndio.7.2 ogg.6.2 SDL.8.0 vorbis.9.0 vorbisfile.6.0 curl.26.24 bzip2-1.0.8p0 curl-8.6.0 gmake-4.4.1 libogg-1.3.5 libvorbis-1.3.7 sdl-1.2.15p12 unzip-6.0p17 Don't run junk because nojunk in x11/qt5/qtmultimedia (Junk lock released for exopi-4 at 1711599678.52) distfiles size=428967085 >>> Running patch in games/openarena,-data at 1711599678.55 ===> games/openarena,-data ===> Checking files for openarena-0.8.8 `/exopi-cvs/ports/distfiles/openarena-0.8.8.zip' is up to date. `/exopi-cvs/ports/distfiles/openarena-engine-source-0.8.8.tar.bz2' is up to date. >> (SHA256) openarena-0.8.8.zip: OK >> (SHA256) openarena-engine-source-0.8.8.tar.bz2: OK ===> Extracting for openarena-0.8.8 find /exopi-obj/pobj/openarena-0.8.8 -name '*.orig' -delete mkdir /exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8/code/sndio cp /exopi-cvs/ports/games/openarena/files/snd_sndio.c /exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8/code/sndio ===> Patching for openarena-0.8.8 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 164. Hunk #2 succeeded at 639. Hunk #3 succeeded at 663. Hunk #4 succeeded at 671. Hunk #5 succeeded at 852. Hunk #6 succeeded at 898. Hunk #7 succeeded at 1472. Hunk #8 succeeded at 1599. Hunk #9 succeeded at 1758. Hunk #10 succeeded at 2078. Hunk #11 succeeded at 2228. Hunk #12 succeeded at 2238. done ===> Applying OpenBSD patch patch-code_client_snd_dma_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- code/client/snd_dma.c.orig Sat Dec 24 14:29:31 2011 |+++ code/client/snd_dma.c Tue Mar 6 22:44:31 2012 -------------------------- Patching file code/client/snd_dma.c using Plan A... Hunk #1 succeeded at 1219. Hunk #2 succeeded at 1228. done ===> Applying OpenBSD patch patch-code_qcommon_q_platform_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- code/qcommon/q_platform.h.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/q_platform.h Tue Mar 6 22:44:31 2012 -------------------------- Patching file code/qcommon/q_platform.h using Plan A... Hunk #1 succeeded at 209. Hunk #2 succeeded at 220. Hunk #3 succeeded at 245. done ===> Applying OpenBSD patch patch-code_qcommon_vm_x86_64_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | * Add PROT_READ to x86 and x86_64 VM mmap calls[1] | |[1] According to OpenBSD's mmap(2): | |BUGS | Due to a limitation of the current vm system (see uvm(9)), mapping | descriptors PROT_WRITE without also specifying PROT_READ is useless | (results in a segmentation fault when first accessing the mapping). This | means that such descriptors must be opened with O_RDWR, which requires | both read and write permissions on the underlying object. | |--- code/qcommon/vm_x86_64.c.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/vm_x86_64.c Sun Mar 11 15:22:24 2012 -------------------------- Patching file code/qcommon/vm_x86_64.c using Plan A... Hunk #1 succeeded at 445. done ===> Applying OpenBSD patch patch-code_qcommon_vm_x86_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | * Add PROT_READ to x86 and x86_64 VM mmap calls[1] | |[1] According to OpenBSD's mmap(2): | |BUGS | Due to a limitation of the current vm system (see uvm(9)), mapping | descriptors PROT_WRITE without also specifying PROT_READ is useless | (results in a segmentation fault when first accessing the mapping). This | means that such descriptors must be opened with O_RDWR, which requires | both read and write permissions on the underlying object. | |--- code/qcommon/vm_x86.c.orig Sat Dec 24 14:29:32 2011 |+++ code/qcommon/vm_x86.c Sun Mar 11 15:22:08 2012 -------------------------- Patching file code/qcommon/vm_x86.c using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 1094. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in games/openarena,-data at 1711599702.95 ===> games/openarena,-data ===> Generating configure for openarena-0.8.8 ===> Configuring for openarena-0.8.8 >>> Running build in games/openarena,-data at 1711599703.56 ===> games/openarena,-data ===> Building for openarena-0.8.8 gmake[1]: Entering directory '/exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8' Building openarena in build/release-openbsd: PLATFORM: openbsd ARCH: amd64 VERSION: 1.36 COMPILE_PLATFORM: openbsd COMPILE_ARCH: amd64 CC: cc CFLAGS: -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING="amd64" -DNO_GZIP -DDEFAULT_BASEDIR="/usr/local/share/openarena" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION="1.36" -MMD -DNDEBUG CLIENT_CFLAGS: -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP SERVER_CFLAGS: -DUSE_VOIP LDFLAGS: LIBS: -lm CLIENT_LIBS: -L/usr/local/lib -pthread -L/usr/X11R6/lib -lSDL -lGL -lsndio -lvorbisfile -lvorbis -logg -lcurl Output: build/release-openbsd/openarena-server build/release-openbsd/openarena-client gmake[2]: Entering directory '/exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8' cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_bot.o -c code/server/sv_bot.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_client.o -c code/server/sv_client.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_ccmds.o -c code/server/sv_ccmds.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_game.o -c code/server/sv_game.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_init.o -c code/server/sv_init.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_main.o -c code/server/sv_main.c code/server/sv_main.c:1023:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int SV_FrameMsec() ^ void 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_net_chan.o -c code/server/sv_net_chan.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_snapshot.o -c code/server/sv_snapshot.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sv_world.o -c code/server/sv_world.c code/server/sv_world.c:385:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count; ^ code/server/sv_world.c:663:10: warning: variable 'angles' set but not used [-Wunused-but-set-variable] float *angles; ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_load.o -c code/qcommon/cm_load.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_patch.o -c code/qcommon/cm_patch.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_polylib.o -c code/qcommon/cm_polylib.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_test.o -c code/qcommon/cm_test.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cm_trace.o -c code/qcommon/cm_trace.c code/qcommon/cm_trace.c:735:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] float a, b, c, d, sqrtd; ^ code/qcommon/cm_trace.c:823:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] float a, b, c, d, sqrtd; ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cmd.o -c code/qcommon/cmd.c code/qcommon/cmd.c:249:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/common.o -c code/qcommon/common.c code/qcommon/common.c:892:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count; ^ code/qcommon/common.c:926:14: warning: variable 'allocSize' set but not used [-Wunused-but-set-variable] int extra, allocSize; ^ code/qcommon/common.c:1251:24: warning: variable 'smallZoneBlocks' set but not used [-Wunused-but-set-variable] int smallZoneBytes, smallZoneBlocks; ^ code/qcommon/common.c:1345:7: warning: variable 'sum' set but not used [-Wunused-but-set-variable] int sum; ^ code/qcommon/common.c:1464:12: warning: variable 'locsize' set but not used [-Wunused-but-set-variable] int size, locsize, numBlocks; ^ code/qcommon/common.c:2315:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] * ( int * ) 0 = 0x12345678; ^ ~~~~~~~~~~~ code/qcommon/common.c:2315:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile' 6 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/cvar.o -c code/qcommon/cvar.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/files.o -c code/qcommon/files.c code/qcommon/files.c:2654:20: warning: variable 'badchecksum' set but not used [-Wunused-but-set-variable] qboolean havepak, badchecksum; ^ code/qcommon/files.c:178:27: warning: unused variable 'pak_checksums' [-Wunused-const-variable] static const unsigned int pak_checksums[] = { ^ code/qcommon/files.c:190:27: warning: unused variable 'missionpak_checksums' [-Wunused-const-variable] static const unsigned int missionpak_checksums[] = ^ 3 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/md4.o -c code/qcommon/md4.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/msg.o -c code/qcommon/msg.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/net_chan.o -c code/qcommon/net_chan.c code/qcommon/net_chan.c:306:8: warning: variable 'qport' set but not used [-Wunused-but-set-variable] int qport; ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/net_ip.o -c code/qcommon/net_ip.c code/qcommon/net_ip.c:1069:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void NET_LeaveMulticast6() ^ void code/qcommon/net_ip.c:1089:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/huffman.o -c code/qcommon/huffman.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/q_math.o -c code/qcommon/q_math.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/q_shared.o -c code/qcommon/q_shared.c code/qcommon/q_shared.c:725:9: warning: variable 'd' set but not used [-Wunused-but-set-variable] double d; ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/unzip.o -c code/qcommon/unzip.c code/qcommon/unzip.c:157:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi) ^ code/qcommon/unzip.c:187:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) ^ code/qcommon/unzip.c:215:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) ^ code/qcommon/unzip.c:251:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int strcmpcasenosensitive_internal (fileName1,fileName2) ^ code/qcommon/unzip.c:294:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSensitivity) ^ code/qcommon/unzip.c:320:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream) ^ code/qcommon/unzip.c:386:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def) ^ code/qcommon/unzip.c:489:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern unzFile ZEXPORT unzOpen (path) ^ code/qcommon/unzip.c:500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzClose (file) ^ code/qcommon/unzip.c:521:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetGlobalInfo (file,pglobal_info) ^ code/qcommon/unzip.c:543:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void unzlocal_DosDateToTmuDate (ulDosDate, ptm) ^ code/qcommon/unzip.c:572:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_GetCurrentFileInfoInternal (file, ^ code/qcommon/unzip.c:745:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetCurrentFileInfo (file, ^ code/qcommon/unzip.c:769:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToFirstFile (file) ^ code/qcommon/unzip.c:791:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToNextFile (file) ^ code/qcommon/unzip.c:825:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity) ^ code/qcommon/unzip.c:904:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetFilePos(file, file_pos) ^ code/qcommon/unzip.c:922:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToFilePos(file, file_pos) ^ code/qcommon/unzip.c:966:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar, ^ code/qcommon/unzip.c:1058:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) ^ code/qcommon/unzip.c:1203:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile (file) ^ code/qcommon/unzip.c:1209:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFilePassword (file, password) ^ code/qcommon/unzip.c:1216:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) ^ code/qcommon/unzip.c:1235:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzReadCurrentFile (file, buf, len) ^ code/qcommon/unzip.c:1253:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((pfile_in_zip_read_info->read_buffer == NULL)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ code/qcommon/unzip.c:1253:46: note: remove extraneous parentheses around the comparison to silence this warning if ((pfile_in_zip_read_info->read_buffer == NULL)) ~ ^ ~ code/qcommon/unzip.c:1253:46: note: use '=' to turn this equality comparison into an assignment if ((pfile_in_zip_read_info->read_buffer == NULL)) ^~ = code/qcommon/unzip.c:1396:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern z_off_t ZEXPORT unztell (file) ^ code/qcommon/unzip.c:1416:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzeof (file) ^ code/qcommon/unzip.c:1449:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) ^ code/qcommon/unzip.c:1500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzCloseCurrentFile (file) ^ code/qcommon/unzip.c:1543:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) ^ code/qcommon/unzip.c:1574:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uLong ZEXPORT unzGetOffset (file) ^ code/qcommon/unzip.c:1590:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzSetOffset (file, pos) ^ 32 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/ioapi.o -c code/qcommon/ioapi.c code/qcommon/ioapi.c:73:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) ^ code/qcommon/ioapi.c:95:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) ^ code/qcommon/ioapi.c:107:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) ^ code/qcommon/ioapi.c:118:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZCALLBACK ftell_file_func (opaque, stream) ^ code/qcommon/ioapi.c:127:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) ^ code/qcommon/ioapi.c:153:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCALLBACK fclose_file_func (opaque, stream) ^ code/qcommon/ioapi.c:162:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCALLBACK ferror_file_func (opaque, stream) ^ code/qcommon/ioapi.c:171:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fill_fopen_filefunc (pzlib_filefunc_def) ^ 8 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm.o -c code/qcommon/vm.c code/qcommon/vm.c:220:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ code/qcommon/vm.c:368:10: warning: variable 'length' set but not used [-Wunused-but-set-variable] int length; ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm_interpreted.o -c code/qcommon/vm_interpreted.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_bspq3.o -c code/botlib/be_aas_bspq3.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_cluster.o -c code/botlib/be_aas_cluster.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_debug.o -c code/botlib/be_aas_debug.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_entity.o -c code/botlib/be_aas_entity.c code/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) ^ code/botlib/be_aas_entity.c:393:7: note: use function 'fabsf' instead if (abs(dir[0]) < 40) ^~~ fabsf code/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) ^ code/botlib/be_aas_entity.c:395:8: note: use function 'fabsf' instead if (abs(dir[1]) < 40) ^~~ fabsf 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_file.o -c code/botlib/be_aas_file.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_main.o -c code/botlib/be_aas_main.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_move.o -c code/botlib/be_aas_move.c code/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) ^ code/botlib/be_aas_move.c:171:7: note: use function 'fabsf' instead if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3) ^~~ fabsf code/botlib/be_aas_move.c:521:35: warning: variable 'ax' set but not used [-Wunused-but-set-variable] int n, i, j, pc, step, swimming, ax, crouch, event, jump_frame, areanum; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_optimize.o -c code/botlib/be_aas_optimize.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_reach.o -c code/botlib/be_aas_reach.c code/botlib/be_aas_reach.c:292:6: warning: variable 'area2num' set but not used [-Wunused-but-set-variable] int area2num, ent, bot_visualizejumppads, bestareanum; ^ code/botlib/be_aas_reach.c:840:22: warning: variable 'areasettings' set but not used [-Wunused-but-set-variable] aas_areasettings_t *areasettings; ^ code/botlib/be_aas_reach.c:1065:34: warning: variable 'invgravitydot' set but not used [-Wunused-but-set-variable] float dist, dist1, dist2, diff, invgravitydot, ortdot; ^ code/botlib/be_aas_reach.c:1076:42: warning: variable 'ground_bestface1' set but not used [-Wunused-but-set-variable] aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; ^ code/botlib/be_aas_reach.c:1076:61: warning: variable 'water_bestface1' set but not used [-Wunused-but-set-variable] aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; ^ code/botlib/be_aas_reach.c:2472: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; ^ code/botlib/be_aas_reach.c:2472:25: note: use function 'fabsf' instead ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1; ^~~ fabsf code/botlib/be_aas_reach.c:2473: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; ^ code/botlib/be_aas_reach.c:2473:25: note: use function 'fabsf' instead ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1; ^~~ fabsf code/botlib/be_aas_reach.c:2481:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] && abs(DotProduct(sharededgevec, up)) < 0.7) ^ code/botlib/be_aas_reach.c:2481:9: note: use function 'fabsf' instead && abs(DotProduct(sharededgevec, up)) < 0.7) ^~~ fabsf code/botlib/be_aas_reach.c:2606: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; ^ code/botlib/be_aas_reach.c:2606:10: note: use function 'fabsf' instead if (abs(DotProduct(plane2->normal, up)) < 0.1) break; ^~~ fabsf code/botlib/be_aas_reach.c:3495:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] float speed, zvel, hordist; ^ code/botlib/be_aas_reach.c:4000:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] float speed, zvel, hordist; ^ 11 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_route.o -c code/botlib/be_aas_route.c code/botlib/be_aas_route.c:509:6: warning: variable 'starttime' set but not used [-Wunused-but-set-variable] int starttime; ^ code/botlib/be_aas_route.c:890:12: warning: variable 't' set but not used [-Wunused-but-set-variable] int i, j, t; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_routealt.o -c code/botlib/be_aas_routealt.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_aas_sample.o -c code/botlib/be_aas_sample.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_char.o -c code/botlib/be_ai_char.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_chat.o -c code/botlib/be_ai_chat.c code/botlib/be_ai_chat.c:2942:19: warning: variable 'cs' set but not used [-Wunused-but-set-variable] bot_chatstate_t *cs; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_gen.o -c code/botlib/be_ai_gen.c code/botlib/be_ai_gen.c:54:13: warning: variable 'select' set but not used [-Wunused-but-set-variable] float sum, select; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_goal.o -c code/botlib/be_ai_goal.c code/botlib/be_ai_goal.c:241:19: warning: variable 'gs' set but not used [-Wunused-but-set-variable] bot_goalstate_t *gs; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_move.o -c code/botlib/be_ai_move.c code/botlib/be_ai_move.c:1483:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist; ^ code/botlib/be_ai_move.c:1570:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist; ^ code/botlib/be_ai_move.c:2061: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) ^ code/botlib/be_ai_move.c:2061:7: note: use function 'fabsf' instead if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value) ^~~ fabsf code/botlib/be_ai_move.c:2870:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist, speed; ^ 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_weap.o -c code/botlib/be_ai_weap.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ai_weight.o -c code/botlib/be_ai_weight.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_ea.o -c code/botlib/be_ea.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/be_interface.o -c code/botlib/be_interface.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_crc.o -c code/botlib/l_crc.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_libvar.o -c code/botlib/l_libvar.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_log.o -c code/botlib/l_log.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_memory.o -c code/botlib/l_memory.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_precomp.o -c code/botlib/l_precomp.c code/botlib/l_precomp.c:1701:6: warning: variable 'lastoperatortype' set but not used [-Wunused-but-set-variable] int lastoperatortype = 0; ^ code/botlib/l_precomp.c:2456:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] sprintf(token.string, "%d", abs(value)); ^ code/botlib/l_precomp.c:2456:30: note: use function 'labs' instead sprintf(token.string, "%d", abs(value)); ^~~ labs code/botlib/l_precomp.c:2561:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] sprintf(token.string, "%d", abs(value)); ^ code/botlib/l_precomp.c:2561:30: note: use function 'labs' instead sprintf(token.string, "%d", abs(value)); ^~~ labs code/botlib/l_precomp.c:2566:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] token.intvalue = abs(value); ^ code/botlib/l_precomp.c:2566:19: note: use function 'labs' instead token.intvalue = abs(value); ^~~ labs 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_script.o -c code/botlib/l_script.c code/botlib/l_script.c:361:14: warning: variable 'i' set but not used [-Wunused-but-set-variable] int c, val, i; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/ded/l_struct.o -c code/botlib/l_struct.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_client.o -c code/null/null_client.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_input.o -c code/null/null_input.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/null_snddma.o -c code/null/null_snddma.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/con_log.o -c code/sys/con_log.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sys_main.o -c code/sys/sys_main.c cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/adler32.o -c code/zlib/adler32.c code/zlib/adler32.c:57:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ code/zlib/adler32.c:128:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ 2 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/crc32.o -c code/zlib/crc32.c code/zlib/crc32.c:205:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] const unsigned long FAR * ZEXPORT get_crc_table() ^ void code/zlib/crc32.c:219:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ code/zlib/crc32.c:262:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_little(crc, buf, len) ^ code/zlib/crc32.c:302:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_big(crc, buf, len) ^ code/zlib/crc32.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long gf2_matrix_times(mat, vec) ^ code/zlib/crc32.c:359:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gf2_matrix_square(square, mat) ^ code/zlib/crc32.c:370:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ 7 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inffast.o -c code/zlib/inffast.c code/zlib/inffast.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void inflate_fast(strm, start) ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inflate.o -c code/zlib/inflate.c code/zlib/inflate.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ code/zlib/inflate.c:128:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ code/zlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ code/zlib/inflate.c:187:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ code/zlib/inflate.c:205:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ code/zlib/inflate.c:323:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, out) ^ code/zlib/inflate.c:554:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ code/zlib/inflate.c:1155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ code/zlib/inflate.c:1169:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ code/zlib/inflate.c:1211:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ code/zlib/inflate.c:1239:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ code/zlib/inflate.c:1262:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ code/zlib/inflate.c:1313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ code/zlib/inflate.c:1323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ 14 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/inftrees.o -c code/zlib/inftrees.c code/zlib/inftrees.c:32:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/zutil.o -c code/zlib/zutil.c code/zlib/zutil.c:27:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] const char * ZEXPORT zlibVersion() ^ void code/zlib/zutil.c:32:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] uLong ZEXPORT zlibCompileFlags() ^ void code/zlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ code/zlib/zutil.c:300:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf zcalloc (opaque, items, size) ^ code/zlib/zutil.c:310:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void zcfree (opaque, ptr) ^ 5 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm_x86_64.o -c code/qcommon/vm_x86_64.c code/qcommon/vm_x86_64.c:107:30: warning: incompatible pointer types passing 'int64_t[11]' (aka 'long long[11]') to parameter of type 'intptr_t *' (aka 'long *') [-Wincompatible-pointer-types] ret = currentVM->systemCall(args); ^~~~ code/qcommon/vm_x86_64.c:991:80: warning: format specifies type 'unsigned long long' but the argument has type 'suseconds_t' (aka 'long') [-Wformat] Com_Printf( "compilation took %"PRIu64".%06"PRIu64" seconds\n", dur.tv_sec, dur.tv_usec ); ~~~~~~~~~~ ^~~~~~~~~~~ code/qcommon/vm_x86_64.c:1024:7: warning: variable 'programCounter' set but not used [-Wunused-but-set-variable] int programCounter; ^ 3 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/vm_x86_64_assembler.o -c code/qcommon/vm_x86_64_assembler.c code/qcommon/vm_x86_64_assembler.c:76:6: warning: variable 'writecnt' set but not used [-Wunused-but-set-variable] int writecnt; ^ code/qcommon/vm_x86_64_assembler.c:296:68: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] printf("total %u, hsize %"PRIu64", zero %u, min %u, max %u\n", t, ARRAY_LEN(labelhash), z, min, max); ~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ code/qcommon/q_shared.h:190:24: note: expanded from macro 'ARRAY_LEN' #define ARRAY_LEN(x) (sizeof(x) / sizeof(*(x))) ^~~~~~~~~~~~~~~~~~~~~~~~~~ code/qcommon/vm_x86_64_assembler.c:315:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'const char *' [-Wnon-literal-null-conversion] return T_NONE; ^~~~~~ code/qcommon/vm_x86_64_assembler.c:322:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x80); //llabs instead of labs required for __WIN64 ^ code/qcommon/vm_x86_64_assembler.c:322:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x80); //llabs instead of labs required for __WIN64 ^~~~~ code/qcommon/vm_x86_64_assembler.c:332:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x8000); ^ code/qcommon/vm_x86_64_assembler.c:332:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x8000); ^~~~~ code/qcommon/vm_x86_64_assembler.c:342:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x80000000); ^ code/qcommon/vm_x86_64_assembler.c:342:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x80000000); ^~~~~ code/qcommon/vm_x86_64_assembler.c:899:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_add = { subcode: 0, rmcode: 0x01, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:899:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_add = { subcode: 0, rmcode: 0x01, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:900:32: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_or = { subcode: 1, rmcode: 0x09, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:900:44: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_or = { subcode: 1, rmcode: 0x09, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:901:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_and = { subcode: 4, rmcode: 0x21, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:901:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_and = { subcode: 4, rmcode: 0x21, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:902:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sub = { subcode: 5, rmcode: 0x29, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:902:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sub = { subcode: 5, rmcode: 0x29, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:903:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_xor = { subcode: 6, rmcode: 0x31, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:903:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_xor = { subcode: 6, rmcode: 0x31, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:904:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:904:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:904:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:905:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:905:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:905:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:906:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:906:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:906:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:907:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:907:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:907:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:908:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:908:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:908:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:909:34: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:909:46: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:909:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:910:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:910:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:910:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:911:34: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:911:46: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:911:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:912:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:912:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:912:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:913:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:913:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:913:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:914:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:914:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:914:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:916:38: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvtsi2ss = { xmmprefix: 0xf3, rmcode: 0x2a }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:916:55: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvtsi2ss = { xmmprefix: 0xf3, rmcode: 0x2a }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:917:39: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvttss2si = { xmmprefix: 0xf3, rmcode: 0x2c }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:917:56: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvttss2si = { xmmprefix: 0xf3, rmcode: 0x2c }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:918:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:918:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:919:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:919:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:920:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:920:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:920:66: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:921:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:921:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:922:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:922:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:923:37: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_ucomiss = { mrcode: 0x2e }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:1211:17: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] arg.absolute = 1; ^ ~ code/qcommon/vm_x86_64_assembler.c:330:19: warning: unused function 'iss16' [-Wunused-function] static inline int iss16(u64 v) ^ 67 warnings generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/sys_unix.o -c code/sys/sys_unix.c code/sys/sys_unix.c:344:16: warning: variable 'extLen' set but not used [-Wunused-but-set-variable] int extLen; ^ 1 warning generated. cc -DDEDICATED -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DUSE_VOIP -DNDEBUG -o build/release-openbsd/ded/con_tty.o -c code/sys/con_tty.c code/sys/con_tty.c:91:9: warning: variable 'size' set but not used [-Wunused-but-set-variable] size_t size; ^ code/sys/con_tty.c:149:11: warning: variable 'size' set but not used [-Wunused-but-set-variable] size_t size; ^ code/sys/con_tty.c:332:9: warning: variable 'size' set but not used [-Wunused-but-set-variable] size_t size; ^ 3 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -o build/release-openbsd/openarena-server build/release-openbsd/ded/sv_bot.o build/release-openbsd/ded/sv_client.o build/release-openbsd/ded/sv_ccmds.o build/release-openbsd/ded/sv_game.o build/release-openbsd/ded/sv_init.o build/release-openbsd/ded/sv_main.o build/release-openbsd/ded/sv_net_chan.o build/release-openbsd/ded/sv_snapshot.o build/release-openbsd/ded/sv_world.o build/release-openbsd/ded/cm_load.o build/release-openbsd/ded/cm_patch.o build/release-openbsd/ded/cm_polylib.o build/release-openbsd/ded/cm_test.o build/release-openbsd/ded/cm_trace.o build/release-openbsd/ded/cmd.o build/release-openbsd/ded/common.o build/release-openbsd/ded/cvar.o build/release-openbsd/ded/files.o build/release-openbsd/ded/md4.o build/release-openbsd/ded/msg.o build/release-openbsd/ded/net_chan.o build/release-openbsd/ded/net_ip.o build/release-openbsd/ded/huffman.o build/release-openbsd/ded/q_math.o build/release-openbsd/ded/q_shared.o build/release-openbsd/ded/unzip.o build/release-openbsd/ded/ioapi.o build/release-openbsd/ded/vm.o build/release-openbsd/ded/vm_interpreted.o build/release-openbsd/ded/be_aas_bspq3.o build/release-openbsd/ded/be_aas_cluster.o build/release-openbsd/ded/be_aas_debug.o build/release-openbsd/ded/be_aas_entity.o build/release-openbsd/ded/be_aas_file.o build/release-openbsd/ded/be_aas_main.o build/release-openbsd/ded/be_aas_move.o build/release-openbsd/ded/be_aas_optimize.o build/release-openbsd/ded/be_aas_reach.o build/release-openbsd/ded/be_aas_route.o build/release-openbsd/ded/be_aas_routealt.o build/release-openbsd/ded/be_aas_sample.o build/release-openbsd/ded/be_ai_char.o build/release-openbsd/ded/be_ai_chat.o build/release-openbsd/ded/be_ai_gen.o build/release-openbsd/ded/be_ai_goal.o build/release-openbsd/ded/be_ai_move.o build/release-openbsd/ded/be_ai_weap.o build/release-openbsd/ded/be_ai_weight.o build/release-openbsd/ded/be_ea.o build/release-openbsd/ded/be_interface.o build/release-openbsd/ded/l_crc.o build/release-openbsd/ded/l_libvar.o build/release-openbsd/ded/l_log.o build/release-openbsd/ded/l_memory.o build/release-openbsd/ded/l_precomp.o build/release-openbsd/ded/l_script.o build/release-openbsd/ded/l_struct.o build/release-openbsd/ded/null_client.o build/release-openbsd/ded/null_input.o build/release-openbsd/ded/null_snddma.o build/release-openbsd/ded/con_log.o build/release-openbsd/ded/sys_main.o build/release-openbsd/ded/adler32.o build/release-openbsd/ded/crc32.o build/release-openbsd/ded/inffast.o build/release-openbsd/ded/inflate.o build/release-openbsd/ded/inftrees.o build/release-openbsd/ded/zutil.o build/release-openbsd/ded/vm_x86_64.o build/release-openbsd/ded/vm_x86_64_assembler.o build/release-openbsd/ded/sys_unix.o build/release-openbsd/ded/con_tty.o -lm sv_client.c(build/release-openbsd/ded/sv_client.o:(SV_GetChallenge)): warning: rand() may return deterministic values, is that what you want? sv_ccmds.c(build/release-openbsd/ded/sv_ccmds.o:(SV_ConSay_f)): warning: strcat() is almost always misused, please use strlcat() be_aas_bspq3.c(build/release-openbsd/ded/be_aas_bspq3.o:(AAS_ParseBSPEntities)): warning: strcpy() is almost always misused, please use strlcpy() l_precomp.c(build/release-openbsd/ded/l_precomp.o:(PC_ExpandBuiltinDefine)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_cgame.o -c code/client/cl_cgame.c code/client/cl_cgame.c:829:7: warning: variable 'resetTime' set but not used [-Wunused-but-set-variable] int resetTime; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_cin.o -c code/client/cl_cin.c code/client/cl_cin.c:1369: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) { ^ code/client/cl_cin.c:1369:41: note: remove the call to 'abs' since unsigned values cannot be negative if (cinTable[currentHandle].shader && (abs(thisTime - cinTable[currentHandle].lastTime))>100) { ^~~ code/client/cl_cin.c:1613:11: warning: variable 'holdatend' set but not used [-Wunused-but-set-variable] qboolean holdatend; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_console.o -c code/client/cl_console.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_input.o -c code/client/cl_input.c code/client/cl_input.c:402:7: warning: variable 'movespeed' set but not used [-Wunused-but-set-variable] int movespeed; ^ code/client/cl_input.c:616: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 ); ^ code/client/cl_input.c:616:20: note: use function 'fabsf' instead SCR_DebugGraph( abs(cl.viewangles[YAW] - oldAngles[YAW]), 0 ); ^~~ fabsf code/client/cl_input.c:619: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 ); ^ code/client/cl_input.c:619:20: note: use function 'fabsf' instead SCR_DebugGraph( abs(cl.viewangles[PITCH] - oldAngles[PITCH]), 0 ); ^~~ fabsf code/client/cl_input.c:635:13: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] usercmd_t *cmd; ^ 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_keys.o -c code/client/cl_keys.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_main.o -c code/client/cl_main.c code/client/cl_main.c:499:6: warning: variable 'r' set but not used [-Wunused-but-set-variable] int r, index, l; ^ code/client/cl_main.c:3514:18: warning: variable 'serverStatus' set but not used [-Wunused-but-set-variable] serverStatus_t *serverStatus; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_net_chan.o -c code/client/cl_net_chan.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_parse.o -c code/client/cl_parse.c code/client/cl_parse.c:419:148: warning: multi-line // comment [-Wcomment] // I have added exceptions for sv_fps, pmove_fixed and pmove_msec. These should relly be corrected in the game logic code, but they are required\ ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_scrn.o -c code/client/cl_scrn.c code/client/cl_scrn.c:428:7: warning: variable 'color' set but not used [-Wunused-but-set-variable] int color; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_ui.o -c code/client/cl_ui.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_avi.o -c code/client/cl_avi.c code/client/cl_avi.c:130:23: warning: unused function 'WRITE_1BYTES' [-Wunused-function] static ID_INLINE void WRITE_1BYTES( int x ) ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cm_load.o -c code/qcommon/cm_load.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cm_patch.o -c code/qcommon/cm_patch.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cm_polylib.o -c code/qcommon/cm_polylib.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cm_test.o -c code/qcommon/cm_test.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cm_trace.o -c code/qcommon/cm_trace.c code/qcommon/cm_trace.c:735:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] float a, b, c, d, sqrtd; ^ code/qcommon/cm_trace.c:823:8: warning: variable 'a' set but not used [-Wunused-but-set-variable] float a, b, c, d, sqrtd; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cmd.o -c code/qcommon/cmd.c code/qcommon/cmd.c:249:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/common.o -c code/qcommon/common.c code/qcommon/common.c:892:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count; ^ code/qcommon/common.c:926:14: warning: variable 'allocSize' set but not used [-Wunused-but-set-variable] int extra, allocSize; ^ code/qcommon/common.c:1251:24: warning: variable 'smallZoneBlocks' set but not used [-Wunused-but-set-variable] int smallZoneBytes, smallZoneBlocks; ^ code/qcommon/common.c:1345:7: warning: variable 'sum' set but not used [-Wunused-but-set-variable] int sum; ^ code/qcommon/common.c:1464:12: warning: variable 'locsize' set but not used [-Wunused-but-set-variable] int size, locsize, numBlocks; ^ code/qcommon/common.c:2315:2: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] * ( int * ) 0 = 0x12345678; ^ ~~~~~~~~~~~ code/qcommon/common.c:2315:2: note: consider using __builtin_trap() or qualifying pointer with 'volatile' 6 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cvar.o -c code/qcommon/cvar.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/files.o -c code/qcommon/files.c code/qcommon/files.c:2654:20: warning: variable 'badchecksum' set but not used [-Wunused-but-set-variable] qboolean havepak, badchecksum; ^ code/qcommon/files.c:178:27: warning: unused variable 'pak_checksums' [-Wunused-const-variable] static const unsigned int pak_checksums[] = { ^ code/qcommon/files.c:190:27: warning: unused variable 'missionpak_checksums' [-Wunused-const-variable] static const unsigned int missionpak_checksums[] = ^ 3 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/md4.o -c code/qcommon/md4.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/md5.o -c code/qcommon/md5.c code/qcommon/md5.c:256:27: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ~~~ ^~~ code/qcommon/md5.c:256:27: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^~~ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/msg.o -c code/qcommon/msg.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/net_chan.o -c code/qcommon/net_chan.c code/qcommon/net_chan.c:306:8: warning: variable 'qport' set but not used [-Wunused-but-set-variable] int qport; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/net_ip.o -c code/qcommon/net_ip.c code/qcommon/net_ip.c:1069:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void NET_LeaveMulticast6() ^ void code/qcommon/net_ip.c:1089:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/huffman.o -c code/qcommon/huffman.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_adpcm.o -c code/client/snd_adpcm.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_dma.o -c code/client/snd_dma.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_mem.o -c code/client/snd_mem.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_mix.o -c code/client/snd_mix.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_wavelet.o -c code/client/snd_wavelet.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_main.o -c code/client/snd_main.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_codec.o -c code/client/snd_codec.c code/client/snd_codec.c:104:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void S_CodecInit() ^ void code/client/snd_codec.c:118:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void S_CodecShutdown() ^ void 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_codec_wav.o -c code/client/snd_codec_wav.c code/client/snd_codec_wav.c:134:6: warning: variable 'wav_format' set but not used [-Wunused-but-set-variable] int wav_format; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_codec_ogg.o -c code/client/snd_codec_ogg.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/qal.o -c code/client/qal.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_openal.o -c code/client/snd_openal.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cl_curl.o -c code/client/cl_curl.c code/client/cl_curl.c:89:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] qboolean CL_cURL_Init() ^ void 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_bot.o -c code/server/sv_bot.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_ccmds.o -c code/server/sv_ccmds.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_client.o -c code/server/sv_client.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_game.o -c code/server/sv_game.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_init.o -c code/server/sv_init.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_main.o -c code/server/sv_main.c code/server/sv_main.c:1023:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int SV_FrameMsec() ^ void 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_net_chan.o -c code/server/sv_net_chan.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_snapshot.o -c code/server/sv_snapshot.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sv_world.o -c code/server/sv_world.c code/server/sv_world.c:385:8: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count; ^ code/server/sv_world.c:663:10: warning: variable 'angles' set but not used [-Wunused-but-set-variable] float *angles; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/q_math.o -c code/qcommon/q_math.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/q_shared.o -c code/qcommon/q_shared.c code/qcommon/q_shared.c:725:9: warning: variable 'd' set but not used [-Wunused-but-set-variable] double d; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/unzip.o -c code/qcommon/unzip.c code/qcommon/unzip.c:157:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi) ^ code/qcommon/unzip.c:187:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) ^ code/qcommon/unzip.c:215:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) ^ code/qcommon/unzip.c:251:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int strcmpcasenosensitive_internal (fileName1,fileName2) ^ code/qcommon/unzip.c:294:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSensitivity) ^ code/qcommon/unzip.c:320:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream) ^ code/qcommon/unzip.c:386:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def) ^ code/qcommon/unzip.c:489:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern unzFile ZEXPORT unzOpen (path) ^ code/qcommon/unzip.c:500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzClose (file) ^ code/qcommon/unzip.c:521:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetGlobalInfo (file,pglobal_info) ^ code/qcommon/unzip.c:543:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void unzlocal_DosDateToTmuDate (ulDosDate, ptm) ^ code/qcommon/unzip.c:572:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_GetCurrentFileInfoInternal (file, ^ code/qcommon/unzip.c:745:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetCurrentFileInfo (file, ^ code/qcommon/unzip.c:769:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToFirstFile (file) ^ code/qcommon/unzip.c:791:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToNextFile (file) ^ code/qcommon/unzip.c:825:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity) ^ code/qcommon/unzip.c:904:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetFilePos(file, file_pos) ^ code/qcommon/unzip.c:922:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGoToFilePos(file, file_pos) ^ code/qcommon/unzip.c:966:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar, ^ code/qcommon/unzip.c:1058:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) ^ code/qcommon/unzip.c:1203:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile (file) ^ code/qcommon/unzip.c:1209:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFilePassword (file, password) ^ code/qcommon/unzip.c:1216:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) ^ code/qcommon/unzip.c:1235:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzReadCurrentFile (file, buf, len) ^ code/qcommon/unzip.c:1253:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((pfile_in_zip_read_info->read_buffer == NULL)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ code/qcommon/unzip.c:1253:46: note: remove extraneous parentheses around the comparison to silence this warning if ((pfile_in_zip_read_info->read_buffer == NULL)) ~ ^ ~ code/qcommon/unzip.c:1253:46: note: use '=' to turn this equality comparison into an assignment if ((pfile_in_zip_read_info->read_buffer == NULL)) ^~ = code/qcommon/unzip.c:1396:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern z_off_t ZEXPORT unztell (file) ^ code/qcommon/unzip.c:1416:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzeof (file) ^ code/qcommon/unzip.c:1449:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) ^ code/qcommon/unzip.c:1500:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzCloseCurrentFile (file) ^ code/qcommon/unzip.c:1543:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) ^ code/qcommon/unzip.c:1574:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uLong ZEXPORT unzGetOffset (file) ^ code/qcommon/unzip.c:1590:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int ZEXPORT unzSetOffset (file, pos) ^ 32 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/ioapi.o -c code/qcommon/ioapi.c code/qcommon/ioapi.c:73:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) ^ code/qcommon/ioapi.c:95:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) ^ code/qcommon/ioapi.c:107:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) ^ code/qcommon/ioapi.c:118:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZCALLBACK ftell_file_func (opaque, stream) ^ code/qcommon/ioapi.c:127:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) ^ code/qcommon/ioapi.c:153:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCALLBACK fclose_file_func (opaque, stream) ^ code/qcommon/ioapi.c:162:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCALLBACK ferror_file_func (opaque, stream) ^ code/qcommon/ioapi.c:171:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fill_fopen_filefunc (pzlib_filefunc_def) ^ 8 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/puff.o -c code/qcommon/puff.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vm.o -c code/qcommon/vm.c code/qcommon/vm.c:220:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ code/qcommon/vm.c:368:10: warning: variable 'length' set but not used [-Wunused-but-set-variable] int length; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vm_interpreted.o -c code/qcommon/vm_interpreted.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_bspq3.o -c code/botlib/be_aas_bspq3.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_cluster.o -c code/botlib/be_aas_cluster.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_debug.o -c code/botlib/be_aas_debug.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_entity.o -c code/botlib/be_aas_entity.c code/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) ^ code/botlib/be_aas_entity.c:393:7: note: use function 'fabsf' instead if (abs(dir[0]) < 40) ^~~ fabsf code/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) ^ code/botlib/be_aas_entity.c:395:8: note: use function 'fabsf' instead if (abs(dir[1]) < 40) ^~~ fabsf 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_file.o -c code/botlib/be_aas_file.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_main.o -c code/botlib/be_aas_main.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_move.o -c code/botlib/be_aas_move.c code/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) ^ code/botlib/be_aas_move.c:171:7: note: use function 'fabsf' instead if (abs(DotProduct(plane->normal, origin) - plane->dist) < 3) ^~~ fabsf code/botlib/be_aas_move.c:521:35: warning: variable 'ax' set but not used [-Wunused-but-set-variable] int n, i, j, pc, step, swimming, ax, crouch, event, jump_frame, areanum; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_optimize.o -c code/botlib/be_aas_optimize.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_reach.o -c code/botlib/be_aas_reach.c code/botlib/be_aas_reach.c:292:6: warning: variable 'area2num' set but not used [-Wunused-but-set-variable] int area2num, ent, bot_visualizejumppads, bestareanum; ^ code/botlib/be_aas_reach.c:840:22: warning: variable 'areasettings' set but not used [-Wunused-but-set-variable] aas_areasettings_t *areasettings; ^ code/botlib/be_aas_reach.c:1065:34: warning: variable 'invgravitydot' set but not used [-Wunused-but-set-variable] float dist, dist1, dist2, diff, invgravitydot, ortdot; ^ code/botlib/be_aas_reach.c:1076:42: warning: variable 'ground_bestface1' set but not used [-Wunused-but-set-variable] aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; ^ code/botlib/be_aas_reach.c:1076:61: warning: variable 'water_bestface1' set but not used [-Wunused-but-set-variable] aas_face_t *groundface1, *groundface2, *ground_bestface1, *water_bestface1; ^ code/botlib/be_aas_reach.c:2472: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; ^ code/botlib/be_aas_reach.c:2472:25: note: use function 'fabsf' instead ladderface1vertical = abs(DotProduct(plane1->normal, up)) < 0.1; ^~~ fabsf code/botlib/be_aas_reach.c:2473: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; ^ code/botlib/be_aas_reach.c:2473:25: note: use function 'fabsf' instead ladderface2vertical = abs(DotProduct(plane2->normal, up)) < 0.1; ^~~ fabsf code/botlib/be_aas_reach.c:2481:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] && abs(DotProduct(sharededgevec, up)) < 0.7) ^ code/botlib/be_aas_reach.c:2481:9: note: use function 'fabsf' instead && abs(DotProduct(sharededgevec, up)) < 0.7) ^~~ fabsf code/botlib/be_aas_reach.c:2606: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; ^ code/botlib/be_aas_reach.c:2606:10: note: use function 'fabsf' instead if (abs(DotProduct(plane2->normal, up)) < 0.1) break; ^~~ fabsf code/botlib/be_aas_reach.c:3495:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] float speed, zvel, hordist; ^ code/botlib/be_aas_reach.c:4000:21: warning: variable 'hordist' set but not used [-Wunused-but-set-variable] float speed, zvel, hordist; ^ 11 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_route.o -c code/botlib/be_aas_route.c code/botlib/be_aas_route.c:509:6: warning: variable 'starttime' set but not used [-Wunused-but-set-variable] int starttime; ^ code/botlib/be_aas_route.c:890:12: warning: variable 't' set but not used [-Wunused-but-set-variable] int i, j, t; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_routealt.o -c code/botlib/be_aas_routealt.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_aas_sample.o -c code/botlib/be_aas_sample.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_char.o -c code/botlib/be_ai_char.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_chat.o -c code/botlib/be_ai_chat.c code/botlib/be_ai_chat.c:2942:19: warning: variable 'cs' set but not used [-Wunused-but-set-variable] bot_chatstate_t *cs; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_gen.o -c code/botlib/be_ai_gen.c code/botlib/be_ai_gen.c:54:13: warning: variable 'select' set but not used [-Wunused-but-set-variable] float sum, select; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_goal.o -c code/botlib/be_ai_goal.c code/botlib/be_ai_goal.c:241:19: warning: variable 'gs' set but not used [-Wunused-but-set-variable] bot_goalstate_t *gs; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_move.o -c code/botlib/be_ai_move.c code/botlib/be_ai_move.c:1483:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist; ^ code/botlib/be_ai_move.c:1570:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist; ^ code/botlib/be_ai_move.c:2061: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) ^ code/botlib/be_ai_move.c:2061:7: note: use function 'fabsf' instead if (abs(ms->origin[2] - reach->end[2]) < sv_maxbarrier->value) ^~~ fabsf code/botlib/be_ai_move.c:2870:8: warning: variable 'dist' set but not used [-Wunused-but-set-variable] float dist, speed; ^ 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_weap.o -c code/botlib/be_ai_weap.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ai_weight.o -c code/botlib/be_ai_weight.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_ea.o -c code/botlib/be_ea.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/be_interface.o -c code/botlib/be_interface.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_crc.o -c code/botlib/l_crc.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_libvar.o -c code/botlib/l_libvar.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_log.o -c code/botlib/l_log.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_memory.o -c code/botlib/l_memory.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_precomp.o -c code/botlib/l_precomp.c code/botlib/l_precomp.c:1701:6: warning: variable 'lastoperatortype' set but not used [-Wunused-but-set-variable] int lastoperatortype = 0; ^ code/botlib/l_precomp.c:2456:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] sprintf(token.string, "%d", abs(value)); ^ code/botlib/l_precomp.c:2456:30: note: use function 'labs' instead sprintf(token.string, "%d", abs(value)); ^~~ labs code/botlib/l_precomp.c:2561:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] sprintf(token.string, "%d", abs(value)); ^ code/botlib/l_precomp.c:2561:30: note: use function 'labs' instead sprintf(token.string, "%d", abs(value)); ^~~ labs code/botlib/l_precomp.c:2566:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] token.intvalue = abs(value); ^ code/botlib/l_precomp.c:2566:19: note: use function 'labs' instead token.intvalue = abs(value); ^~~ labs 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_script.o -c code/botlib/l_script.c code/botlib/l_script.c:361:14: warning: variable 'i' set but not used [-Wunused-but-set-variable] int c, val, i; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DNDEBUG -DBOTLIB -o build/release-openbsd/client/l_struct.o -c code/botlib/l_struct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcapimin.o -c code/jpeg-6b/jcapimin.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcapistd.o -c code/jpeg-6b/jcapistd.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jccoefct.o -c code/jpeg-6b/jccoefct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jccolor.o -c code/jpeg-6b/jccolor.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcdctmgr.o -c code/jpeg-6b/jcdctmgr.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jchuff.o -c code/jpeg-6b/jchuff.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcinit.o -c code/jpeg-6b/jcinit.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcmainct.o -c code/jpeg-6b/jcmainct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcmarker.o -c code/jpeg-6b/jcmarker.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcmaster.o -c code/jpeg-6b/jcmaster.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcomapi.o -c code/jpeg-6b/jcomapi.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcparam.o -c code/jpeg-6b/jcparam.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcphuff.o -c code/jpeg-6b/jcphuff.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcprepct.o -c code/jpeg-6b/jcprepct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jcsample.o -c code/jpeg-6b/jcsample.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdapimin.o -c code/jpeg-6b/jdapimin.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdapistd.o -c code/jpeg-6b/jdapistd.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdatasrc.o -c code/jpeg-6b/jdatasrc.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdcoefct.o -c code/jpeg-6b/jdcoefct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdcolor.o -c code/jpeg-6b/jdcolor.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jddctmgr.o -c code/jpeg-6b/jddctmgr.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdhuff.o -c code/jpeg-6b/jdhuff.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdinput.o -c code/jpeg-6b/jdinput.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdmainct.o -c code/jpeg-6b/jdmainct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdmarker.o -c code/jpeg-6b/jdmarker.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdmaster.o -c code/jpeg-6b/jdmaster.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdpostct.o -c code/jpeg-6b/jdpostct.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdsample.o -c code/jpeg-6b/jdsample.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jdtrans.o -c code/jpeg-6b/jdtrans.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jerror.o -c code/jpeg-6b/jerror.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jfdctflt.o -c code/jpeg-6b/jfdctflt.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jidctflt.o -c code/jpeg-6b/jidctflt.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jmemmgr.o -c code/jpeg-6b/jmemmgr.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jmemnobs.o -c code/jpeg-6b/jmemnobs.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jutils.o -c code/jpeg-6b/jutils.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_animation.o -c code/renderer/tr_animation.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_backend.o -c code/renderer/tr_backend.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_bloom.o -c code/renderer/tr_bloom.c code/renderer/tr_bloom.c:406:7: warning: unused variable 'i' [-Wunused-variable] int i, j, k; // LEILEI - kill warnings ^ code/renderer/tr_bloom.c:406:10: warning: unused variable 'j' [-Wunused-variable] int i, j, k; // LEILEI - kill warnings ^ code/renderer/tr_bloom.c:406:13: warning: unused variable 'k' [-Wunused-variable] int i, j, k; // LEILEI - kill warnings ^ 3 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_bsp.o -c code/renderer/tr_bsp.c code/renderer/tr_bsp.c:141:9: warning: variable 'sumIntensity' set but not used [-Wunused-but-set-variable] double sumIntensity = 0; ^ code/renderer/tr_bsp.c:275:12: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] shaderNum = LittleLong( shaderNum ); ~~~~~~~~~ ^ ~~~~~~~~~ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_cmds.o -c code/renderer/tr_cmds.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_curve.o -c code/renderer/tr_curve.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_flares.o -c code/renderer/tr_flares.c code/renderer/tr_flares.c:118:17: warning: variable 'oldest' set but not used [-Wunused-but-set-variable] flare_t *f, *oldest; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_font.o -c code/renderer/tr_font.c code/renderer/tr_font.c:344:8: warning: variable 'glyphScale' set but not used [-Wunused-but-set-variable] float glyphScale = 72.0f / dpi; // change the scale to be relative to 1 based on 72 dpi ( so dpi of 144 means a scale of .5 ) ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image.o -c code/renderer/tr_image.c code/renderer/tr_image.c:1145:8: warning: variable 'g' set but not used [-Wunused-but-set-variable] float g; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image_png.o -c code/renderer/tr_image_png.c code/renderer/tr_image_png.c:2280:8: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if(!ChunkHeaderLength == 2) ^ ~~ code/renderer/tr_image_png.c:2280:8: note: add parentheses after the '!' to evaluate the comparison first if(!ChunkHeaderLength == 2) ^ ( ) code/renderer/tr_image_png.c:2280:8: note: add parentheses around left hand side expression to silence this warning if(!ChunkHeaderLength == 2) ^ ( ) code/renderer/tr_image_png.c:2302:8: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if(!ChunkHeaderLength == 6) ^ ~~ code/renderer/tr_image_png.c:2302:8: note: add parentheses after the '!' to evaluate the comparison first if(!ChunkHeaderLength == 6) ^ ( ) code/renderer/tr_image_png.c:2302:8: note: add parentheses around left hand side expression to silence this warning if(!ChunkHeaderLength == 6) ^ ( ) code/renderer/tr_image_png.c:2280:27: warning: result of comparison of constant 2 with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if(!ChunkHeaderLength == 2) ~~~~~~~~~~~~~~~~~~ ^ ~ code/renderer/tr_image_png.c:2302:27: warning: result of comparison of constant 6 with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if(!ChunkHeaderLength == 6) ~~~~~~~~~~~~~~~~~~ ^ ~ 4 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image_jpg.o -c code/renderer/tr_image_jpg.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image_bmp.o -c code/renderer/tr_image_bmp.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image_tga.o -c code/renderer/tr_image_tga.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_image_pcx.o -c code/renderer/tr_image_pcx.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_init.o -c code/renderer/tr_init.c code/renderer/tr_init.c:1082:32: warning: 'memset' call operates on objects of type 'glslProgram_t' while the size is based on a different type 'glslProgram_t *' [-Wsizeof-pointer-memaccess] Com_Memset(program, 0, sizeof(program)); ~~~~~~~ ^~~~~~~ code/renderer/tr_init.c:1082:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? Com_Memset(program, 0, sizeof(program)); ^~~~~~~ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_light.o -c code/renderer/tr_light.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_main.o -c code/renderer/tr_main.c code/renderer/tr_main.c:862:15: warning: variable 'pointOr' set but not used [-Wunused-but-set-variable] unsigned int pointOr = 0; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_marks.o -c code/renderer/tr_marks.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_mesh.o -c code/renderer/tr_mesh.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_model.o -c code/renderer/tr_model.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_noise.o -c code/renderer/tr_noise.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_scene.o -c code/renderer/tr_scene.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_shade.o -c code/renderer/tr_shade.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_shade_calc.o -c code/renderer/tr_shade_calc.c code/renderer/tr_shade_calc.c:623:6: warning: variable 'c' set but not used [-Wunused-but-set-variable] int c; ^ code/renderer/tr_shade_calc.c:930:12: warning: variable 'a' set but not used [-Wunused-but-set-variable] float d, a; ^ code/renderer/tr_shade_calc.c:984:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void RB_CalcEnvironmentTexCoordsHW() ^ void 3 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_shader.o -c code/renderer/tr_shader.c code/renderer/tr_shader.c:95:32: warning: 'memset' call operates on objects of type 'glslProgram_t' while the size is based on a different type 'glslProgram_t *' [-Wsizeof-pointer-memaccess] Com_Memset(program, 0, sizeof(program)); ~~~~~~~ ^~~~~~~ code/renderer/tr_shader.c:95:32: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? Com_Memset(program, 0, sizeof(program)); ^~~~~~~ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_shadows.o -c code/renderer/tr_shadows.c code/renderer/tr_shadows.c:96:7: warning: variable 'c_edges' set but not used [-Wunused-but-set-variable] int c_edges, c_rejected; ^ code/renderer/tr_shadows.c:96:16: warning: variable 'c_rejected' set but not used [-Wunused-but-set-variable] int c_edges, c_rejected; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_sky.o -c code/renderer/tr_sky.c code/renderer/tr_sky.c:608:12: warning: variable 'shader' set but not used [-Wunused-but-set-variable] shader_t *shader; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_surface.o -c code/renderer/tr_surface.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/tr_world.o -c code/renderer/tr_world.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sdl_gamma.o -c code/sdl/sdl_gamma.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sdl_input.o -c code/sdl/sdl_input.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/snd_sndio.o -c code/sndio/snd_sndio.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/con_passive.o -c code/sys/con_passive.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/con_log.o -c code/sys/con_log.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sys_main.o -c code/sys/sys_main.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/bits.o -c code/libspeex/bits.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/buffer.o -c code/libspeex/buffer.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/cb_search.o -c code/libspeex/cb_search.c code/libspeex/cb_search.c:527:8: warning: variable 'shape_cb_size' set but not used [-Wunused-but-set-variable] int shape_cb_size, subvect_size, nb_subvect; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_10_16_table.o -c code/libspeex/exc_10_16_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_10_32_table.o -c code/libspeex/exc_10_32_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_20_32_table.o -c code/libspeex/exc_20_32_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_5_256_table.o -c code/libspeex/exc_5_256_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_5_64_table.o -c code/libspeex/exc_5_64_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/exc_8_128_table.o -c code/libspeex/exc_8_128_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/fftwrap.o -c code/libspeex/fftwrap.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/filterbank.o -c code/libspeex/filterbank.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/filters.o -c code/libspeex/filters.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/gain_table.o -c code/libspeex/gain_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/gain_table_lbr.o -c code/libspeex/gain_table_lbr.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/hexc_10_32_table.o -c code/libspeex/hexc_10_32_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/hexc_table.o -c code/libspeex/hexc_table.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/high_lsp_tables.o -c code/libspeex/high_lsp_tables.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/jitter.o -c code/libspeex/jitter.c code/libspeex/jitter.c:466:8: warning: variable 'incomplete' set but not used [-Wunused-but-set-variable] int incomplete = 0; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/kiss_fft.o -c code/libspeex/kiss_fft.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/kiss_fftr.o -c code/libspeex/kiss_fftr.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/lpc.o -c code/libspeex/lpc.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/lsp.o -c code/libspeex/lsp.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/lsp_tables_nb.o -c code/libspeex/lsp_tables_nb.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/ltp.o -c code/libspeex/ltp.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/mdf.o -c code/libspeex/mdf.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/modes.o -c code/libspeex/modes.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/modes_wb.o -c code/libspeex/modes_wb.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/nb_celp.o -c code/libspeex/nb_celp.c code/libspeex/nb_celp.c:1303:21: warning: variable 'sp' set but not used [-Wunused-but-set-variable] spx_word16_t *sp; ^ code/libspeex/nb_celp.c:1505:21: warning: variable 'exc' set but not used [-Wunused-but-set-variable] spx_word16_t *exc; ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/preprocess.o -c code/libspeex/preprocess.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/quant_lsp.o -c code/libspeex/quant_lsp.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/resample.o -c code/libspeex/resample.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sb_celp.o -c code/libspeex/sb_celp.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/smallft.o -c code/libspeex/smallft.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/speex.o -c code/libspeex/speex.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/speex_callbacks.o -c code/libspeex/speex_callbacks.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/speex_header.o -c code/libspeex/speex_header.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/stereo.o -c code/libspeex/stereo.c code/libspeex/stereo.c:75:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] SpeexStereoState *speex_stereo_state_init() ^ void 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vbr.o -c code/libspeex/vbr.c code/libspeex/vbr.c:129:8: warning: variable 'va' set but not used [-Wunused-but-set-variable] int va; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vq.o -c code/libspeex/vq.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/window.o -c code/libspeex/window.c cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/adler32.o -c code/zlib/adler32.c code/zlib/adler32.c:57:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ code/zlib/adler32.c:128:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT adler32_combine(adler1, adler2, len2) ^ 2 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/crc32.o -c code/zlib/crc32.c code/zlib/crc32.c:205:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] const unsigned long FAR * ZEXPORT get_crc_table() ^ void code/zlib/crc32.c:219:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long ZEXPORT crc32(crc, buf, len) ^ code/zlib/crc32.c:262:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_little(crc, buf, len) ^ code/zlib/crc32.c:302:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long crc32_big(crc, buf, len) ^ code/zlib/crc32.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned long gf2_matrix_times(mat, vec) ^ code/zlib/crc32.c:359:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void gf2_matrix_square(square, mat) ^ code/zlib/crc32.c:370:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uLong ZEXPORT crc32_combine(crc1, crc2, len2) ^ 7 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/inffast.o -c code/zlib/inffast.c code/zlib/inffast.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void inflate_fast(strm, start) ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/inflate.o -c code/zlib/inflate.c code/zlib/inflate.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateReset(strm) ^ code/zlib/inflate.c:128:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflatePrime(strm, bits, value) ^ code/zlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) ^ code/zlib/inflate.c:187:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateInit_(strm, version, stream_size) ^ code/zlib/inflate.c:205:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local void fixedtables(state) ^ code/zlib/inflate.c:323:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local int updatewindow(strm, out) ^ code/zlib/inflate.c:554:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflate(strm, flush) ^ code/zlib/inflate.c:1155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateEnd(strm) ^ code/zlib/inflate.c:1169:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) ^ code/zlib/inflate.c:1211:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateGetHeader(strm, head) ^ code/zlib/inflate.c:1239:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] local unsigned syncsearch(have, buf, len) ^ code/zlib/inflate.c:1262:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSync(strm) ^ code/zlib/inflate.c:1313:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateSyncPoint(strm) ^ code/zlib/inflate.c:1323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEXPORT inflateCopy(dest, source) ^ 14 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/inftrees.o -c code/zlib/inftrees.c code/zlib/inftrees.c:32:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int inflate_table(type, lens, codes, table, bits, work) ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/zutil.o -c code/zlib/zutil.c code/zlib/zutil.c:27:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] const char * ZEXPORT zlibVersion() ^ void code/zlib/zutil.c:32:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] uLong ZEXPORT zlibCompileFlags() ^ void code/zlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] const char * ZEXPORT zError(err) ^ code/zlib/zutil.c:300:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] voidpf zcalloc (opaque, items, size) ^ code/zlib/zutil.c:310:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void zcfree (opaque, ptr) ^ 5 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vm_x86_64.o -c code/qcommon/vm_x86_64.c code/qcommon/vm_x86_64.c:107:30: warning: incompatible pointer types passing 'int64_t[11]' (aka 'long long[11]') to parameter of type 'intptr_t *' (aka 'long *') [-Wincompatible-pointer-types] ret = currentVM->systemCall(args); ^~~~ code/qcommon/vm_x86_64.c:991:80: warning: format specifies type 'unsigned long long' but the argument has type 'suseconds_t' (aka 'long') [-Wformat] Com_Printf( "compilation took %"PRIu64".%06"PRIu64" seconds\n", dur.tv_sec, dur.tv_usec ); ~~~~~~~~~~ ^~~~~~~~~~~ code/qcommon/vm_x86_64.c:1024:7: warning: variable 'programCounter' set but not used [-Wunused-but-set-variable] int programCounter; ^ 3 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/vm_x86_64_assembler.o -c code/qcommon/vm_x86_64_assembler.c code/qcommon/vm_x86_64_assembler.c:76:6: warning: variable 'writecnt' set but not used [-Wunused-but-set-variable] int writecnt; ^ code/qcommon/vm_x86_64_assembler.c:296:68: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] printf("total %u, hsize %"PRIu64", zero %u, min %u, max %u\n", t, ARRAY_LEN(labelhash), z, min, max); ~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~ code/qcommon/q_shared.h:190:24: note: expanded from macro 'ARRAY_LEN' #define ARRAY_LEN(x) (sizeof(x) / sizeof(*(x))) ^~~~~~~~~~~~~~~~~~~~~~~~~~ code/qcommon/vm_x86_64_assembler.c:315:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'const char *' [-Wnon-literal-null-conversion] return T_NONE; ^~~~~~ code/qcommon/vm_x86_64_assembler.c:322:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x80); //llabs instead of labs required for __WIN64 ^ code/qcommon/vm_x86_64_assembler.c:322:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x80); //llabs instead of labs required for __WIN64 ^~~~~ code/qcommon/vm_x86_64_assembler.c:332:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x8000); ^ code/qcommon/vm_x86_64_assembler.c:332:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x8000); ^~~~~ code/qcommon/vm_x86_64_assembler.c:342:10: warning: taking the absolute value of unsigned type 'u64' (aka 'unsigned long long') has no effect [-Wabsolute-value] return (llabs(v) <= 0x80000000); ^ code/qcommon/vm_x86_64_assembler.c:342:10: note: remove the call to 'llabs' since unsigned values cannot be negative return (llabs(v) <= 0x80000000); ^~~~~ code/qcommon/vm_x86_64_assembler.c:899:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_add = { subcode: 0, rmcode: 0x01, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:899:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_add = { subcode: 0, rmcode: 0x01, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:900:32: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_or = { subcode: 1, rmcode: 0x09, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:900:44: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_or = { subcode: 1, rmcode: 0x09, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:901:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_and = { subcode: 4, rmcode: 0x21, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:901:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_and = { subcode: 4, rmcode: 0x21, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:902:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sub = { subcode: 5, rmcode: 0x29, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:902:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sub = { subcode: 5, rmcode: 0x29, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:903:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_xor = { subcode: 6, rmcode: 0x31, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:903:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_xor = { subcode: 6, rmcode: 0x31, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:904:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:904:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:904:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:905:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:905:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:905:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_dec = { subcode: 1, rcode: 0xff, rcode8: 0xfe, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:906:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:906:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:906:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_sar = { subcode: 7, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:907:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:907:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:907:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shl = { subcode: 4, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:908:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:908:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:908:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_shr = { subcode: 5, rcode: 0xd3, rcode8: 0xd2, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:909:34: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:909:46: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:909:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_idiv = { subcode: 7, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:910:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:910:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:910:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_div = { subcode: 6, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:911:34: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:911:46: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:911:59: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_imul = { subcode: 5, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:912:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:912:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:912:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mul = { subcode: 4, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:913:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:913:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:913:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_neg = { subcode: 3, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:914:33: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~~ .subcode = code/qcommon/vm_x86_64_assembler.c:914:45: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~ .rcode = code/qcommon/vm_x86_64_assembler.c:914:58: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_not = { subcode: 2, rcode: 0xf7, rcode8: 0xf6, }; ^~~~~~~ .rcode8 = code/qcommon/vm_x86_64_assembler.c:916:38: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvtsi2ss = { xmmprefix: 0xf3, rmcode: 0x2a }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:916:55: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvtsi2ss = { xmmprefix: 0xf3, rmcode: 0x2a }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:917:39: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvttss2si = { xmmprefix: 0xf3, rmcode: 0x2c }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:917:56: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_cvttss2si = { xmmprefix: 0xf3, rmcode: 0x2c }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:918:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:918:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:919:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:919:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:920:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:920:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:920:66: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_movss = { xmmprefix: 0xf3, mrcode: 0x10, rmcode: 0x11 }; ^~~~~~~ .rmcode = code/qcommon/vm_x86_64_assembler.c:921:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:921:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:922:35: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c }; ^~~~~~~~~~ .xmmprefix = code/qcommon/vm_x86_64_assembler.c:922:52: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:923:37: warning: use of GNU old-style field designator extension [-Wgnu-designator] static opparam_t params_ucomiss = { mrcode: 0x2e }; ^~~~~~~ .mrcode = code/qcommon/vm_x86_64_assembler.c:1211:17: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] arg.absolute = 1; ^ ~ code/qcommon/vm_x86_64_assembler.c:330:19: warning: unused function 'iss16' [-Wunused-function] static inline int iss16(u64 v) ^ 67 warnings generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sys_unix.o -c code/sys/sys_unix.c code/sys/sys_unix.c:344:16: warning: variable 'extLen' set but not used [-Wunused-but-set-variable] int extLen; ^ 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/libmumblelink.o -c code/client/libmumblelink.c code/client/libmumblelink.c:171:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void mumble_unlink() ^ void 1 warning generated. cc -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -DNDEBUG -o build/release-openbsd/client/sdl_glimp.o -c code/sdl/sdl_glimp.c cc -DFLOATING_POINT -DUSE_ALLOCA -Icode/libspeex/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DUSE_CODEC_VORBIS -DUSE_CURL -I/usr/local/include -DUSE_MUMBLE -DUSE_VOIP -O2 -pipe -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_ICON -DARCH_STRING=\"amd64\" -DNO_GZIP -DDEFAULT_BASEDIR=\"/usr/local/share/openarena\" -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION=\"1.36\" -MMD \ -o build/release-openbsd/openarena-client build/release-openbsd/client/cl_cgame.o build/release-openbsd/client/cl_cin.o build/release-openbsd/client/cl_console.o build/release-openbsd/client/cl_input.o build/release-openbsd/client/cl_keys.o build/release-openbsd/client/cl_main.o build/release-openbsd/client/cl_net_chan.o build/release-openbsd/client/cl_parse.o build/release-openbsd/client/cl_scrn.o build/release-openbsd/client/cl_ui.o build/release-openbsd/client/cl_avi.o build/release-openbsd/client/cm_load.o build/release-openbsd/client/cm_patch.o build/release-openbsd/client/cm_polylib.o build/release-openbsd/client/cm_test.o build/release-openbsd/client/cm_trace.o build/release-openbsd/client/cmd.o build/release-openbsd/client/common.o build/release-openbsd/client/cvar.o build/release-openbsd/client/files.o build/release-openbsd/client/md4.o build/release-openbsd/client/md5.o build/release-openbsd/client/msg.o build/release-openbsd/client/net_chan.o build/release-openbsd/client/net_ip.o build/release-openbsd/client/huffman.o build/release-openbsd/client/snd_adpcm.o build/release-openbsd/client/snd_dma.o build/release-openbsd/client/snd_mem.o build/release-openbsd/client/snd_mix.o build/release-openbsd/client/snd_wavelet.o build/release-openbsd/client/snd_main.o build/release-openbsd/client/snd_codec.o build/release-openbsd/client/snd_codec_wav.o build/release-openbsd/client/snd_codec_ogg.o build/release-openbsd/client/qal.o build/release-openbsd/client/snd_openal.o build/release-openbsd/client/cl_curl.o build/release-openbsd/client/sv_bot.o build/release-openbsd/client/sv_ccmds.o build/release-openbsd/client/sv_client.o build/release-openbsd/client/sv_game.o build/release-openbsd/client/sv_init.o build/release-openbsd/client/sv_main.o build/release-openbsd/client/sv_net_chan.o build/release-openbsd/client/sv_snapshot.o build/release-openbsd/client/sv_world.o build/release-openbsd/client/q_math.o build/release-openbsd/client/q_shared.o build/release-openbsd/client/unzip.o build/release-openbsd/client/ioapi.o build/release-openbsd/client/puff.o build/release-openbsd/client/vm.o build/release-openbsd/client/vm_interpreted.o build/release-openbsd/client/be_aas_bspq3.o build/release-openbsd/client/be_aas_cluster.o build/release-openbsd/client/be_aas_debug.o build/release-openbsd/client/be_aas_entity.o build/release-openbsd/client/be_aas_file.o build/release-openbsd/client/be_aas_main.o build/release-openbsd/client/be_aas_move.o build/release-openbsd/client/be_aas_optimize.o build/release-openbsd/client/be_aas_reach.o build/release-openbsd/client/be_aas_route.o build/release-openbsd/client/be_aas_routealt.o build/release-openbsd/client/be_aas_sample.o build/release-openbsd/client/be_ai_char.o build/release-openbsd/client/be_ai_chat.o build/release-openbsd/client/be_ai_gen.o build/release-openbsd/client/be_ai_goal.o build/release-openbsd/client/be_ai_move.o build/release-openbsd/client/be_ai_weap.o build/release-openbsd/client/be_ai_weight.o build/release-openbsd/client/be_ea.o build/release-openbsd/client/be_interface.o build/release-openbsd/client/l_crc.o build/release-openbsd/client/l_libvar.o build/release-openbsd/client/l_log.o build/release-openbsd/client/l_memory.o build/release-openbsd/client/l_precomp.o build/release-openbsd/client/l_script.o build/release-openbsd/client/l_struct.o build/release-openbsd/client/jcapimin.o build/release-openbsd/client/jcapistd.o build/release-openbsd/client/jccoefct.o build/release-openbsd/client/jccolor.o build/release-openbsd/client/jcdctmgr.o build/release-openbsd/client/jchuff.o build/release-openbsd/client/jcinit.o build/release-openbsd/client/jcmainct.o build/release-openbsd/client/jcmarker.o build/release-openbsd/client/jcmaster.o build/release-openbsd/client/jcomapi.o build/release-openbsd/client/jcparam.o build/release-openbsd/client/jcphuff.o build/release-openbsd/client/jcprepct.o build/release-openbsd/client/jcsample.o build/release-openbsd/client/jdapimin.o build/release-openbsd/client/jdapistd.o build/release-openbsd/client/jdatasrc.o build/release-openbsd/client/jdcoefct.o build/release-openbsd/client/jdcolor.o build/release-openbsd/client/jddctmgr.o build/release-openbsd/client/jdhuff.o build/release-openbsd/client/jdinput.o build/release-openbsd/client/jdmainct.o build/release-openbsd/client/jdmarker.o build/release-openbsd/client/jdmaster.o build/release-openbsd/client/jdpostct.o build/release-openbsd/client/jdsample.o build/release-openbsd/client/jdtrans.o build/release-openbsd/client/jerror.o build/release-openbsd/client/jfdctflt.o build/release-openbsd/client/jidctflt.o build/release-openbsd/client/jmemmgr.o build/release-openbsd/client/jmemnobs.o build/release-openbsd/client/jutils.o build/release-openbsd/client/tr_animation.o build/release-openbsd/client/tr_backend.o build/release-openbsd/client/tr_bloom.o build/release-openbsd/client/tr_bsp.o build/release-openbsd/client/tr_cmds.o build/release-openbsd/client/tr_curve.o build/release-openbsd/client/tr_flares.o build/release-openbsd/client/tr_font.o build/release-openbsd/client/tr_image.o build/release-openbsd/client/tr_image_png.o build/release-openbsd/client/tr_image_jpg.o build/release-openbsd/client/tr_image_bmp.o build/release-openbsd/client/tr_image_tga.o build/release-openbsd/client/tr_image_pcx.o build/release-openbsd/client/tr_init.o build/release-openbsd/client/tr_light.o build/release-openbsd/client/tr_main.o build/release-openbsd/client/tr_marks.o build/release-openbsd/client/tr_mesh.o build/release-openbsd/client/tr_model.o build/release-openbsd/client/tr_noise.o build/release-openbsd/client/tr_scene.o build/release-openbsd/client/tr_shade.o build/release-openbsd/client/tr_shade_calc.o build/release-openbsd/client/tr_shader.o build/release-openbsd/client/tr_shadows.o build/release-openbsd/client/tr_sky.o build/release-openbsd/client/tr_surface.o build/release-openbsd/client/tr_world.o build/release-openbsd/client/sdl_gamma.o build/release-openbsd/client/sdl_input.o build/release-openbsd/client/snd_sndio.o build/release-openbsd/client/con_passive.o build/release-openbsd/client/con_log.o build/release-openbsd/client/sys_main.o build/release-openbsd/client/bits.o build/release-openbsd/client/buffer.o build/release-openbsd/client/cb_search.o build/release-openbsd/client/exc_10_16_table.o build/release-openbsd/client/exc_10_32_table.o build/release-openbsd/client/exc_20_32_table.o build/release-openbsd/client/exc_5_256_table.o build/release-openbsd/client/exc_5_64_table.o build/release-openbsd/client/exc_8_128_table.o build/release-openbsd/client/fftwrap.o build/release-openbsd/client/filterbank.o build/release-openbsd/client/filters.o build/release-openbsd/client/gain_table.o build/release-openbsd/client/gain_table_lbr.o build/release-openbsd/client/hexc_10_32_table.o build/release-openbsd/client/hexc_table.o build/release-openbsd/client/high_lsp_tables.o build/release-openbsd/client/jitter.o build/release-openbsd/client/kiss_fft.o build/release-openbsd/client/kiss_fftr.o build/release-openbsd/client/lpc.o build/release-openbsd/client/lsp.o build/release-openbsd/client/lsp_tables_nb.o build/release-openbsd/client/ltp.o build/release-openbsd/client/mdf.o build/release-openbsd/client/modes.o build/release-openbsd/client/modes_wb.o build/release-openbsd/client/nb_celp.o build/release-openbsd/client/preprocess.o build/release-openbsd/client/quant_lsp.o build/release-openbsd/client/resample.o build/release-openbsd/client/sb_celp.o build/release-openbsd/client/smallft.o build/release-openbsd/client/speex.o build/release-openbsd/client/speex_callbacks.o build/release-openbsd/client/speex_header.o build/release-openbsd/client/stereo.o build/release-openbsd/client/vbr.o build/release-openbsd/client/vq.o build/release-openbsd/client/window.o build/release-openbsd/client/adler32.o build/release-openbsd/client/crc32.o build/release-openbsd/client/inffast.o build/release-openbsd/client/inflate.o build/release-openbsd/client/inftrees.o build/release-openbsd/client/zutil.o build/release-openbsd/client/vm_x86_64.o build/release-openbsd/client/vm_x86_64_assembler.o build/release-openbsd/client/sys_unix.o build/release-openbsd/client/libmumblelink.o build/release-openbsd/client/sdl_glimp.o \ -L/usr/local/lib -pthread -L/usr/X11R6/lib -lSDL -lGL -lsndio -lvorbisfile -lvorbis -logg -lcurl -lm cl_cgame.c(build/release-openbsd/client/cl_cgame.o:(CL_GetServerCommand)): warning: strcat() is almost always misused, please use strlcat() cl_cin.c(build/release-openbsd/client/cl_cin.o:(CIN_PlayCinematic)): warning: strcpy() is almost always misused, please use strlcpy() cl_main.c(build/release-openbsd/client/cl_main.o:(CL_ChangeReliableCommand)): warning: rand() may return deterministic values, is that what you want? cl_main.c(build/release-openbsd/client/cl_main.o:(CL_GlobalServers_f)): warning: sprintf() is often misused, please use snprintf() gmake[2]: Leaving directory '/exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8' gmake[1]: Leaving directory '/exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8' >>> Running fake in games/openarena,-data at 1711599825.37 ===> games/openarena,-data ===> Faking installation for openarena-0.8.8 /exopi-obj/pobj/openarena-0.8.8/bin/install -c -s -m 755 /exopi-obj/pobj/openarena-0.8.8/openarena-engine-source-0.8.8/build/release-openbsd/openarena-* /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/bin/ /exopi-obj/pobj/openarena-0.8.8/bin/install -d -m 755 /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/openarena/baseoa /exopi-obj/pobj/openarena-0.8.8/bin/install -d -m 755 /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/openarena/missionpack /exopi-obj/pobj/openarena-0.8.8/bin/install -d -m 755 /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/doc/openarena /exopi-obj/pobj/openarena-0.8.8/bin/install -c -m 644 /exopi-obj/pobj/openarena-0.8.8/openarena-0.8.8/README /exopi-obj/pobj/openarena-0.8.8/openarena-0.8.8/COPYING /exopi-obj/pobj/openarena-0.8.8/openarena-0.8.8/CHANGES /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/doc/openarena/ /exopi-obj/pobj/openarena-0.8.8/bin/install -c -m 644 /exopi-obj/pobj/openarena-0.8.8/openarena-0.8.8/baseoa/* /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/openarena/baseoa/ /exopi-obj/pobj/openarena-0.8.8/bin/install -c -m 644 /exopi-obj/pobj/openarena-0.8.8/openarena-0.8.8/missionpack/* /exopi-obj/pobj/openarena-0.8.8/fake-amd64/usr/local/share/openarena/missionpack/ >>> Running package in games/openarena,-data at 1711599828.95 ===> games/openarena,-data `/exopi-obj/pobj/openarena-0.8.8/fake-amd64/.fake_done' is up to date. ===> Building package for openarena-0.8.8p1 Create /exopi-cvs/ports/packages/amd64/all/openarena-0.8.8p1.tgz Creating package openarena-0.8.8p1 reading plist| checking dependencies| checking dependencies|audio/libogg checking dependencies|audio/libvorbis checking dependencies|devel/sdl checking dependencies|games/openarena,-data checking dependencies|net/curl checksumming| checksumming| | 0% checksumming|** | 4% checksumming|**** | 7% checksumming|******* | 11% checksumming|********* | 14% checksumming|*********** | 18% checksumming|************* | 21% checksumming|*************** | 25% checksumming|***************** | 29% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 71% checksumming|********************************************** | 75% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/openarena-0.8.8p1.tgz `/exopi-obj/pobj/openarena-0.8.8/fake-amd64/.fake_done' is up to date. ===> Building package for openarena-server-0.8.8p0 Create /exopi-cvs/ports/packages/amd64/all/openarena-server-0.8.8p0.tgz Creating package openarena-server-0.8.8p0 reading plist| checking dependencies| checking dependencies|games/openarena,-data checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/openarena-server-0.8.8p0.tgz `/exopi-obj/pobj/openarena-0.8.8/fake-amd64/.fake_done' is up to date. ===> Building package for openarena-data-0.8.8 Create /exopi-cvs/ports/packages/amd64/no-arch/openarena-data-0.8.8.tgz Creating package openarena-data-0.8.8 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/all/openarena-data-0.8.8.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/openarena-data-0.8.8.tgz >>> Running clean in games/openarena,-data at 1711599884.71 ===> games/openarena,-data ===> Cleaning for openarena-data-0.8.8 >>> Ended at 1711599885.74 max_stuck=6.59/depends=4.20/show-prepare-results=2.64/patch=24.39/configure=0.62/build=121.80/fake=3.58/package=55.77/clean=1.06