Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/bspfile.o
- tools/quake2/common/bspfile.c:37:21: warning: cast from 'byte *' (aka 'unsigned char *') to 'dvis_t *' increases required alignment from 1 to 4 [-Wcast-align]
- dvis_t *dvis = (dvis_t *)dvisdata;
- ^~~~~~~~~~~~~~~~~~
- 1 warning generated.
- cc tools/quake2/common/cmdlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/cmdlib.o
- cc tools/quake2/common/inout.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/inout.o
- cc tools/quake2/common/l3dslib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/l3dslib.o
- cc tools/quake2/common/lbmlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/lbmlib.o
- tools/quake2/common/lbmlib.c:167:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- if ( *(int *)LBMbuffer != LittleLong( FORMID ) ) {
- ^~~~~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:172:25: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = BigLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:176:26: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formtype = LittleLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:288:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = (int*)lbmptr;
- ^~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:304:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bmhdlength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:333:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- cmaplength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:353:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bodylength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:429:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'pcx_t *' increases required alignment from 1 to 2 [-Wcast-align]
- pcx = (pcx_t *)raw;
- ^~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:841:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- flip = *( (int*)targa_rgba + row * columns + column );
- ^~~~~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:842:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- *( (int*)targa_rgba + row * columns + column ) = *( (int*)targa_rgba + ( ( rows - 1 ) - row ) * columns + column );
- ^~~~~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:842:57: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- *( (int*)targa_rgba + row * columns + column ) = *( (int*)targa_rgba + ( ( rows - 1 ) - row ) * columns + column );
- ^~~~~~~~~~~~~~~~
- tools/quake2/common/lbmlib.c:843:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- *( (int*)targa_rgba + ( ( rows - 1 ) - row ) * columns + column ) = flip;
- ^~~~~~~~~~~~~~~~
- 12 warnings generated.
- cc tools/quake2/common/mathlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/mathlib.o
- cc tools/quake2/common/md4.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/md4.o
- cc tools/quake2/common/path_init.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/path_init.o
- cc tools/quake2/common/polylib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/polylib.o
- cc tools/quake2/common/scriplib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/scriplib.o
- cc tools/quake2/common/threads.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/threads.o
- tools/quake2/common/threads.c:551:62: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
- if ( pthread_create( &work_threads[i], NULL, (void*)func, (void*)i ) != 0 ) {
- ^~~~~~~~
- tools/quake2/common/threads.c:557:40: warning: cast from 'int *' to 'void **' increases required alignment from 4 to 8 [-Wcast-align]
- if ( pthread_join( work_threads[i], (void **)&status ) != 0 ) {
- ^~~~~~~~~~~~~~~~
- 2 warnings generated.
- cc tools/quake2/common/trilib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/common/trilib.o
- tools/quake2/common/trilib.c:72:6: warning: variable 'iLevel' set but not used [-Wunused-but-set-variable]
- int iLevel;
- ^
- 1 warning generated.
- cc tools/quake2/q2map/brushbsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/brushbsp.o
- tools/quake2/q2map/brushbsp.c:759:19: warning: variable 'both' set but not used [-Wunused-but-set-variable]
- int front, back, both, facing, splits;
- ^
- 1 warning generated.
- cc tools/quake2/q2map/csg.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/csg.o
- tools/quake2/q2map/csg.c:261:6: warning: variable 'c_faces' set but not used [-Wunused-but-set-variable]
- int c_faces;
- ^
- tools/quake2/q2map/csg.c:262:6: warning: variable 'c_brushes' set but not used [-Wunused-but-set-variable]
- int c_brushes;
- ^
- 2 warnings generated.
- cc tools/quake2/q2map/faces.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/faces.o
- cc tools/quake2/q2map/flow.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/flow.o
- tools/quake2/q2map/flow.c:411:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- vis = (long *)thread->base->portalvis;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:425:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- test = (long *)p->portalvis;
- ^~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:429:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- test = (long *)p->portalflood;
- ^~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:435:17: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- might[j] = ( (long *)prevstack->mightsee )[j] & test[j];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:565:48: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)data.pstack_head.mightsee )[i] = ( (long *)p->portalflood )[i];
- ^~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:764:6: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)newmight )[j] = ( (long *)mightsee )[j]
- ^~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:764:32: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)newmight )[j] = ( (long *)mightsee )[j]
- ^~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:765:16: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- & ( (long *)p->portalflood )[j];
- ^~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:766:14: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- more |= ( (long *)newmight )[j] & ~( (long *)cansee )[j];
- ^~~~~~~~~~~~~~~~
- tools/quake2/q2map/flow.c:766:41: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- more |= ( (long *)newmight )[j] & ~( (long *)cansee )[j];
- ^~~~~~~~~~~~~~
- 10 warnings generated.
- cc tools/quake2/q2map/glfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/glfile.o
- cc tools/quake2/q2map/leakfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/leakfile.o
- cc tools/quake2/q2map/lightmap.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/lightmap.o
- cc tools/quake2/q2map/main.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/main.o
- cc tools/quake2/q2map/map.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/map.o
- cc tools/quake2/q2map/nodraw.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/nodraw.o
- cc tools/quake2/q2map/patches.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/patches.o
- cc tools/quake2/q2map/portals.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/portals.o
- cc tools/quake2/q2map/prtfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/prtfile.o
- cc tools/quake2/q2map/qbsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/qbsp.o
- cc tools/quake2/q2map/qrad.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/qrad.o
- tools/quake2/q2map/qrad.c:206:6: warning: variable 'itotal' set but not used [-Wunused-but-set-variable]
- int itotal;
- ^
- 1 warning generated.
- cc tools/quake2/q2map/qvis.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/qvis.o
- tools/quake2/q2map/qvis.c:200:6: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)portalvector )[j] |= ( (long *)p->portalvis )[j];
- ^~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/qvis.c:200:37: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)portalvector )[j] |= ( (long *)p->portalvis )[j];
- ^~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/qvis.c:495:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- src = (long *)( uncompressedvis + index * leafbytes );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/qvis.c:496:12: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- dest = (long *)uncompressed;
- ^~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/qvis.c:498:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- ( (long *)uncompressed )[l] |= src[l];
- ^~~~~~~~~~~~~~~~~~~~
- tools/quake2/q2map/qvis.c:511:10: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- dest = (long *)vismap_p;
- ^~~~~~~~~~~~~~~~
- 6 warnings generated.
- cc tools/quake2/q2map/textures.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/textures.o
- cc tools/quake2/q2map/trace.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/trace.o
- cc tools/quake2/q2map/tree.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/tree.o
- cc tools/quake2/q2map/writebsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/q2map/writebsp.o
- cc libs/l_net/l_net.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -Ilibs -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o libs/l_net/l_net.o
- cc libs/l_net/l_net_berkley.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -Ilibs -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o libs/l_net/l_net_berkley.o
- libs/l_net/l_net_berkley.c:172:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- myAddr = *(int *)local->h_addr_list[0];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:201:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)&broadcastaddr )->sin_family = AF_INET;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:202:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)&broadcastaddr )->sin_addr.s_addr = INADDR_BROADCAST;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:203:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)&broadcastaddr )->sin_port = htons( (unsigned short)net_hostport );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:433:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)hostaddr )->sin_port = htons( (unsigned short)net_hostport );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:434:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)hostaddr )->sin_addr.s_addr = ( myAddr & htonl( mask ) ) | htonl( addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:27: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:58: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:48:34: note: expanded from macro '__DARWIN_OSSwapConstInt32'
- ((__uint32_t)((((__uint32_t)(x) & 0xff000000U) >> 24) | \
- ^
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:58: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:49:25: note: expanded from macro '__DARWIN_OSSwapConstInt32'
- (((__uint32_t)(x) & 0x00ff0000U) >> 8) | \
- ^
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:58: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:50:25: note: expanded from macro '__DARWIN_OSSwapConstInt32'
- (((__uint32_t)(x) & 0x0000ff00U) << 8) | \
- ^
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:58: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:51:25: note: expanded from macro '__DARWIN_OSSwapConstInt32'
- (((__uint32_t)(x) & 0x000000ffU) << 24)))
- ^
- libs/l_net/l_net_berkley.c:605:19: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- haddr = ntohl( ( (struct sockaddr_in *)addr )->sin_addr.s_addr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:136:46: note: expanded from macro 'ntohl'
- #define ntohl(x) __DARWIN_OSSwapInt32(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:88:76: note: expanded from macro '__DARWIN_OSSwapInt32'
- (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
- ^
- libs/l_net/l_net_berkley.c:606:131: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- sprintf( buffer, "%d.%d.%d.%d:%d", ( haddr >> 24 ) & 0xff, ( haddr >> 16 ) & 0xff, ( haddr >> 8 ) & 0xff, haddr & 0xff, ntohs( ( (struct sockaddr_in *)addr )->sin_port ) );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:40: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- libs/l_net/l_net_berkley.c:606:131: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- sprintf( buffer, "%d.%d.%d.%d:%d", ( haddr >> 24 ) & 0xff, ( haddr >> 16 ) & 0xff, ( haddr >> 8 ) & 0xff, haddr & 0xff, ntohs( ( (struct sockaddr_in *)addr )->sin_port ) );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:71: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
- ((__uint16_t)((((__uint16_t)(x) & 0xff00U) >> 8) | \
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- libs/l_net/l_net_berkley.c:606:131: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- sprintf( buffer, "%d.%d.%d.%d:%d", ( haddr >> 24 ) & 0xff, ( haddr >> 16 ) & 0xff, ( haddr >> 8 ) & 0xff, haddr & 0xff, ntohs( ( (struct sockaddr_in *)addr )->sin_port ) );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:71: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:45:25: note: expanded from macro '__DARWIN_OSSwapConstInt16'
- (((__uint16_t)(x) & 0x00ffU) << 8)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- libs/l_net/l_net_berkley.c:606:131: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- sprintf( buffer, "%d.%d.%d.%d:%d", ( haddr >> 24 ) & 0xff, ( haddr >> 16 ) & 0xff, ( haddr >> 8 ) & 0xff, haddr & 0xff, ntohs( ( (struct sockaddr_in *)addr )->sin_port ) );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:89: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
- ^~~~~~~~~~~
- libs/l_net/l_net_berkley.c:623:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_addr.s_addr = htonl( ipaddr );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:624:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_port = htons( (unsigned short)hp );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:639:8: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- a = ( (struct sockaddr_in *)addr )->sin_addr.s_addr;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:641:5: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_addr.s_addr = myAddr;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:655:40: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- hostentry = gethostbyaddr( (char *)&( (struct sockaddr_in *)addr )->sin_addr, sizeof( struct in_addr ), AF_INET );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:683:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_port = htons( (unsigned short)net_hostport );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:684:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_addr.s_addr = *(int *)hostentry->h_addr_list[0];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:684:53: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_addr.s_addr = *(int *)hostentry->h_addr_list[0];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:699:9: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- if ( ( (struct sockaddr_in *)addr1 )->sin_addr.s_addr != ( (struct sockaddr_in *)addr2 )->sin_addr.s_addr ) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:699:61: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- if ( ( (struct sockaddr_in *)addr1 )->sin_addr.s_addr != ( (struct sockaddr_in *)addr2 )->sin_addr.s_addr ) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:703:9: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- if ( ( (struct sockaddr_in *)addr1 )->sin_port != ( (struct sockaddr_in *)addr2 )->sin_port ) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:703:54: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- if ( ( (struct sockaddr_in *)addr1 )->sin_port != ( (struct sockaddr_in *)addr2 )->sin_port ) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- libs/l_net/l_net_berkley.c:716:18: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- return ntohs( ( (struct sockaddr_in *)addr )->sin_port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:40: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- libs/l_net/l_net_berkley.c:716:18: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- return ntohs( ( (struct sockaddr_in *)addr )->sin_port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:71: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
- ((__uint16_t)((((__uint16_t)(x) & 0xff00U) >> 8) | \
- ^
- libs/l_net/l_net_berkley.c:716:18: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- return ntohs( ( (struct sockaddr_in *)addr )->sin_port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:71: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:45:25: note: expanded from macro '__DARWIN_OSSwapConstInt16'
- (((__uint16_t)(x) & 0x00ffU) << 8)))
- ^
- libs/l_net/l_net_berkley.c:716:18: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- return ntohs( ( (struct sockaddr_in *)addr )->sin_port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:133:46: note: expanded from macro 'ntohs'
- #define ntohs(x) __DARWIN_OSSwapInt16(x)
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:85:89: note: expanded from macro '__DARWIN_OSSwapInt16'
- ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
- ^
- libs/l_net/l_net_berkley.c:725:4: warning: cast from 'struct sockaddr_s *' to 'struct sockaddr_in *' increases required alignment from 2 to 4 [-Wcast-align]
- ( (struct sockaddr_in *)addr )->sin_port = htons( (unsigned short)port );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- 33 warnings generated.
- ar rc libl_net.a libs/l_net/l_net.o libs/l_net/l_net_berkley.o
- ranlib libl_net.a
- file=install/q2map.arm64; mkdir -p ${file%/*}
- c++ tools/quake2/common/bspfile.o tools/quake2/common/cmdlib.o tools/quake2/common/inout.o tools/quake2/common/l3dslib.o tools/quake2/common/lbmlib.o tools/quake2/common/mathlib.o tools/quake2/common/md4.o tools/quake2/common/path_init.o tools/quake2/common/polylib.o tools/quake2/common/scriplib.o tools/quake2/common/threads.o tools/quake2/common/trilib.o tools/quake2/q2map/brushbsp.o tools/quake2/q2map/csg.o tools/quake2/q2map/faces.o tools/quake2/q2map/flow.o tools/quake2/q2map/glfile.o tools/quake2/q2map/leakfile.o tools/quake2/q2map/lightmap.o tools/quake2/q2map/main.o tools/quake2/q2map/map.o tools/quake2/q2map/nodraw.o tools/quake2/q2map/patches.o tools/quake2/q2map/portals.o tools/quake2/q2map/prtfile.o tools/quake2/q2map/qbsp.o tools/quake2/q2map/qrad.o tools/quake2/q2map/qvis.o tools/quake2/q2map/textures.o tools/quake2/q2map/trace.o tools/quake2/q2map/tree.o tools/quake2/q2map/writebsp.o libl_net.a -L/opt/homebrew/opt/zlib/lib -s -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -lxml2 -o install/q2map.arm64
- ld: warning: -s is obsolete
- [ -z "" ] || [ -z "` -r install/q2map.arm64 2>&1 1>/dev/null | tee /dev/stderr`" ] || { rm -f install/q2map.arm64; exit 1; }
- if true; then o=install/q2map.arm64; ln -snf ${o##*/} install/q2map; else true; fi
- cc tools/quake2/qdata/images.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/images.o
- cc tools/quake2/qdata/models.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/models.o
- tools/quake2/qdata/models.c:139:20: warning: cast to smaller integer type 'int' from 'dtrivertx_t *' [-Wpointer-to-int-cast]
- model.framesize = (int)&( (daliasframe_t *)0 )->verts[model.num_xyz];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata/models.c:194:9: warning: cast from 'byte *' (aka 'unsigned char *') to 'daliasframe_t *' increases required alignment from 1 to 4 [-Wcast-align]
- out = (daliasframe_t *)buffer;
- ^~~~~~~~~~~~~~~~~~~~~~~
- 2 warnings generated.
- cc tools/quake2/qdata/qdata.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/qdata.o
- cc tools/quake2/qdata/sprites.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/sprites.o
- cc tools/quake2/qdata/tables.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/tables.o
- cc tools/quake2/qdata/video.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata/video.o
- tools/quake2/qdata/video.c:118:31: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast]
- printf( "0x%x : %s (%d)\n", (int)( data_p - 4 ), str, iff_chunk_len );
- ^~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata/video.c:250:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
- val = ( (unsigned short *)( soundtrack + wavinfo.dataofs ) )[i];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2 warnings generated.
- file=install/qdata3.arm64; mkdir -p ${file%/*}
- c++ tools/quake2/common/bspfile.o tools/quake2/common/cmdlib.o tools/quake2/common/inout.o tools/quake2/common/l3dslib.o tools/quake2/common/lbmlib.o tools/quake2/common/mathlib.o tools/quake2/common/md4.o tools/quake2/common/path_init.o tools/quake2/common/polylib.o tools/quake2/common/scriplib.o tools/quake2/common/threads.o tools/quake2/common/trilib.o tools/quake2/qdata/images.o tools/quake2/qdata/models.o tools/quake2/qdata/qdata.o tools/quake2/qdata/sprites.o tools/quake2/qdata/tables.o tools/quake2/qdata/video.o libl_net.a -L/opt/homebrew/opt/zlib/lib -s -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -lxml2 -o install/qdata3.arm64
- ld: warning: -s is obsolete
- [ -z "" ] || [ -z "` -r install/qdata3.arm64 2>&1 1>/dev/null | tee /dev/stderr`" ] || { rm -f install/qdata3.arm64; exit 1; }
- if true; then o=install/qdata3.arm64; ln -snf ${o##*/} install/qdata3; else true; fi
- cc tools/quake2/qdata_heretic2/common/bspfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/bspfile.o
- tools/quake2/qdata_heretic2/common/bspfile.c:38:21: warning: cast from 'byte *' (aka 'unsigned char *') to 'dvis_t *' increases required alignment from 1 to 4 [-Wcast-align]
- dvis_t *dvis = (dvis_t *)dvisdata;
- ^~~~~~~~~~~~~~~~~~
- 1 warning generated.
- cc tools/quake2/qdata_heretic2/common/cmdlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/cmdlib.o
- cc tools/quake2/qdata_heretic2/common/inout.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/inout.o
- cc tools/quake2/qdata_heretic2/common/l3dslib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/l3dslib.o
- cc tools/quake2/qdata_heretic2/common/lbmlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/lbmlib.o
- tools/quake2/qdata_heretic2/common/lbmlib.c:187:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- if ( *(int *)LBMbuffer != LittleLong( FORMID ) ) {
- ^~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:192:25: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = BigLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:196:26: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formtype = LittleLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:309:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = (int*)lbmptr;
- ^~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:325:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bmhdlength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:354:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- cmaplength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:374:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bodylength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/common/lbmlib.c:449:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'pcx_t *' increases required alignment from 1 to 2 [-Wcast-align]
- pcx = (pcx_t *)raw;
- ^~~~~~~~~~~~
- 8 warnings generated.
- cc tools/quake2/qdata_heretic2/common/mathlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/mathlib.o
- cc tools/quake2/qdata_heretic2/common/md4.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/md4.o
- cc tools/quake2/qdata_heretic2/common/path_init.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/path_init.o
- cc tools/quake2/qdata_heretic2/common/qfiles.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/qfiles.o
- cc tools/quake2/qdata_heretic2/common/scriplib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/scriplib.o
- cc tools/quake2/qdata_heretic2/common/threads.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/threads.o
- tools/quake2/qdata_heretic2/common/threads.c:602:6: warning: unused variable 'i' [-Wunused-variable]
- int i;
- ^
- 1 warning generated.
- cc tools/quake2/qdata_heretic2/common/token.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/token.o
- cc tools/quake2/qdata_heretic2/common/trilib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/common/trilib.o
- tools/quake2/qdata_heretic2/common/trilib.c:87:6: warning: variable 'iLevel' set but not used [-Wunused-but-set-variable]
- int iLevel;
- ^
- 1 warning generated.
- cc tools/quake2/qdata_heretic2/qcommon/reference.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/qcommon/reference.o
- cc tools/quake2/qdata_heretic2/qcommon/resourcemanager.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/qcommon/resourcemanager.o
- tools/quake2/qdata_heretic2/qcommon/resourcemanager.c:59:19: warning: cast from 'char *' to 'char **' increases required alignment from 1 to 8 [-Wcast-align]
- resource->free = (char **)( block );
- ^~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/resourcemanager.c:69:13: warning: cast from 'char *' to 'char **' increases required alignment from 1 to 8 [-Wcast-align]
- current = (char **)( *current );
- ^~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/resourcemanager.c:123:27: warning: cast from 'char *' to 'char **' increases required alignment from 1 to 8 [-Wcast-align]
- if ( !( resource->free = (char **)( *resource->free ) ) ) { // if at end create new block
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3 warnings generated.
- cc tools/quake2/qdata_heretic2/qcommon/skeletons.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/qcommon/skeletons.o
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:132:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + RAVEN_HEAD * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:137:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + RAVEN_UPPERBACK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:145:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + RAVEN_LOWERBACK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:158:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + RAVEN_HEAD * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:169:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + BEETLE_HEAD * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:174:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + BEETLE_NECK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:188:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + BEETLE_HEAD * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:193:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + BEETLE_NECK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:207:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + PLAGUE_ELF_HEAD * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:212:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + PLAGUE_ELF_UPPERBACK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/qcommon/skeletons.c:220:13: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- children = (int *)( root + PLAGUE_ELF_LOWERBACK * jointSize );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 11 warnings generated.
- cc tools/quake2/qdata_heretic2/animcomp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/animcomp.o
- cc tools/quake2/qdata_heretic2/book.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/book.o
- tools/quake2/qdata_heretic2/book.c:200:13: warning: cast from 'unsigned int *' to 'unsigned long *' increases required alignment from 4 to 8 [-Wcast-align]
- sourcel = (unsigned long *) longimage + ( yl * longimagewidth ) + xl;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/book.c:201:11: warning: cast from 'unsigned int *' to 'unsigned long *' increases required alignment from 4 to 8 [-Wcast-align]
- destl = (unsigned long *) longimage;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/book.c:220:14: warning: cast from 'unsigned int *' to 'unsigned long *' increases required alignment from 4 to 8 [-Wcast-align]
- sourcel = (unsigned long *) longimage + ( coords[i].y * w ) + coords[i].x;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/book.c:233:27: warning: passing 'unsigned long[307200]' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
- qtex32 = CreateBook32( bufferl, coords[i].w, coords[i].h, &size );
- ^~~~~~~
- tools/quake2/qdata_heretic2/book.c:58:33: note: passing argument to parameter 'buffer' here
- miptex32_t *CreateBook32( long *buffer, int w, int h, int *FinalSize ){
- ^
- 4 warnings generated.
- cc tools/quake2/qdata_heretic2/fmodels.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/fmodels.o
- tools/quake2/qdata_heretic2/fmodels.c:245:23: warning: cast to smaller integer type 'int' from 'fmtrivertx_t *' [-Wpointer-to-int-cast]
- fmheader.framesize = (int)&( (fmaliasframe_t *)0 )->verts[fmheader.num_xyz];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/fmodels.c:295:10: warning: cast from 'byte *' (aka 'unsigned char *') to 'fmaliasframe_t *' increases required alignment from 1 to 4 [-Wcast-align]
- out = (fmaliasframe_t *)buffer;
- ^~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/fmodels.c:636:58: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
- AnimCompressToBytes( g->trans,g->scale,g->mat,g->ccomp,g->cbase,g->cscale,g->coffset,g->bmin,g->bmax );
- ^~~~~~~~
- tools/quake2/qdata_heretic2/animcomp.h:32:90: note: passing argument to parameter 'cbase' here
- void AnimCompressToBytes( float *trans,float *scale,char *mat,char *ccomp,unsigned char *cbase,float *cscale,float *coffset,float *bmin,float *bmax );
- ^
- tools/quake2/qdata_heretic2/fmodels.c:2694:25: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
- qtex32 = CreateMip32( (unsigned *)cropped, fmheader.skinwidth, fmheader.skinheight, &size, true );
- ^~~~~~~~~~~~~~~~~~~
- 4 warnings generated.
- cc tools/quake2/qdata_heretic2/images.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/images.o
- tools/quake2/qdata_heretic2/images.c:131:8: 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]
- dr = abs( palette_r[i] - r );
- ^
- tools/quake2/qdata_heretic2/images.c:131:8: note: use function 'labs' instead
- dr = abs( palette_r[i] - r );
- ^~~
- labs
- tools/quake2/qdata_heretic2/images.c:135:8: 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]
- dg = abs( palette_g[i] - g );
- ^
- tools/quake2/qdata_heretic2/images.c:135:8: note: use function 'labs' instead
- dg = abs( palette_g[i] - g );
- ^~~
- labs
- tools/quake2/qdata_heretic2/images.c:139:8: 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]
- db = abs( palette_b[i] - b );
- ^
- tools/quake2/qdata_heretic2/images.c:139:8: note: use function 'labs' instead
- db = abs( palette_b[i] - b );
- ^~~
- labs
- tools/quake2/qdata_heretic2/images.c:1085:14: warning: enumeration value 'pt_gl' not handled in switch [-Wswitch]
- switch ( mp->type )
- ^~~~~~~~
- tools/quake2/qdata_heretic2/images.c:1085:14: note: add missing switch cases
- switch ( mp->type )
- ^
- 4 warnings generated.
- cc tools/quake2/qdata_heretic2/jointed.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/jointed.o
- tools/quake2/qdata_heretic2/jointed.c:159:13: warning: unused function 'ParseTranslation3' [-Wunused-function]
- static void ParseTranslation3( vec3_t in ){
- ^
- 1 warning generated.
- cc tools/quake2/qdata_heretic2/models.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/models.o
- tools/quake2/qdata_heretic2/models.c:175:20: warning: cast to smaller integer type 'int' from 'dtrivertx_t *' [-Wpointer-to-int-cast]
- model.framesize = (int)&( (daliasframe_t *)0 )->verts[model.num_xyz];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/models.c:230:9: warning: cast from 'byte *' (aka 'unsigned char *') to 'daliasframe_t *' increases required alignment from 1 to 4 [-Wcast-align]
- out = (daliasframe_t *)buffer;
- ^~~~~~~~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/models.c:1795:30: warning: parameter 'modeltype' set but not used [-Wunused-but-set-parameter]
- void MODELCMD_Modelname( int modeltype ){
- ^
- tools/quake2/qdata_heretic2/models.c:1830:27: warning: parameter 'modeltype' set but not used [-Wunused-but-set-parameter]
- void MODELCMD_Origin( int modeltype ){
- ^
- tools/quake2/qdata_heretic2/models.c:1896:28: warning: parameter 'modeltype' set but not used [-Wunused-but-set-parameter]
- void MODELCMD_ScaleUp( int modeltype ){
- ^
- tools/quake2/qdata_heretic2/models.c:1946:29: warning: parameter 'modeltype' set but not used [-Wunused-but-set-parameter]
- void MODELCMD_Skinsize( int modeltype ){
- ^
- 6 warnings generated.
- cc tools/quake2/qdata_heretic2/pics.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/pics.o
- cc tools/quake2/qdata_heretic2/qdata.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/qdata.o
- cc tools/quake2/qdata_heretic2/qd_skeletons.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/qd_skeletons.o
- tools/quake2/qdata_heretic2/qd_skeletons.c:296:13: warning: unused function 'ParseVec3' [-Wunused-function]
- static void ParseVec3( vec3_t in ){
- ^
- tools/quake2/qdata_heretic2/qd_skeletons.c:314:13: warning: unused function 'ParseRotation3' [-Wunused-function]
- static void ParseRotation3( vec3_t in ){
- ^
- tools/quake2/qdata_heretic2/qd_skeletons.c:332:13: warning: unused function 'ParseTranslation3' [-Wunused-function]
- static void ParseTranslation3( vec3_t in ){
- ^
- tools/quake2/qdata_heretic2/qd_skeletons.c:341:13: warning: unused function 'ParseTranslation3d' [-Wunused-function]
- static void ParseTranslation3d( vec3d_t in ){
- ^
- 4 warnings generated.
- cc tools/quake2/qdata_heretic2/sprites.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/sprites.o
- tools/quake2/qdata_heretic2/sprites.c:141:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
- longimage = (unsigned *)byteimage;
- ^~~~~~~~~~~~~~~~~~~~~
- 1 warning generated.
- cc tools/quake2/qdata_heretic2/svdcmp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/svdcmp.o
- cc tools/quake2/qdata_heretic2/tables.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/tables.o
- cc tools/quake2/qdata_heretic2/tmix.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/tmix.o
- tools/quake2/qdata_heretic2/tmix.c:82:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
- if ( entry |= *mapitem++ & 8 ) {
- ~~~~~~^~~~~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/tmix.c:82:15: note: place parentheses around the assignment to silence this warning
- if ( entry |= *mapitem++ & 8 ) {
- ^
- ( )
- tools/quake2/qdata_heretic2/tmix.c:82:15: note: use '!=' to turn this compound assignment into an inequality comparison
- if ( entry |= *mapitem++ & 8 ) {
- ^~
- !=
- tools/quake2/qdata_heretic2/tmix.c:550:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- pix = (long *)pixels;
- ^~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/tmix.c:559:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- pix = (long *)pixels;
- ^~~~~~~~~~~~~~
- tools/quake2/qdata_heretic2/tmix.c:582:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'long *' increases required alignment from 1 to 8 [-Wcast-align]
- source = (long *)pixels;
- ^~~~~~~~~~~~~~
- 4 warnings generated.
- cc tools/quake2/qdata_heretic2/video.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake2/qdata_heretic2/video.o
- file=install/h2data.arm64; mkdir -p ${file%/*}
- c++ tools/quake2/qdata_heretic2/common/bspfile.o tools/quake2/qdata_heretic2/common/cmdlib.o tools/quake2/qdata_heretic2/common/inout.o tools/quake2/qdata_heretic2/common/l3dslib.o tools/quake2/qdata_heretic2/common/lbmlib.o tools/quake2/qdata_heretic2/common/mathlib.o tools/quake2/qdata_heretic2/common/md4.o tools/quake2/qdata_heretic2/common/path_init.o tools/quake2/qdata_heretic2/common/qfiles.o tools/quake2/qdata_heretic2/common/scriplib.o tools/quake2/qdata_heretic2/common/threads.o tools/quake2/qdata_heretic2/common/token.o tools/quake2/qdata_heretic2/common/trilib.o tools/quake2/qdata_heretic2/qcommon/reference.o tools/quake2/qdata_heretic2/qcommon/resourcemanager.o tools/quake2/qdata_heretic2/qcommon/skeletons.o tools/quake2/qdata_heretic2/animcomp.o tools/quake2/qdata_heretic2/book.o tools/quake2/qdata_heretic2/fmodels.o tools/quake2/qdata_heretic2/images.o tools/quake2/qdata_heretic2/jointed.o tools/quake2/qdata_heretic2/models.o tools/quake2/qdata_heretic2/pics.o tools/quake2/qdata_heretic2/qdata.o tools/quake2/qdata_heretic2/qd_skeletons.o tools/quake2/qdata_heretic2/sprites.o tools/quake2/qdata_heretic2/svdcmp.o tools/quake2/qdata_heretic2/tables.o tools/quake2/qdata_heretic2/tmix.o tools/quake2/qdata_heretic2/video.o libl_net.a -L/opt/homebrew/opt/zlib/lib -s -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -lxml2 -o install/h2data.arm64
- ld: warning: -s is obsolete
- [ -z "" ] || [ -z "` -r install/h2data.arm64 2>&1 1>/dev/null | tee /dev/stderr`" ] || { rm -f install/h2data.arm64; exit 1; }
- if true; then o=install/h2data.arm64; ln -snf ${o##*/} install/h2data; else true; fi
- c++ tools/quake3/common/cmdlib.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/cmdlib.o
- c++ tools/quake3/common/qimagelib.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/qimagelib.o
- tools/quake3/common/qimagelib.cpp:217:8: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- if ( *(int *)LBM_P != LittleLong( FORMID ) ) {
- ^~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:222:25: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = BigLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:226:26: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formtype = LittleLong( *(int *)LBM_P );
- ^~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:335:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- formlength = (int*)lbmptr;
- ^~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:351:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bmhdlength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:380:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- cmaplength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:400:15: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- bodylength = (int *)lbmptr;
- ^~~~~~~~~~~~~
- tools/quake3/common/qimagelib.cpp:1199:13: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
- *pixels = (unsigned *)pixels32;
- ^~~~~~~~~~~~~~~~~~~~
- 8 warnings generated.
- c++ tools/quake3/common/inout.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/inout.o
- tools/quake3/common/inout.cpp:64:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "%f %f %f", v[0], v[1], v[2] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:148:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "Entity %i, Brush %i: %s", entitynum, brushnum, msg );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:155:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "%i %i", entitynum, brushnum );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:161:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "Entity %i, Brush %i: %s", entitynum, brushnum, msg );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:181:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "%g %g %g", pt[0], pt[1], pt[2] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:187:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "%s (%g %g %g)", msg, pt[0], pt[1], pt[2] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:204:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( buf, "%i ", numpoints );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:207:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( smlbuf, "(%g %g %g)", p[i][0], p[i][1], p[i][2] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:270:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( sMsg, "<?xml version=\"1.0\"?><q3map_feedback version=\"" Q3MAP_STREAM_VERSION "\">" );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:379:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
- vsprintf( out_buffer, format, argptr );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:390:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
- vsprintf( out_buffer, format, argptr );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:401:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( out_buffer, "WARNING: " );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:402:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
- vsprintf( out_buffer + strlen( "WARNING: " ), format, argptr );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:421:2: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
- vsprintf( tmp, error, argptr );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:199:1: note: 'vsprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/common/inout.cpp:424:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( out_buffer, "************ ERROR ************\n%s\n", tmp );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 15 warnings generated.
- c++ tools/quake3/common/jpeg.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/jpeg.o
- c++ tools/quake3/common/md4.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/md4.o
- c++ tools/quake3/common/mutex.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/mutex.o
- c++ tools/quake3/common/polylib.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/polylib.o
- c++ tools/quake3/common/scriplib.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/scriplib.o
- c++ tools/quake3/common/threads.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/threads.o
- c++ tools/quake3/common/unzip.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/unzip.o
- tools/quake3/common/unzip.cpp:1202:14: warning: unused function 'zcalloc' [-Wunused-function]
- static voidp zcalloc OF((voidp opaque, unsigned items, unsigned size));
- ^
- tools/quake3/common/unzip.cpp:1203:14: warning: unused function 'zcfree' [-Wunused-function]
- static void zcfree OF((voidp opaque, voidp ptr));
- ^
- tools/quake3/common/unzip.cpp:2440:20: warning: unused variable 'crc_table' [-Wunused-const-variable]
- static const uLong crc_table[256] = {
- ^
- tools/quake3/common/unzip.cpp:2582:19: warning: unused variable 'border' [-Wunused-const-variable]
- static const uInt border[] = { /* Order of the bit length code lengths */
- ^
- tools/quake3/common/unzip.cpp:3300:12: warning: unused function 'huft_build' [-Wunused-function]
- static int huft_build(uInt *b, uInt n, uInt s, const uInt *d, const uInt *e, inflate_huft ** t, uInt *m, inflate_huft *hp, uInt *hn, uInt *v)
- ^
- tools/quake3/common/unzip.cpp:3248:19: warning: unused variable 'cplens' [-Wunused-const-variable]
- static const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */
- ^
- tools/quake3/common/unzip.cpp:3252:19: warning: unused variable 'cplext' [-Wunused-const-variable]
- static const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */
- ^
- tools/quake3/common/unzip.cpp:3255:19: warning: unused variable 'cpdist' [-Wunused-const-variable]
- static const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */
- ^
- tools/quake3/common/unzip.cpp:3259:19: warning: unused variable 'cpdext' [-Wunused-const-variable]
- static const uInt cpdext[30] = { /* Extra bits for distance codes */
- ^
- tools/quake3/common/unzip.cpp:3603:13: warning: unused variable 'fixed_bl' [-Wunused-variable]
- static uInt fixed_bl = 9;
- ^
- tools/quake3/common/unzip.cpp:3604:13: warning: unused variable 'fixed_bd' [-Wunused-variable]
- static uInt fixed_bd = 5;
- ^
- tools/quake3/common/unzip.cpp:3605:21: warning: unused variable 'fixed_tl' [-Wunused-variable]
- static inflate_huft fixed_tl[] = {
- ^
- tools/quake3/common/unzip.cpp:3735:21: warning: unused variable 'fixed_td' [-Wunused-variable]
- static inflate_huft fixed_td[] = {
- ^
- 13 warnings generated.
- c++ tools/quake3/common/vfs.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/vfs.o
- In file included from tools/quake3/common/vfs.cpp:63:
- In file included from tools/quake3/common/qpathops.h:24:
- In file included from libs/os/path.h:33:
- In file included from libs/string/string.h:29:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/algorithm:1913:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/chrono:746:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/concepts.h:17:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/format_parse_context.h:15:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string_view:1027:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:515:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:23:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator.h:173:9: warning: destructor called on non-final 'StringOutputStream' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
- __p->~_Tp();
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:13: note: in instantiation of member function 'std::allocator<StringOutputStream>::destroy' requested here
- __a.destroy(__p);
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:836:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<StringOutputStream>>::destroy<StringOutputStream, void>' requested here
- __alloc_traits::destroy(__alloc(), std::__to_address(--__soon_to_be_end));
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:830:29: note: in instantiation of member function 'std::vector<StringOutputStream>::__base_destruct_at_end' requested here
- void __clear() _NOEXCEPT {__base_destruct_at_end(this->__begin_);}
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:446:20: note: in instantiation of member function 'std::vector<StringOutputStream>::__clear' requested here
- __vec_.__clear();
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:456:67: note: in instantiation of member function 'std::vector<StringOutputStream>::__destroy_vector::operator()' requested here
- _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI ~vector() { __destroy_vector(*this)(); }
- ^
- tools/quake3/common/vfs.cpp:167:36: note: in instantiation of member function 'std::vector<StringOutputStream>::~vector' requested here
- std::vector<StringOutputStream> paks;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator.h:173:15: note: qualify call to silence this warning
- __p->~_Tp();
- ^
- 1 warning generated.
- c++ tools/quake3/common/miniz.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/common/miniz.o
- tools/quake3/common/miniz.cpp:2089:50: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
- tdefl_compress_buffer(pComp, (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FLUSH);
- ^
- tools/quake3/common/miniz.cpp:6957:52: warning: cast from 'const mz_uint8 *' (aka 'const unsigned char *') to 'const mz_uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
- const mz_uint32 *pSrc_descriptor = (const mz_uint32 *)((const mz_uint8 *)pBuf + (has_id ? sizeof(mz_uint32) : 0));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2 warnings generated.
- c++ tools/quake3/q3map2/autopk3.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/autopk3.o
- In file included from tools/quake3/q3map2/autopk3.cpp:30:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/autopk3.cpp:279:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%s%s", texname, *ext );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- In file included from tools/quake3/q3map2/autopk3.cpp:30:
- In file included from tools/quake3/q3map2/q3map2.h:54:
- In file included from tools/quake3/common/qpathops.h:24:
- In file included from libs/os/path.h:33:
- In file included from libs/string/string.h:29:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/algorithm:1913:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/chrono:746:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/convert_to_tm.h:19:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__chrono/statically_widen.h:17:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/concepts.h:17:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/format_parse_context.h:15:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/string_view:1027:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:515:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
- In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/shared_ptr.h:23:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator.h:173:9: warning: destructor called on non-final 'StringFixedSize<64>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
- __p->~_Tp();
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:13: note: in instantiation of member function 'std::allocator<StringFixedSize<64>>::destroy' requested here
- __a.destroy(__p);
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__split_buffer:303:25: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<StringFixedSize<64>>>::destroy<StringFixedSize<64>, void>' requested here
- __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__end_));
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__split_buffer:144:10: note: in instantiation of member function 'std::__split_buffer<StringFixedSize<64>, std::allocator<StringFixedSize<64>> &>::__destruct_at_end' requested here
- {__destruct_at_end(__new_last, false_type());}
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__split_buffer:102:10: note: in instantiation of member function 'std::__split_buffer<StringFixedSize<64>, std::allocator<StringFixedSize<64>> &>::__destruct_at_end' requested here
- {__destruct_at_end(__begin_);}
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__split_buffer:360:5: note: in instantiation of member function 'std::__split_buffer<StringFixedSize<64>, std::allocator<StringFixedSize<64>> &>::clear' requested here
- clear();
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:1580:49: note: in instantiation of member function 'std::__split_buffer<StringFixedSize<64>, std::allocator<StringFixedSize<64>> &>::~__split_buffer' requested here
- __split_buffer<value_type, allocator_type&> __v(__recommend(size() + 1), size(), __a);
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:1603:9: note: in instantiation of function template specialization 'std::vector<StringFixedSize<64>>::__emplace_back_slow_path<char (&)[1024]>' requested here
- __emplace_back_slow_path(std::forward<_Args>(__args)...);
- ^
- tools/quake3/q3map2/autopk3.cpp:72:11: note: in instantiation of function template specialization 'std::vector<StringFixedSize<64>>::emplace_back<char (&)[1024]>' requested here
- texlist.emplace_back( token );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/allocator.h:173:15: note: qualify call to silence this warning
- __p->~_Tp();
- ^
- 3 warnings generated.
- c++ tools/quake3/q3map2/brush.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/brush.o
- In file included from tools/quake3/q3map2/brush.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/brush.cpp:183:13: warning: unused function 'FixWinding' [-Wunused-function]
- static bool FixWinding( winding_t& w ){
- ^
- tools/quake3/q3map2/brush.cpp:352:16: warning: unused function 'BrushFromBounds' [-Wunused-function]
- static brush_t BrushFromBounds( const Vector3& mins, const Vector3& maxs ){
- ^
- 3 warnings generated.
- c++ tools/quake3/q3map2/bspfile_abstract.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/bspfile_abstract.o
- In file included from tools/quake3/q3map2/bspfile_abstract.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/bspfile_abstract.cpp:134:5: warning: cast from 'value_type *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- ( (int*) bspVisBytes.data() )[ 0 ] = LittleLong( ( (int*) bspVisBytes.data() )[ 0 ] );
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.cpp:134:54: warning: cast from 'value_type *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- ( (int*) bspVisBytes.data() )[ 0 ] = LittleLong( ( (int*) bspVisBytes.data() )[ 0 ] );
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.cpp:135:5: warning: cast from 'value_type *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- ( (int*) bspVisBytes.data() )[ 1 ] = LittleLong( ( (int*) bspVisBytes.data() )[ 1 ] );
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.cpp:135:54: warning: cast from 'value_type *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- ( (int*) bspVisBytes.data() )[ 1 ] = LittleLong( ( (int*) bspVisBytes.data() )[ 1 ] );
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.cpp:238:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( tempname, "%s.%08X", filename, (int) tm );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 6 warnings generated.
- c++ tools/quake3/q3map2/bspfile_ibsp.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/bspfile_ibsp.o
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/bspfile_ibsp.cpp:223:13: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- SwapBlock( (int*) ( (byte*) header + 4 ), sizeof( *header ) - 4 );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:273:13: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- SwapBlock( (int*) ( (byte*) header + 4 ), sizeof( *header ) - 4 );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspShader_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:234:2: note: in instantiation of function template specialization 'CopyLump<bspShader_t, bspShader_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_SHADERS, bspShaders );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspShader_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspModel_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:235:2: note: in instantiation of function template specialization 'CopyLump<bspModel_t, bspModel_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_MODELS, bspModels );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspModel_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'Plane3___<float> *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:236:2: note: in instantiation of function template specialization 'CopyLump<Plane3___<float>, Plane3___<float>>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_PLANES, bspPlanes );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'Plane3___<float> *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspLeaf_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:237:2: note: in instantiation of function template specialization 'CopyLump<bspLeaf_t, bspLeaf_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_LEAFS, bspLeafs );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspLeaf_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspNode_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:238:2: note: in instantiation of function template specialization 'CopyLump<bspNode_t, bspNode_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_NODES, bspNodes );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspNode_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:239:2: note: in instantiation of function template specialization 'CopyLump<int, int>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_LEAFSURFACES, bspLeafSurfaces );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrush_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:241:2: note: in instantiation of function template specialization 'CopyLump<bspBrush_t, bspBrush_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_BRUSHES, bspBrushes );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrush_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspBrushSide_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:242:2: note: in instantiation of function template specialization 'CopyLump<bspBrushSide_t, ibspBrushSide_t>' requested here
- CopyLump<bspBrushSide_t, ibspBrushSide_t>( (bspHeader_t*) header, LUMP_BRUSHSIDES, bspBrushSides );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspBrushSide_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspDrawVert_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:243:2: note: in instantiation of function template specialization 'CopyLump<bspDrawVert_t, ibspDrawVert_t>' requested here
- CopyLump<bspDrawVert_t, ibspDrawVert_t>( (bspHeader_t*) header, LUMP_DRAWVERTS, bspDrawVerts );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspDrawVert_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:244:2: note: in instantiation of function template specialization 'CopyLump<bspDrawSurface_t, ibspDrawSurface_t>' requested here
- CopyLump<bspDrawSurface_t, ibspDrawSurface_t>( (bspHeader_t*) header, LUMP_SURFACES, bspDrawSurfaces );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'ibspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspFog_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:245:2: note: in instantiation of function template specialization 'CopyLump<bspFog_t, bspFog_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_FOGS, bspFogs );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspFog_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspAdvertisement_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:254:3: note: in instantiation of function template specialization 'CopyLump<bspAdvertisement_t, bspAdvertisement_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_ADVERTISEMENTS, bspAds );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspAdvertisement_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_ibsp.cpp:288:3: note: in instantiation of function template specialization 'CopyLump<bspDrawSurface_t, bspDrawSurface_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_SURFACES, bspDrawSurfaces );
- ^
- In file included from tools/quake3/q3map2/bspfile_ibsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 29 warnings generated.
- c++ tools/quake3/q3map2/bspfile_rbsp.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/bspfile_rbsp.o
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/bspfile_rbsp.cpp:189:13: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- SwapBlock( (int*) ( (byte*) header + 4 ), sizeof( *header ) - 4 );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:89:2: note: in instantiation of function template specialization 'CopyLump<unsigned short, unsigned short>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_LIGHTARRAY, gridArray );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspShader_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:200:2: note: in instantiation of function template specialization 'CopyLump<bspShader_t, bspShader_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_SHADERS, bspShaders );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspShader_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspModel_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:201:2: note: in instantiation of function template specialization 'CopyLump<bspModel_t, bspModel_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_MODELS, bspModels );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspModel_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'Plane3___<float> *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:202:2: note: in instantiation of function template specialization 'CopyLump<Plane3___<float>, Plane3___<float>>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_PLANES, bspPlanes );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'Plane3___<float> *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspLeaf_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:203:2: note: in instantiation of function template specialization 'CopyLump<bspLeaf_t, bspLeaf_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_LEAFS, bspLeafs );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspLeaf_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspNode_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:204:2: note: in instantiation of function template specialization 'CopyLump<bspNode_t, bspNode_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_NODES, bspNodes );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspNode_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:205:2: note: in instantiation of function template specialization 'CopyLump<int, int>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_LEAFSURFACES, bspLeafSurfaces );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrush_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:207:2: note: in instantiation of function template specialization 'CopyLump<bspBrush_t, bspBrush_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_BRUSHES, bspBrushes );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrush_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrushSide_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:208:2: note: in instantiation of function template specialization 'CopyLump<bspBrushSide_t, bspBrushSide_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_BRUSHSIDES, bspBrushSides );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspBrushSide_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawVert_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:209:2: note: in instantiation of function template specialization 'CopyLump<bspDrawVert_t, bspDrawVert_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_DRAWVERTS, bspDrawVerts );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawVert_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:210:2: note: in instantiation of function template specialization 'CopyLump<bspDrawSurface_t, bspDrawSurface_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_SURFACES, bspDrawSurfaces );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspDrawSurface_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_abstract.h:75:11: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspFog_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- tools/quake3/q3map2/bspfile_rbsp.cpp:211:2: note: in instantiation of function template specialization 'CopyLump<bspFog_t, bspFog_t>' requested here
- CopyLump( (bspHeader_t*) header, LUMP_FOGS, bspFogs );
- ^
- In file included from tools/quake3/q3map2/bspfile_rbsp.cpp:33:
- tools/quake3/q3map2/bspfile_abstract.h:75:49: warning: cast from 'byte *' (aka 'unsigned char *') to 'bspFog_t *' increases required alignment from 1 to 4 [-Wcast-align]
- data = { ( SrcT* )( (byte*) header + offset ), ( SrcT* )( (byte*) header + offset + length ) };
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 26 warnings generated.
- c++ tools/quake3/q3map2/bsp.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/bsp.o
- In file included from tools/quake3/q3map2/bsp.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/bsp.cpp:168:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( modelValue, "*%d", models );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/bsp.cpp:205:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( modelValue, "*%d", models );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/bsp.cpp:209:18: warning: unused variable 'leak' [-Wunused-variable]
- brushlist_t *leak = new brushlist_t( std::move( entities[ i ].brushes ) ); // are brushes referenced elsewhere, so we do not nuke them really?
- ^
- 4 warnings generated.
- c++ tools/quake3/q3map2/convert_ase.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/convert_ase.o
- In file included from tools/quake3/q3map2/convert_ase.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/convert_ase.cpp:54:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( name, "mat%dmodel%dsurf%d", ds.shaderNum, modelNum, surfaceNum );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_ase.cpp:253:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( filename, "%s.tga", si->shader.c_str() );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 3 warnings generated.
- c++ tools/quake3/q3map2/convert_bsp.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/convert_bsp.o
- In file included from tools/quake3/q3map2/convert_bsp.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/convert_bsp.cpp:419:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%f %f %f", vec[ 0 ], vec[ 1 ], vec[ 2 ] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_bsp.cpp:437:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%f", f );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_bsp.cpp:444:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%f", f );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_bsp.cpp:539:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%f %f %f", vec[ 0 ], vec[ 1 ], vec[ 2 ] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_bsp.cpp:605:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( str, "%f %f %f", vec[ 0 ], vec[ 1 ], vec[ 2 ] );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_bsp.cpp:968:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( modelValue, "*%d", models++ );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 7 warnings generated.
- c++ tools/quake3/q3map2/convert_json.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/convert_json.o
- In file included from tools/quake3/q3map2/convert_json.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/convert_json.cpp:154:6: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( c, "%#.8x", flag );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_json.cpp:176:6: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( c, "%#.8x", flag );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 3 warnings generated.
- c++ tools/quake3/q3map2/convert_map.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/convert_map.o
- In file included from tools/quake3/q3map2/convert_map.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/convert_map.cpp:56:6: warning: variable 'matches' set but not used [-Wunused-but-set-variable]
- int matches = 0;
- ^
- 2 warnings generated.
- c++ tools/quake3/q3map2/convert_obj.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/convert_obj.o
- In file included from tools/quake3/q3map2/convert_obj.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- tools/quake3/q3map2/convert_obj.cpp:162:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( filename, "%s.tga", si->shader.c_str() );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- tools/quake3/q3map2/convert_obj.cpp:220:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
- sprintf( shaderfile, "%s/q3map2_%s.shader", g_game->shaderPath, base );
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
- __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
- #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
- ^
- 3 warnings generated.
- c++ tools/quake3/q3map2/decals.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/decals.o
- In file included from tools/quake3/q3map2/decals.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- 1 warning generated.
- c++ tools/quake3/q3map2/exportents.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/exportents.o
- In file included from tools/quake3/q3map2/exportents.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
- ^
- 1 warning generated.
- c++ tools/quake3/q3map2/facebsp.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -O3 -fPIC -std=c++17 -Wreorder -fno-exceptions -fno-rtti -fno-exceptions -fno-rtti -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -Itools/quake3/common -Ilibs -Iinclude -Ilibs/assimp/include -DNDEBUG -DPOSIX -DXWINDOWS -I/opt/local/lib/../include -I/usr/X11R6/include -I/opt/homebrew/opt/zlib/include -DRADIANT_VERSION="\"1.6.0n-git-c54bd5ca\"" -DRADIANT_MAJOR_VERSION="\"6\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-c54bd5ca\"" -DRADIANT_EXECUTABLE="\"arm64\"" -c -o tools/quake3/q3map2/facebsp.o
- In file included from tools/quake3/q3map2/facebsp.cpp:32:
- tools/quake3/q3map2/q3map2.h:1676:36: warning: string literal operator templates are a GNU extension [-Wgnu-string-literal-operator-template]
- constexpr TemplateString<chars...> operator""_Tstring() { return { }; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement