ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc64 --nodeps builddir/build/SPECS/ode.spec'], False, '/var/lib/mock/dist-f10-build-256756-46375/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc64 --nodeps builddir/build/SPECS/ode.spec'] /etc/profile: line 42: /bin/hostname: No such file or directory warning: Could not canonicalize hostname: ppc5.fedora.phx.redhat.com Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/ode-0.10.1-1.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc64 --nodeps builddir/build/SPECS/ode.spec'], False, '/var/lib/mock/dist-f10-build-256756-46375/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc64 --nodeps builddir/build/SPECS/ode.spec'] /etc/profile: line 42: /bin/hostname: No such file or directory Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.z0zbjG + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ode-0.10.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/ode-0.10.1.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ode-0.10.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ode-0.10.0-no-pentium-on-i386.patch):' Patch #0 (ode-0.10.0-no-pentium-on-i386.patch): + /bin/cat /builddir/build/SOURCES/ode-0.10.0-no-pentium-on-i386.patch + /usr/bin/patch -s -p1 --fuzz=0 + touch -r CHANGELOG.txt configure.in + chmod -x ode/src/stepfast.cpp include/ode/collision_trimesh.h include/ode/odeconfig.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LY32IB + umask 022 + cd /builddir/build/BUILD + cd ode-0.10.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=ppc64-redhat-linux-gnu --host=ppc64-redhat-linux-gnu --target=ppc64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --disable-static checking build system type... powerpc64-redhat-linux-gnu checking host system type... powerpc64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for ppc64-redhat-linux-gnu-g++... no checking for ppc64-redhat-linux-gnu-c++... no checking for ppc64-redhat-linux-gnu-gpp... no checking for ppc64-redhat-linux-gnu-aCC... no checking for ppc64-redhat-linux-gnu-CC... no checking for ppc64-redhat-linux-gnu-cxx... no checking for ppc64-redhat-linux-gnu-cc++... no checking for ppc64-redhat-linux-gnu-cl.exe... no checking for ppc64-redhat-linux-gnu-FCC... no checking for ppc64-redhat-linux-gnu-KCC... no checking for ppc64-redhat-linux-gnu-RCC... no checking for ppc64-redhat-linux-gnu-xlC_r... no checking for ppc64-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for ppc64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for gawk... (cached) gawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for ppc64-redhat-linux-gnu-g77... no checking for ppc64-redhat-linux-gnu-xlf... no checking for ppc64-redhat-linux-gnu-f77... no checking for ppc64-redhat-linux-gnu-frt... no checking for ppc64-redhat-linux-gnu-pgf77... no checking for ppc64-redhat-linux-gnu-cf77... no checking for ppc64-redhat-linux-gnu-fort77... no checking for ppc64-redhat-linux-gnu-fl32... no checking for ppc64-redhat-linux-gnu-af77... no checking for ppc64-redhat-linux-gnu-xlf90... no checking for ppc64-redhat-linux-gnu-f90... no checking for ppc64-redhat-linux-gnu-pgf90... no checking for ppc64-redhat-linux-gnu-pghpf... no checking for ppc64-redhat-linux-gnu-epcf90... no checking for ppc64-redhat-linux-gnu-gfortran... no checking for ppc64-redhat-linux-gnu-g95... no checking for ppc64-redhat-linux-gnu-xlf95... no checking for ppc64-redhat-linux-gnu-f95... no checking for ppc64-redhat-linux-gnu-fort... no checking for ppc64-redhat-linux-gnu-ifort... no checking for ppc64-redhat-linux-gnu-ifc... no checking for ppc64-redhat-linux-gnu-efc... no checking for ppc64-redhat-linux-gnu-pgf95... no checking for ppc64-redhat-linux-gnu-lf95... no checking for ppc64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ppc64-redhat-linux-gnu-ar... no checking for ar... ar checking for ppc64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for ppc64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf64ppc checking if the linker (/usr/bin/ld -m elf64ppc) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ppc64-redhat-linux-gnu-windres... no checking for windres... no checking whether byte ordering is bigendian... yes checking for inline... inline checking for working volatile... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for size_t... yes checking if demos should be built... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for string.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking if double precision is requested... no checking if gyroscopic term should be used... yes checking which drawstuff lib to build... X11 checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for GL/gl.h... yes checking for GL/glu.h... yes checking for GL/glext.h... yes checking for main in -lGL... yes checking for main in -lGLU... yes checking for main in -lopengl32... no checking for main in -lglu32... no checking for main in -lstdc++... yes checking for main in -lpthread... yes checking for gprof... no checking for main in -lm... yes checking for main in -lsunmath... no checking for floor... yes checking for memmove... yes checking for memset... yes checking for select... yes checking for sqrt... yes checking for sqrtf... yes checking for sinf... yes checking for cosf... yes checking for fabsf... yes checking for atan2f... yes checking for fmodf... yes checking for copysignf... yes checking for copysign... yes checking for snprintf... yes checking for vsnprintf... yes checking for gettimeofday... yes checking for isnan... yes checking for isnanf... yes checking for _isnan... no checking for _isnanf... no checking for __isnan... yes checking for __isnanf... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for obstacks... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for vprintf... yes checking for _doprnt... no checking if alloca should be emulated by malloc... no configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/ode/Makefile config.status: creating include/drawstuff/Makefile config.status: creating ode/Makefile config.status: creating ode/src/Makefile config.status: creating ode/src/joints/Makefile config.status: creating drawstuff/Makefile config.status: creating drawstuff/src/Makefile config.status: creating drawstuff/dstest/Makefile config.status: creating ode/demo/Makefile config.status: creating OPCODE/Makefile config.status: creating OPCODE/Ice/Makefile config.status: creating GIMPACT/Makefile config.status: creating GIMPACT/include/Makefile config.status: creating GIMPACT/include/GIMPACT/Makefile config.status: creating GIMPACT/src/Makefile config.status: creating tests/Makefile config.status: creating tests/UnitTest++/Makefile config.status: creating tests/UnitTest++/src/Makefile config.status: creating tests/UnitTest++/src/Posix/Makefile config.status: creating tests/UnitTest++/src/Win32/Makefile config.status: creating ode-config config.status: creating ode/src/config.h config.status: executing depfiles commands === configuring in ou (/builddir/build/BUILD/ode-0.10.1/ou) configure: running /bin/sh ./configure '--prefix=/usr' '--build=ppc64-redhat-linux-gnu' '--host=ppc64-redhat-linux-gnu' '--target=ppc64-redhat-linux-gnu' '--program-prefix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--disable-static' 'build_alias=ppc64-redhat-linux-gnu' 'host_alias=ppc64-redhat-linux-gnu' 'target_alias=ppc64-redhat-linux-gnu' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -I/usr/lib64/gfortran/modules' --cache-file=/dev/null --srcdir=. checking build system type... powerpc64-redhat-linux-gnu checking host system type... powerpc64-redhat-linux-gnu checking for ppc64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking target OS... unix checking for ppc64-redhat-linux-gnu-g++... no checking for ppc64-redhat-linux-gnu-c++... no checking for ppc64-redhat-linux-gnu-gpp... no checking for ppc64-redhat-linux-gnu-aCC... no checking for ppc64-redhat-linux-gnu-CC... no checking for ppc64-redhat-linux-gnu-cxx... no checking for ppc64-redhat-linux-gnu-cc++... no checking for ppc64-redhat-linux-gnu-cl.exe... no checking for ppc64-redhat-linux-gnu-FCC... no checking for ppc64-redhat-linux-gnu-KCC... no checking for ppc64-redhat-linux-gnu-RCC... no checking for ppc64-redhat-linux-gnu-xlC_r... no checking for ppc64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ppc64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gawk... (cached) gawk checking for a BSD-compatible install... /usr/bin/install -c checking for ppc64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for a thread-safe mkdir -p... /bin/mkdir -p checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for ppc64-redhat-linux-gnu-g77... no checking for ppc64-redhat-linux-gnu-xlf... no checking for ppc64-redhat-linux-gnu-f77... no checking for ppc64-redhat-linux-gnu-frt... no checking for ppc64-redhat-linux-gnu-pgf77... no checking for ppc64-redhat-linux-gnu-cf77... no checking for ppc64-redhat-linux-gnu-fort77... no checking for ppc64-redhat-linux-gnu-fl32... no checking for ppc64-redhat-linux-gnu-af77... no checking for ppc64-redhat-linux-gnu-xlf90... no checking for ppc64-redhat-linux-gnu-f90... no checking for ppc64-redhat-linux-gnu-pgf90... no checking for ppc64-redhat-linux-gnu-pghpf... no checking for ppc64-redhat-linux-gnu-epcf90... no checking for ppc64-redhat-linux-gnu-gfortran... no checking for ppc64-redhat-linux-gnu-g95... no checking for ppc64-redhat-linux-gnu-xlf95... no checking for ppc64-redhat-linux-gnu-f95... no checking for ppc64-redhat-linux-gnu-fort... no checking for ppc64-redhat-linux-gnu-ifort... no checking for ppc64-redhat-linux-gnu-ifc... no checking for ppc64-redhat-linux-gnu-efc... no checking for ppc64-redhat-linux-gnu-pgf95... no checking for ppc64-redhat-linux-gnu-lf95... no checking for ppc64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ppc64-redhat-linux-gnu-ar... no checking for ar... ar checking for ppc64-redhat-linux-gnu-ranlib... ranlib checking for ppc64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf64ppc checking if the linker (/usr/bin/ld -m elf64ppc) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for main in -lc... yes checking for main in -lpthread... yes checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for working volatile... yes checking for ptrdiff_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/ou/Makefile config.status: creating src/ou/Makefile config.status: creating test/Makefile config.status: executing depfiles commands OU namespace: odeou Configuration: Build system type: powerpc64-redhat-linux-gnu Host system type: powerpc64-redhat-linux-gnu Use double precision: no Use drawstuff: X11 Demos enabled: yes Use OPCODE: yes Use GIMPACT: no Use gyroscopic term: yes Is target a Pentium: no Is target x86-64: no Use new opcode trimesh collider: no TLS for global data: no Enable debug error check: yes Headers will be installed in /usr/include/ode Libraries will be installed in /usr/lib64 Building in directory /builddir/build/BUILD/ode-0.10.1 + make -j4 Making all in include make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include' Making all in ode make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/ode' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/ode' Making all in drawstuff make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include' Making all in drawstuff make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' Making all in src make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../include -DDEFAULT_PATH_TO_TEXTURES='"../../drawstuff/textures/"' -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT drawstuff.lo -MD -MP -MF .deps/drawstuff.Tpo -c -o drawstuff.lo drawstuff.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../include -DDEFAULT_PATH_TO_TEXTURES='"../../drawstuff/textures/"' -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT x11.lo -MD -MP -MF .deps/x11.Tpo -c -o x11.lo x11.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../include -DDEFAULT_PATH_TO_TEXTURES=\"../../drawstuff/textures/\" -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT x11.lo -MD -MP -MF .deps/x11.Tpo -c x11.cpp -fPIC -DPIC -o .libs/x11.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../include -DDEFAULT_PATH_TO_TEXTURES=\"../../drawstuff/textures/\" -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT drawstuff.lo -MD -MP -MF .deps/drawstuff.Tpo -c drawstuff.cpp -fPIC -DPIC -o .libs/drawstuff.o x11.cpp: In function 'void captureFrame(int)': x11.cpp:319: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result mv -f .deps/x11.Tpo .deps/x11.Plo mv -f .deps/drawstuff.Tpo .deps/drawstuff.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o libdrawstuff.la drawstuff.lo x11.lo -lm -lpthread ar cru .libs/libdrawstuff.a .libs/drawstuff.o .libs/x11.o ranlib .libs/libdrawstuff.a creating libdrawstuff.la (cd .libs && rm -f libdrawstuff.la && ln -s ../libdrawstuff.la libdrawstuff.la) make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' Making all in dstest make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I../../drawstuff/src -I../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT dstest.o -MD -MP -MF .deps/dstest.Tpo -c -o dstest.o dstest.cpp mv -f .deps/dstest.Tpo .deps/dstest.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o dstest dstest.o ../../drawstuff/src/libdrawstuff.la -lGL -lGLU -lm -lpthread mkdir .libs g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o dstest dstest.o ../../drawstuff/src/.libs/libdrawstuff.a -lGL -lGLU -lm -lpthread make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' Making all in OPCODE make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' Making all in Ice make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceAABB.lo -MD -MP -MF .deps/IceAABB.Tpo -c -o IceAABB.lo IceAABB.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceContainer.lo -MD -MP -MF .deps/IceContainer.Tpo -c -o IceContainer.lo IceContainer.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceHPoint.lo -MD -MP -MF .deps/IceHPoint.Tpo -c -o IceHPoint.lo IceHPoint.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceIndexedTriangle.lo -MD -MP -MF .deps/IceIndexedTriangle.Tpo -c -o IceIndexedTriangle.lo IceIndexedTriangle.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceAABB.lo -MD -MP -MF .deps/IceAABB.Tpo -c IceAABB.cpp -fPIC -DPIC -o .libs/IceAABB.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceHPoint.lo -MD -MP -MF .deps/IceHPoint.Tpo -c IceHPoint.cpp -fPIC -DPIC -o .libs/IceHPoint.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceIndexedTriangle.lo -MD -MP -MF .deps/IceIndexedTriangle.Tpo -c IceIndexedTriangle.cpp -fPIC -DPIC -o .libs/IceIndexedTriangle.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceContainer.lo -MD -MP -MF .deps/IceContainer.Tpo -c IceContainer.cpp -fPIC -DPIC -o .libs/IceContainer.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceAABB.cpp:21: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceHPoint.cpp:29: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceContainer.cpp:25: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceHPoint.Tpo .deps/IceHPoint.Plo ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceMatrix3x3.lo -MD -MP -MF .deps/IceMatrix3x3.Tpo -c -o IceMatrix3x3.lo IceMatrix3x3.cpp In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceIndexedTriangle.cpp:12: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceAABB.Tpo .deps/IceAABB.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceMatrix4x4.lo -MD -MP -MF .deps/IceMatrix4x4.Tpo -c -o IceMatrix4x4.lo IceMatrix4x4.cpp mv -f .deps/IceContainer.Tpo .deps/IceContainer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceOBB.lo -MD -MP -MF .deps/IceOBB.Tpo -c -o IceOBB.lo IceOBB.cpp mv -f .deps/IceIndexedTriangle.Tpo .deps/IceIndexedTriangle.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IcePlane.lo -MD -MP -MF .deps/IcePlane.Tpo -c -o IcePlane.lo IcePlane.cpp g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceMatrix3x3.lo -MD -MP -MF .deps/IceMatrix3x3.Tpo -c IceMatrix3x3.cpp -fPIC -DPIC -o .libs/IceMatrix3x3.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceMatrix4x4.lo -MD -MP -MF .deps/IceMatrix4x4.Tpo -c IceMatrix4x4.cpp -fPIC -DPIC -o .libs/IceMatrix4x4.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceOBB.lo -MD -MP -MF .deps/IceOBB.Tpo -c IceOBB.cpp -fPIC -DPIC -o .libs/IceOBB.o ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rulesIn file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix3x3.cpp:36: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceOBB.cpp:21: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceMatrix3x3.Tpo .deps/IceMatrix3x3.Plo ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IcePoint.lo -MD -MP -MF .deps/IcePoint.Tpo -c -o IcePoint.lo IcePoint.cpp ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IcePlane.lo -MD -MP -MF .deps/IcePlane.Tpo -c IcePlane.cpp -fPIC -DPIC -o .libs/IcePlane.o In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceMatrix4x4.cpp:39: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePlane.cpp:21: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceMatrix4x4.Tpo .deps/IceMatrix4x4.Plo ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRandom.lo -MD -MP -MF .deps/IceRandom.Tpo -c -o IceRandom.lo IceRandom.cpp ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceOBB.Tpo .deps/IceOBB.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRay.lo -MD -MP -MF .deps/IceRay.Tpo -c -o IceRay.lo IceRay.cpp mv -f .deps/IcePlane.Tpo .deps/IcePlane.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRevisitedRadix.lo -MD -MP -MF .deps/IceRevisitedRadix.Tpo -c -o IceRevisitedRadix.lo IceRevisitedRadix.cpp g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IcePoint.lo -MD -MP -MF .deps/IcePoint.Tpo -c IcePoint.cpp -fPIC -DPIC -o .libs/IcePoint.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRandom.lo -MD -MP -MF .deps/IceRandom.Tpo -c IceRandom.cpp -fPIC -DPIC -o .libs/IceRandom.o ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRay.lo -MD -MP -MF .deps/IceRay.Tpo -c IceRay.cpp -fPIC -DPIC -o .libs/IceRay.o ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceRevisitedRadix.lo -MD -MP -MF .deps/IceRevisitedRadix.Tpo -c IceRevisitedRadix.cpp -fPIC -DPIC -o .libs/IceRevisitedRadix.o ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IcePoint.cpp:49: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRandom.cpp:12: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRay.cpp:62: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules IcePoint.cpp: In member function 'void IceMaths::Point::SetNotUsed()': IcePoint.cpp:131: warning: dereferencing type-punned pointer will break strict-aliasing rules IcePoint.cpp:132: warning: dereferencing type-punned pointer will break strict-aliasing rules IcePoint.cpp:133: warning: dereferencing type-punned pointer will break strict-aliasing rules IcePoint.cpp: In member function 'BOOL IceMaths::Point::IsNotUsed() const': IcePoint.cpp:138: warning: dereferencing type-punned pointer will break strict-aliasing rules IcePoint.cpp:139: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceRandom.Tpo .deps/IceRandom.Plo IcePoint.cpp:140: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceSegment.lo -MD -MP -MF .deps/IceSegment.Tpo -c -o IceSegment.lo IceSegment.cpp In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceRevisitedRadix.cpp:52: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceRay.Tpo .deps/IceRay.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceTriangle.lo -MD -MP -MF .deps/IceTriangle.Tpo -c -o IceTriangle.lo IceTriangle.cpp mv -f .deps/IcePoint.Tpo .deps/IcePoint.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceUtils.lo -MD -MP -MF .deps/IceUtils.Tpo -c -o IceUtils.lo IceUtils.cpp mv -f .deps/IceRevisitedRadix.Tpo .deps/IceRevisitedRadix.Plo g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceSegment.lo -MD -MP -MF .deps/IceSegment.Tpo -c IceSegment.cpp -fPIC -DPIC -o .libs/IceSegment.o g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceTriangle.lo -MD -MP -MF .deps/IceTriangle.Tpo -c IceTriangle.cpp -fPIC -DPIC -o .libs/IceTriangle.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I ../../OPCODE -I ../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT IceUtils.lo -MD -MP -MF .deps/IceUtils.Tpo -c IceUtils.cpp -fPIC -DPIC -o .libs/IceUtils.o ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceSegment.cpp:25: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceTriangle.cpp:12: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from ../../OPCODE/Stdafx.h:19, from IceUtils.cpp:12: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceSegment.Tpo .deps/IceSegment.Plo ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/IceUtils.Tpo .deps/IceUtils.Plo mv -f .deps/IceTriangle.Tpo .deps/IceTriangle.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o libIce.la IceAABB.lo IceContainer.lo IceHPoint.lo IceIndexedTriangle.lo IceMatrix3x3.lo IceMatrix4x4.lo IceOBB.lo IcePlane.lo IcePoint.lo IceRandom.lo IceRay.lo IceRevisitedRadix.lo IceSegment.lo IceTriangle.lo IceUtils.lo -lm -lpthread ar cru .libs/libIce.a .libs/IceAABB.o .libs/IceContainer.o .libs/IceHPoint.o .libs/IceIndexedTriangle.o .libs/IceMatrix3x3.o .libs/IceMatrix4x4.o .libs/IceOBB.o .libs/IcePlane.o .libs/IcePoint.o .libs/IceRandom.o .libs/IceRay.o .libs/IceRevisitedRadix.o .libs/IceSegment.o .libs/IceTriangle.o .libs/IceUtils.o ranlib .libs/libIce.a creating libIce.la (cd .libs && rm -f libIce.la && ln -s ../libIce.la libIce.la) make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_AABBCollider.lo -MD -MP -MF .deps/OPC_AABBCollider.Tpo -c -o OPC_AABBCollider.lo OPC_AABBCollider.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_AABBTree.lo -MD -MP -MF .deps/OPC_AABBTree.Tpo -c -o OPC_AABBTree.lo OPC_AABBTree.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_BaseModel.lo -MD -MP -MF .deps/OPC_BaseModel.Tpo -c -o OPC_BaseModel.lo OPC_BaseModel.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_BoxPruning.lo -MD -MP -MF .deps/OPC_BoxPruning.Tpo -c -o OPC_BoxPruning.lo OPC_BoxPruning.cpp mkdir .libs mkdir .libs mkdir .libs mkdir: cannot create directory `.libs' : File exists mkdir: cannot create directory `.libs': File exists g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_BaseModel.lo -MD -MP -MF .deps/OPC_BaseModel.Tpo -c OPC_BaseModel.cpp -fPIC -DPIC -o .libs/OPC_BaseModel.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_BoxPruning.lo -MD -MP -MF .deps/OPC_BoxPruning.Tpo -c OPC_BoxPruning.cpp -fPIC -DPIC -o .libs/OPC_BoxPruning.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_AABBTree.lo -MD -MP -MF .deps/OPC_AABBTree.Tpo -c OPC_AABBTree.cpp -fPIC -DPIC -o .libs/OPC_AABBTree.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_AABBCollider.lo -MD -MP -MF .deps/OPC_AABBCollider.Tpo -c OPC_AABBCollider.cpp -fPIC -DPIC -o .libs/OPC_AABBCollider.o mv -f .deps/OPC_BaseModel.Tpo .deps/OPC_BaseModel.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Collider.lo -MD -MP -MF .deps/OPC_Collider.Tpo -c -o OPC_Collider.lo OPC_Collider.cpp mv -f .deps/OPC_BoxPruning.Tpo .deps/OPC_BoxPruning.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Common.lo -MD -MP -MF .deps/OPC_Common.Tpo -c -o OPC_Common.lo OPC_Common.cpp mv -f .deps/OPC_AABBTree.Tpo .deps/OPC_AABBTree.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_HybridModel.lo -MD -MP -MF .deps/OPC_HybridModel.Tpo -c -o OPC_HybridModel.lo OPC_HybridModel.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Collider.lo -MD -MP -MF .deps/OPC_Collider.Tpo -c OPC_Collider.cpp -fPIC -DPIC -o .libs/OPC_Collider.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Common.lo -MD -MP -MF .deps/OPC_Common.Tpo -c OPC_Common.cpp -fPIC -DPIC -o .libs/OPC_Common.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_HybridModel.lo -MD -MP -MF .deps/OPC_HybridModel.Tpo -c OPC_HybridModel.cpp -fPIC -DPIC -o .libs/OPC_HybridModel.o mv -f .deps/OPC_Collider.Tpo .deps/OPC_Collider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_LSSCollider.lo -MD -MP -MF .deps/OPC_LSSCollider.Tpo -c -o OPC_LSSCollider.lo OPC_LSSCollider.cpp mv -f .deps/OPC_Common.Tpo .deps/OPC_Common.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_MeshInterface.lo -MD -MP -MF .deps/OPC_MeshInterface.Tpo -c -o OPC_MeshInterface.lo OPC_MeshInterface.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_LSSCollider.lo -MD -MP -MF .deps/OPC_LSSCollider.Tpo -c OPC_LSSCollider.cpp -fPIC -DPIC -o .libs/OPC_LSSCollider.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_MeshInterface.lo -MD -MP -MF .deps/OPC_MeshInterface.Tpo -c OPC_MeshInterface.cpp -fPIC -DPIC -o .libs/OPC_MeshInterface.o mv -f .deps/OPC_HybridModel.Tpo .deps/OPC_HybridModel.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Model.lo -MD -MP -MF .deps/OPC_Model.Tpo -c -o OPC_Model.lo OPC_Model.cpp mv -f .deps/OPC_MeshInterface.Tpo .deps/OPC_MeshInterface.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_OBBCollider.lo -MD -MP -MF .deps/OPC_OBBCollider.Tpo -c -o OPC_OBBCollider.lo OPC_OBBCollider.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Model.lo -MD -MP -MF .deps/OPC_Model.Tpo -c OPC_Model.cpp -fPIC -DPIC -o .libs/OPC_Model.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_OBBCollider.lo -MD -MP -MF .deps/OPC_OBBCollider.Tpo -c OPC_OBBCollider.cpp -fPIC -DPIC -o .libs/OPC_OBBCollider.o mv -f .deps/OPC_Model.Tpo .deps/OPC_Model.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_ThreadLocalData.lo -MD -MP -MF .deps/OPC_ThreadLocalData.Tpo -c -o OPC_ThreadLocalData.lo OPC_ThreadLocalData.cpp mv -f .deps/OPC_AABBCollider.Tpo .deps/OPC_AABBCollider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT Opcode.lo -MD -MP -MF .deps/Opcode.Tpo -c -o Opcode.lo Opcode.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_ThreadLocalData.lo -MD -MP -MF .deps/OPC_ThreadLocalData.Tpo -c OPC_ThreadLocalData.cpp -fPIC -DPIC -o .libs/OPC_ThreadLocalData.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT Opcode.lo -MD -MP -MF .deps/Opcode.Tpo -c Opcode.cpp -fPIC -DPIC -o .libs/Opcode.o mv -f .deps/OPC_ThreadLocalData.Tpo .deps/OPC_ThreadLocalData.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_OptimizedTree.lo -MD -MP -MF .deps/OPC_OptimizedTree.Tpo -c -o OPC_OptimizedTree.lo OPC_OptimizedTree.cpp mv -f .deps/OPC_LSSCollider.Tpo .deps/OPC_LSSCollider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Picking.lo -MD -MP -MF .deps/OPC_Picking.Tpo -c -o OPC_Picking.lo OPC_Picking.cpp mv -f .deps/Opcode.Tpo .deps/Opcode.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_PlanesCollider.lo -MD -MP -MF .deps/OPC_PlanesCollider.Tpo -c -o OPC_PlanesCollider.lo OPC_PlanesCollider.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_OptimizedTree.lo -MD -MP -MF .deps/OPC_OptimizedTree.Tpo -c OPC_OptimizedTree.cpp -fPIC -DPIC -o .libs/OPC_OptimizedTree.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_Picking.lo -MD -MP -MF .deps/OPC_Picking.Tpo -c OPC_Picking.cpp -fPIC -DPIC -o .libs/OPC_Picking.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_PlanesCollider.lo -MD -MP -MF .deps/OPC_PlanesCollider.Tpo -c OPC_PlanesCollider.cpp -fPIC -DPIC -o .libs/OPC_PlanesCollider.o mv -f .deps/OPC_Picking.Tpo .deps/OPC_Picking.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_RayCollider.lo -MD -MP -MF .deps/OPC_RayCollider.Tpo -c -o OPC_RayCollider.lo OPC_RayCollider.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_RayCollider.lo -MD -MP -MF .deps/OPC_RayCollider.Tpo -c OPC_RayCollider.cpp -fPIC -DPIC -o .libs/OPC_RayCollider.o mv -f .deps/OPC_PlanesCollider.Tpo .deps/OPC_PlanesCollider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_SphereCollider.lo -MD -MP -MF .deps/OPC_SphereCollider.Tpo -c -o OPC_SphereCollider.lo OPC_SphereCollider.cpp mv -f .deps/OPC_OptimizedTree.Tpo .deps/OPC_OptimizedTree.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_SweepAndPrune.lo -MD -MP -MF .deps/OPC_SweepAndPrune.Tpo -c -o OPC_SweepAndPrune.lo OPC_SweepAndPrune.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_SweepAndPrune.lo -MD -MP -MF .deps/OPC_SweepAndPrune.Tpo -c OPC_SweepAndPrune.cpp -fPIC -DPIC -o .libs/OPC_SweepAndPrune.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_SphereCollider.lo -MD -MP -MF .deps/OPC_SphereCollider.Tpo -c OPC_SphereCollider.cpp -fPIC -DPIC -o .libs/OPC_SphereCollider.o mv -f .deps/OPC_SweepAndPrune.Tpo .deps/OPC_SweepAndPrune.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_TreeBuilders.lo -MD -MP -MF .deps/OPC_TreeBuilders.Tpo -c -o OPC_TreeBuilders.lo OPC_TreeBuilders.cpp mv -f .deps/OPC_OBBCollider.Tpo .deps/OPC_OBBCollider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_TreeCollider.lo -MD -MP -MF .deps/OPC_TreeCollider.Tpo -c -o OPC_TreeCollider.lo OPC_TreeCollider.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_TreeBuilders.lo -MD -MP -MF .deps/OPC_TreeBuilders.Tpo -c OPC_TreeBuilders.cpp -fPIC -DPIC -o .libs/OPC_TreeBuilders.o mv -f .deps/OPC_RayCollider.Tpo .deps/OPC_RayCollider.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_VolumeCollider.lo -MD -MP -MF .deps/OPC_VolumeCollider.Tpo -c -o OPC_VolumeCollider.lo OPC_VolumeCollider.cpp g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_TreeCollider.lo -MD -MP -MF .deps/OPC_TreeCollider.Tpo -c OPC_TreeCollider.cpp -fPIC -DPIC -o .libs/OPC_TreeCollider.o g++ -DHAVE_CONFIG_H -I. -I../ode/src -fno-strict-aliasing -I../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT OPC_VolumeCollider.lo -MD -MP -MF .deps/OPC_VolumeCollider.Tpo -c OPC_VolumeCollider.cpp -fPIC -DPIC -o .libs/OPC_VolumeCollider.o mv -f .deps/OPC_TreeBuilders.Tpo .deps/OPC_TreeBuilders.Plo mv -f .deps/OPC_SphereCollider.Tpo .deps/OPC_SphereCollider.Plo mv -f .deps/OPC_VolumeCollider.Tpo .deps/OPC_VolumeCollider.Plo mv -f .deps/OPC_TreeCollider.Tpo .deps/OPC_TreeCollider.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o libOPCODE.la OPC_AABBCollider.lo OPC_AABBTree.lo OPC_BaseModel.lo OPC_BoxPruning.lo OPC_Collider.lo OPC_Common.lo OPC_HybridModel.lo OPC_LSSCollider.lo OPC_MeshInterface.lo OPC_Model.lo OPC_OBBCollider.lo OPC_ThreadLocalData.lo Opcode.lo OPC_OptimizedTree.lo OPC_Picking.lo OPC_PlanesCollider.lo OPC_RayCollider.lo OPC_SphereCollider.lo OPC_SweepAndPrune.lo OPC_TreeBuilders.lo OPC_TreeCollider.lo OPC_VolumeCollider.lo -lm -lpthread ar cru .libs/libOPCODE.a .libs/OPC_AABBCollider.o .libs/OPC_AABBTree.o .libs/OPC_BaseModel.o .libs/OPC_BoxPruning.o .libs/OPC_Collider.o .libs/OPC_Common.o .libs/OPC_HybridModel.o .libs/OPC_LSSCollider.o .libs/OPC_MeshInterface.o .libs/OPC_Model.o .libs/OPC_OBBCollider.o .libs/OPC_ThreadLocalData.o .libs/Opcode.o .libs/OPC_OptimizedTree.o .libs/OPC_Picking.o .libs/OPC_PlanesCollider.o .libs/OPC_RayCollider.o .libs/OPC_SphereCollider.o .libs/OPC_SweepAndPrune.o .libs/OPC_TreeBuilders.o .libs/OPC_TreeCollider.o .libs/OPC_VolumeCollider.o ranlib .libs/libOPCODE.a creating libOPCODE.la (cd .libs && rm -f libOPCODE.la && ln -s ../libOPCODE.la libOPCODE.la) make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' Making all in ode make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode' Making all in src make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make all-recursive make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' Making all in joints make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT joint.lo -MD -MP -MF .deps/joint.Tpo -c -o joint.lo joint.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ball.lo -MD -MP -MF .deps/ball.Tpo -c -o ball.lo ball.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT hinge.lo -MD -MP -MF .deps/hinge.Tpo -c -o hinge.lo hinge.cpp /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT slider.lo -MD -MP -MF .deps/slider.Tpo -c -o slider.lo slider.cpp mkdir .libs mkdir .libs mkdir .libs mkdir: cannot create directory `.libs': File exists mkdir: g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT hinge.lo -MD -MP -MF .deps/hinge.Tpo -c hinge.cpp -fPIC -DPIC -o .libs/hinge.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ball.lo -MD -MP -MF .deps/ball.Tpo -c ball.cpp -fPIC -DPIC -o .libs/ball.o cannot create directory `.libs' : File exists g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT slider.lo -MD -MP -MF .deps/slider.Tpo -c slider.cpp -fPIC -DPIC -o .libs/slider.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT joint.lo -MD -MP -MF .deps/joint.Tpo -c joint.cpp -fPIC -DPIC -o .libs/joint.o mv -f .deps/ball.Tpo .deps/ball.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c -o contact.lo contact.cpp mv -f .deps/hinge.Tpo .deps/hinge.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT universal.lo -MD -MP -MF .deps/universal.Tpo -c -o universal.lo universal.cpp mv -f .deps/slider.Tpo .deps/slider.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT hinge2.lo -MD -MP -MF .deps/hinge2.Tpo -c -o hinge2.lo hinge2.cpp g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT contact.lo -MD -MP -MF .deps/contact.Tpo -c contact.cpp -fPIC -DPIC -o .libs/contact.o mv -f .deps/joint.Tpo .deps/joint.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c -o fixed.lo fixed.cpp g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT universal.lo -MD -MP -MF .deps/universal.Tpo -c universal.cpp -fPIC -DPIC -o .libs/universal.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT hinge2.lo -MD -MP -MF .deps/hinge2.Tpo -c hinge2.cpp -fPIC -DPIC -o .libs/hinge2.o mv -f .deps/contact.Tpo .deps/contact.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT null.lo -MD -MP -MF .deps/null.Tpo -c -o null.lo null.cpp g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT fixed.lo -MD -MP -MF .deps/fixed.Tpo -c fixed.cpp -fPIC -DPIC -o .libs/fixed.o mv -f .deps/universal.Tpo .deps/universal.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT amotor.lo -MD -MP -MF .deps/amotor.Tpo -c -o amotor.lo amotor.cpp g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT null.lo -MD -MP -MF .deps/null.Tpo -c null.cpp -fPIC -DPIC -o .libs/null.o mv -f .deps/fixed.Tpo .deps/fixed.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT lmotor.lo -MD -MP -MF .deps/lmotor.Tpo -c -o lmotor.lo lmotor.cpp mv -f .deps/hinge2.Tpo .deps/hinge2.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT plane2d.lo -MD -MP -MF .deps/plane2d.Tpo -c -o plane2d.lo plane2d.cpp mv -f .deps/null.Tpo .deps/null.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT pu.lo -MD -MP -MF .deps/pu.Tpo -c -o pu.lo pu.cpp g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT amotor.lo -MD -MP -MF .deps/amotor.Tpo -c amotor.cpp -fPIC -DPIC -o .libs/amotor.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT lmotor.lo -MD -MP -MF .deps/lmotor.Tpo -c lmotor.cpp -fPIC -DPIC -o .libs/lmotor.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT plane2d.lo -MD -MP -MF .deps/plane2d.Tpo -c plane2d.cpp -fPIC -DPIC -o .libs/plane2d.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT pu.lo -MD -MP -MF .deps/pu.Tpo -c pu.cpp -fPIC -DPIC -o .libs/pu.o mv -f .deps/plane2d.Tpo .deps/plane2d.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT pr.lo -MD -MP -MF .deps/pr.Tpo -c -o pr.lo pr.cpp mv -f .deps/lmotor.Tpo .deps/lmotor.Plo /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT piston.lo -MD -MP -MF .deps/piston.Tpo -c -o piston.lo piston.cpp mv -f .deps/amotor.Tpo .deps/amotor.Plo g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT pr.lo -MD -MP -MF .deps/pr.Tpo -c pr.cpp -fPIC -DPIC -o .libs/pr.o g++ -DHAVE_CONFIG_H -I. -I../../../ode/src -I../../../include -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT piston.lo -MD -MP -MF .deps/piston.Tpo -c piston.cpp -fPIC -DPIC -o .libs/piston.o mv -f .deps/pu.Tpo .deps/pu.Plo mv -f .deps/pr.Tpo .deps/pr.Plo mv -f .deps/piston.Tpo .deps/piston.Plo /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o libjoints.la joint.lo ball.lo hinge.lo slider.lo contact.lo universal.lo hinge2.lo fixed.lo null.lo amotor.lo lmotor.lo plane2d.lo pu.lo pr.lo piston.lo -lm -lpthread ar cru .libs/libjoints.a .libs/joint.o .libs/ball.o .libs/hinge.o .libs/slider.o .libs/contact.o .libs/universal.o .libs/hinge2.o .libs/fixed.o .libs/null.o .libs/amotor.o .libs/lmotor.o .libs/plane2d.o .libs/pu.o .libs/pr.o .libs/piston.o ranlib .libs/libjoints.a creating libjoints.la (cd .libs && rm -f libjoints.la && ln -s ../libjoints.la libjoints.la) make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT box.lo -MD -MP -MF .deps/box.Tpo -c -o box.lo box.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT capsule.lo -MD -MP -MF .deps/capsule.Tpo -c -o capsule.lo capsule.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_box.lo -MD -MP -MF .deps/collision_cylinder_box.Tpo -c -o collision_cylinder_box.lo collision_cylinder_box.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.cpp -fPIC -DPIC -o .libs/array.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT capsule.lo -MD -MP -MF .deps/capsule.Tpo -c capsule.cpp -fPIC -DPIC -o .libs/capsule.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT box.lo -MD -MP -MF .deps/box.Tpo -c box.cpp -fPIC -DPIC -o .libs/box.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_box.lo -MD -MP -MF .deps/collision_cylinder_box.Tpo -c collision_cylinder_box.cpp -fPIC -DPIC -o .libs/collision_cylinder_box.o mv -f .deps/array.Tpo .deps/array.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_plane.lo -MD -MP -MF .deps/collision_cylinder_plane.Tpo -c -o collision_cylinder_plane.lo collision_cylinder_plane.cpp mv -f .deps/capsule.Tpo .deps/capsule.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_sphere.lo -MD -MP -MF .deps/collision_cylinder_sphere.Tpo -c -o collision_cylinder_sphere.lo collision_cylinder_sphere.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_plane.lo -MD -MP -MF .deps/collision_cylinder_plane.Tpo -c collision_cylinder_plane.cpp -fPIC -DPIC -o .libs/collision_cylinder_plane.o mv -f .deps/collision_cylinder_box.Tpo .deps/collision_cylinder_box.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_kernel.lo -MD -MP -MF .deps/collision_kernel.Tpo -c -o collision_kernel.lo collision_kernel.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_sphere.lo -MD -MP -MF .deps/collision_cylinder_sphere.Tpo -c collision_cylinder_sphere.cpp -fPIC -DPIC -o .libs/collision_cylinder_sphere.o mv -f .deps/collision_cylinder_plane.Tpo .deps/collision_cylinder_plane.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_quadtreespace.lo -MD -MP -MF .deps/collision_quadtreespace.Tpo -c -o collision_quadtreespace.lo collision_quadtreespace.cpp mv -f .deps/box.Tpo .deps/box.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_sapspace.lo -MD -MP -MF .deps/collision_sapspace.Tpo -c -o collision_sapspace.lo collision_sapspace.cpp mv -f .deps/collision_cylinder_sphere.Tpo .deps/collision_cylinder_sphere.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_space.lo -MD -MP -MF .deps/collision_space.Tpo -c -o collision_space.lo collision_space.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_kernel.lo -MD -MP -MF .deps/collision_kernel.Tpo -c collision_kernel.cpp -fPIC -DPIC -o .libs/collision_kernel.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_quadtreespace.lo -MD -MP -MF .deps/collision_quadtreespace.Tpo -c collision_quadtreespace.cpp -fPIC -DPIC -o .libs/collision_quadtreespace.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_sapspace.lo -MD -MP -MF .deps/collision_sapspace.Tpo -c collision_sapspace.cpp -fPIC -DPIC -o .libs/collision_sapspace.o ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_kernel.cpp:40: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_space.lo -MD -MP -MF .deps/collision_space.Tpo -c collision_space.cpp -fPIC -DPIC -o .libs/collision_space.o ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules collision_sapspace.cpp: In member function 'virtual void dxSAPSpace::remove(dxGeom*)': collision_sapspace.cpp:321: warning: suggest parentheses around && within || mv -f .deps/collision_quadtreespace.Tpo .deps/collision_quadtreespace.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_transform.lo -MD -MP -MF .deps/collision_transform.Tpo -c -o collision_transform.lo collision_transform.cpp mv -f .deps/collision_sapspace.Tpo .deps/collision_sapspace.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_disabled.lo -MD -MP -MF .deps/collision_trimesh_disabled.Tpo -c -o collision_trimesh_disabled.lo collision_trimesh_disabled.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_transform.lo -MD -MP -MF .deps/collision_transform.Tpo -c collision_transform.cpp -fPIC -DPIC -o .libs/collision_transform.o mv -f .deps/collision_space.Tpo .deps/collision_space.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_util.lo -MD -MP -MF .deps/collision_util.Tpo -c -o collision_util.lo collision_util.cpp mv -f .deps/collision_transform.Tpo .deps/collision_transform.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT convex.lo -MD -MP -MF .deps/convex.Tpo -c -o convex.lo convex.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_disabled.lo -MD -MP -MF .deps/collision_trimesh_disabled.Tpo -c collision_trimesh_disabled.cpp -fPIC -DPIC -o .libs/collision_trimesh_disabled.o mv -f .deps/collision_kernel.Tpo .deps/collision_kernel.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT cylinder.lo -MD -MP -MF .deps/cylinder.Tpo -c -o cylinder.lo cylinder.cpp mv -f .deps/collision_trimesh_disabled.Tpo .deps/collision_trimesh_disabled.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_util.lo -MD -MP -MF .deps/collision_util.Tpo -c collision_util.cpp -fPIC -DPIC -o .libs/collision_util.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT convex.lo -MD -MP -MF .deps/convex.Tpo -c convex.cpp -fPIC -DPIC -o .libs/convex.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT cylinder.lo -MD -MP -MF .deps/cylinder.Tpo -c cylinder.cpp -fPIC -DPIC -o .libs/cylinder.o convex.cpp: In function 'int dCollideConvexPlane(dxGeom*, dxGeom*, int, dContactGeom*, int)': convex.cpp:505: warning: suggest parentheses around arithmetic in operand of | g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.cpp -fPIC -DPIC -o .libs/error.o mv -f .deps/cylinder.Tpo .deps/cylinder.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT export-dif.lo -MD -MP -MF .deps/export-dif.Tpo -c -o export-dif.lo export-dif.cpp mv -f .deps/error.Tpo .deps/error.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT heightfield.lo -MD -MP -MF .deps/heightfield.Tpo -c -o heightfield.lo heightfield.cpp mv -f .deps/collision_util.Tpo .deps/collision_util.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT lcp.lo -MD -MP -MF .deps/lcp.Tpo -c -o lcp.lo lcp.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT export-dif.lo -MD -MP -MF .deps/export-dif.Tpo -c export-dif.cpp -fPIC -DPIC -o .libs/export-dif.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT lcp.lo -MD -MP -MF .deps/lcp.Tpo -c lcp.cpp -fPIC -DPIC -o .libs/lcp.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT heightfield.lo -MD -MP -MF .deps/heightfield.Tpo -c heightfield.cpp -fPIC -DPIC -o .libs/heightfield.o mv -f .deps/export-dif.Tpo .deps/export-dif.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT mass.lo -MD -MP -MF .deps/mass.Tpo -c -o mass.lo mass.cpp mv -f .deps/convex.Tpo .deps/convex.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT mat.lo -MD -MP -MF .deps/mat.Tpo -c -o mat.lo mat.cpp mv -f .deps/lcp.Tpo .deps/lcp.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c -o matrix.lo matrix.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT mass.lo -MD -MP -MF .deps/mass.Tpo -c mass.cpp -fPIC -DPIC -o .libs/mass.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT mat.lo -MD -MP -MF .deps/mat.Tpo -c mat.cpp -fPIC -DPIC -o .libs/mat.o ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from mass.cpp:33: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cpp -fPIC -DPIC -o .libs/matrix.o mv -f .deps/heightfield.Tpo .deps/heightfield.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.cpp mv -f .deps/mat.Tpo .deps/mat.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.cpp mv -f .deps/matrix.Tpo .deps/matrix.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c -o obstack.lo obstack.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.cpp -fPIC -DPIC -o .libs/memory.o mv -f .deps/mass.Tpo .deps/mass.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ode.lo -MD -MP -MF .deps/ode.Tpo -c -o ode.lo ode.cpp mv -f .deps/memory.Tpo .deps/memory.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT odeinit.lo -MD -MP -MF .deps/odeinit.Tpo -c -o odeinit.lo odeinit.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp -fPIC -DPIC -o .libs/misc.o mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT odemath.lo -MD -MP -MF .deps/odemath.Tpo -c -o odemath.lo odemath.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ode.lo -MD -MP -MF .deps/ode.Tpo -c ode.cpp -fPIC -DPIC -o .libs/ode.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT obstack.lo -MD -MP -MF .deps/obstack.Tpo -c obstack.cpp -fPIC -DPIC -o .libs/obstack.o mv -f .deps/obstack.Tpo .deps/obstack.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT plane.lo -MD -MP -MF .deps/plane.Tpo -c -o plane.lo plane.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT odeinit.lo -MD -MP -MF .deps/odeinit.Tpo -c odeinit.cpp -fPIC -DPIC -o .libs/odeinit.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT odemath.lo -MD -MP -MF .deps/odemath.Tpo -c odemath.cpp -fPIC -DPIC -o .libs/odemath.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/odemath.Tpo .deps/odemath.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT quickstep.lo -MD -MP -MF .deps/quickstep.Tpo -c -o quickstep.lo quickstep.cpp In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT plane.lo -MD -MP -MF .deps/plane.Tpo -c plane.cpp -fPIC -DPIC -o .libs/plane.o In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from odeinit.cpp:34: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/plane.Tpo .deps/plane.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ray.lo -MD -MP -MF .deps/ray.Tpo -c -o ray.lo ray.cpp mv -f .deps/odeinit.Tpo .deps/odeinit.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT rotation.lo -MD -MP -MF .deps/rotation.Tpo -c -o rotation.lo rotation.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT quickstep.lo -MD -MP -MF .deps/quickstep.Tpo -c quickstep.cpp -fPIC -DPIC -o .libs/quickstep.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT ray.lo -MD -MP -MF .deps/ray.Tpo -c ray.cpp -fPIC -DPIC -o .libs/ray.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT rotation.lo -MD -MP -MF .deps/rotation.Tpo -c rotation.cpp -fPIC -DPIC -o .libs/rotation.o mv -f .deps/ray.Tpo .deps/ray.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c -o sphere.lo sphere.cpp mv -f .deps/rotation.Tpo .deps/rotation.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT step.lo -MD -MP -MF .deps/step.Tpo -c -o step.lo step.cpp mv -f .deps/ode.Tpo .deps/ode.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT stepfast.lo -MD -MP -MF .deps/stepfast.Tpo -c -o stepfast.lo stepfast.cpp mv -f .deps/quickstep.Tpo .deps/quickstep.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT testing.lo -MD -MP -MF .deps/testing.Tpo -c -o testing.lo testing.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c sphere.cpp -fPIC -DPIC -o .libs/sphere.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT stepfast.lo -MD -MP -MF .deps/stepfast.Tpo -c stepfast.cpp -fPIC -DPIC -o .libs/stepfast.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT testing.lo -MD -MP -MF .deps/testing.Tpo -c testing.cpp -fPIC -DPIC -o .libs/testing.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.cpp -fPIC -DPIC -o .libs/step.o mv -f .deps/sphere.Tpo .deps/sphere.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.cpp mv -f .deps/testing.Tpo .deps/testing.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -fPIC -DPIC -o .libs/timer.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o mv -f .deps/stepfast.Tpo .deps/stepfast.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_trimesh.lo -MD -MP -MF .deps/collision_trimesh_trimesh.Tpo -c -o collision_trimesh_trimesh.lo collision_trimesh_trimesh.cpp mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_trimesh_new.lo -MD -MP -MF .deps/collision_trimesh_trimesh_new.Tpo -c -o collision_trimesh_trimesh_new.lo collision_trimesh_trimesh_new.cpp mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_sphere.lo -MD -MP -MF .deps/collision_trimesh_sphere.Tpo -c -o collision_trimesh_sphere.lo collision_trimesh_sphere.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_trimesh.lo -MD -MP -MF .deps/collision_trimesh_trimesh.Tpo -c collision_trimesh_trimesh.cpp -fPIC -DPIC -o .libs/collision_trimesh_trimesh.o g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_trimesh_new.lo -MD -MP -MF .deps/collision_trimesh_trimesh_new.Tpo -c collision_trimesh_trimesh_new.cpp -fPIC -DPIC -o .libs/collision_trimesh_trimesh_new.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/collision_trimesh_trimesh_new.Tpo .deps/collision_trimesh_trimesh_new.Plo ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_ray.lo -MD -MP -MF .deps/collision_trimesh_ray.Tpo -c -o collision_trimesh_ray.lo collision_trimesh_ray.cpp ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_trimesh.cpp:40: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_sphere.lo -MD -MP -MF .deps/collision_trimesh_sphere.Tpo -c collision_trimesh_sphere.cpp -fPIC -DPIC -o .libs/collision_trimesh_sphere.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_sphere.cpp:32: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_ray.lo -MD -MP -MF .deps/collision_trimesh_ray.Tpo -c collision_trimesh_ray.cpp -fPIC -DPIC -o .libs/collision_trimesh_ray.o mv -f .deps/step.Tpo .deps/step.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_opcode.lo -MD -MP -MF .deps/collision_trimesh_opcode.Tpo -c -o collision_trimesh_opcode.lo collision_trimesh_opcode.cpp In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ray.cpp:34: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_opcode.lo -MD -MP -MF .deps/collision_trimesh_opcode.Tpo -c collision_trimesh_opcode.cpp -fPIC -DPIC -o .libs/collision_trimesh_opcode.o mv -f .deps/collision_trimesh_sphere.Tpo .deps/collision_trimesh_sphere.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_box.lo -MD -MP -MF .deps/collision_trimesh_box.Tpo -c -o collision_trimesh_box.lo collision_trimesh_box.cpp mv -f .deps/collision_trimesh_ray.Tpo .deps/collision_trimesh_ray.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_ccylinder.lo -MD -MP -MF .deps/collision_trimesh_ccylinder.Tpo -c -o collision_trimesh_ccylinder.lo collision_trimesh_ccylinder.cpp In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_opcode.cpp:30: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_box.lo -MD -MP -MF .deps/collision_trimesh_box.Tpo -c collision_trimesh_box.cpp -fPIC -DPIC -o .libs/collision_trimesh_box.o In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_ccylinder.lo -MD -MP -MF .deps/collision_trimesh_ccylinder.Tpo -c collision_trimesh_ccylinder.cpp -fPIC -DPIC -o .libs/collision_trimesh_ccylinder.o ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_box.cpp:37: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_ccylinder.cpp:58: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/collision_trimesh_opcode.Tpo .deps/collision_trimesh_opcode.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_distance.lo -MD -MP -MF .deps/collision_trimesh_distance.Tpo -c -o collision_trimesh_distance.lo collision_trimesh_distance.cpp mv -f .deps/collision_trimesh_trimesh.Tpo .deps/collision_trimesh_trimesh.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_trimesh.lo -MD -MP -MF .deps/collision_cylinder_trimesh.Tpo -c -o collision_cylinder_trimesh.lo collision_cylinder_trimesh.cpp g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_distance.lo -MD -MP -MF .deps/collision_trimesh_distance.Tpo -c collision_trimesh_distance.cpp -fPIC -DPIC -o .libs/collision_trimesh_distance.o mv -f .deps/collision_trimesh_box.Tpo .deps/collision_trimesh_box.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_plane.lo -MD -MP -MF .deps/collision_trimesh_plane.Tpo -c -o collision_trimesh_plane.lo collision_trimesh_plane.cpp In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/collision_trimesh_ccylinder.Tpo .deps/collision_trimesh_ccylinder.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastldlt.lo -MD -MP -MF .deps/libfast_la-fastldlt.Tpo -c -o libfast_la-fastldlt.lo `test -f 'fastldlt.c' || echo './'`fastldlt.c In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_cylinder_trimesh.lo -MD -MP -MF .deps/collision_cylinder_trimesh.Tpo -c collision_cylinder_trimesh.cpp -fPIC -DPIC -o .libs/collision_cylinder_trimesh.o ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_distance.cpp:8: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT collision_trimesh_plane.lo -MD -MP -MF .deps/collision_trimesh_plane.Tpo -c collision_trimesh_plane.cpp -fPIC -DPIC -o .libs/collision_trimesh_plane.o gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastldlt.lo -MD -MP -MF .deps/libfast_la-fastldlt.Tpo -c fastldlt.c -fPIC -DPIC -o .libs/libfast_la-fastldlt.o In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_cylinder_trimesh.cpp:34: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:38, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IceFPU.h: In function 'float FastFabs(float)': ../../OPCODE/Ice/IceFPU.h:37: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:38: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsat(float)': ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:63: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:64: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float frsqrt(float)': ../../OPCODE/Ice/IceFPU.h:71: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:73: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:75: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float InvSqrt(const float&)': ../../OPCODE/Ice/IceFPU.h:82: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float RSqrt(float)': ../../OPCODE/Ice/IceFPU.h:96: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fsqrt(float)': ../../OPCODE/Ice/IceFPU.h:107: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float fepsilon(float)': ../../OPCODE/Ice/IceFPU.h:117: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:119: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h:121: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsNAN(float)': ../../OPCODE/Ice/IceFPU.h:125: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsIndeterminate(float)': ../../OPCODE/Ice/IceFPU.h:126: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsPlusInf(float)': ../../OPCODE/Ice/IceFPU.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'bool IsMinusInf(float)': ../../OPCODE/Ice/IceFPU.h:128: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'float ComputeFloatEpsilon()': ../../OPCODE/Ice/IceFPU.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceFPU.h: In function 'int ConvertToSortable(float)': ../../OPCODE/Ice/IceFPU.h:301: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:44, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IceContainer.h: In member function 'IceCore::Container& IceCore::Container::Add(float)': ../../OPCODE/Ice/IceContainer.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:55, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IcePoint.h: In member function 'BOOL IceMaths::Point::IsZero() const': ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::Tweak(udword, udword)': ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:245: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:246: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:247: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakBigger()': ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:255: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:256: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:257: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'void IceMaths::Point::TweakSmaller()': ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:263: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:265: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'udword IceMaths::Point::VectorCode() const': ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:337: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator==(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h: In member function 'bool IceMaths::Point::operator!=(const IceMaths::Point&) const': ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IcePoint.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:57, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'bool IceMaths::Matrix3x3::IsIdentity() const': ../../OPCODE/Ice/IceMatrix3x3.h:93: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:94: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:98: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:99: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:101: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h: In member function 'void IceMaths::Matrix3x3::Transpose()': ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:289: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:290: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix3x3.h:291: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:58, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'bool IceMaths::Matrix4x4::IsIdentity() const': ../../OPCODE/Ice/IceMatrix4x4.h:178: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:179: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:180: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:181: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:183: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:184: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:185: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:186: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:188: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:190: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:191: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:194: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:195: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:196: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h: In member function 'void IceMaths::Matrix4x4::Transpose()': ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:226: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:227: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:228: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:229: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:230: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceMatrix4x4.h:231: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ../../OPCODE/OPC_IceHook.h:64, from ../../OPCODE/Opcode.h:77, from collision_trimesh_internal.h:41, from collision_trimesh_plane.cpp:35: ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:380: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/libfast_la-fastldlt.Tpo .deps/libfast_la-fastldlt.Plo ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:381: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:382: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::Intersect(const IceMaths::AABB&, udword) const': ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:413: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'void IceMaths::AABB::Rotate(const IceMaths::Matrix4x4&, IceMaths::AABB&) const': ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:431: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:434: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastltsolve.lo -MD -MP -MF .deps/libfast_la-fastltsolve.Tpo -c -o libfast_la-fastltsolve.lo `test -f 'fastltsolve.c' || echo './'`fastltsolve.c ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:437: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h: In member function 'BOOL IceMaths::AABB::IsValid() const': ../../OPCODE/Ice/IceAABB.h:453: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:454: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../OPCODE/Ice/IceAABB.h:455: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/collision_trimesh_plane.Tpo .deps/collision_trimesh_plane.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastdot.lo -MD -MP -MF .deps/libfast_la-fastdot.Tpo -c -o libfast_la-fastdot.lo `test -f 'fastdot.c' || echo './'`fastdot.c mv -f .deps/collision_trimesh_distance.Tpo .deps/collision_trimesh_distance.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastlsolve.lo -MD -MP -MF .deps/libfast_la-fastlsolve.Tpo -c -o libfast_la-fastlsolve.lo `test -f 'fastlsolve.c' || echo './'`fastlsolve.c gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastltsolve.lo -MD -MP -MF .deps/libfast_la-fastltsolve.Tpo -c fastltsolve.c -fPIC -DPIC -o .libs/libfast_la-fastltsolve.o mv -f .deps/libfast_la-fastltsolve.Tpo .deps/libfast_la-fastltsolve.Plo gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastdot.lo -MD -MP -MF .deps/libfast_la-fastdot.Tpo -c fastdot.c -fPIC -DPIC -o .libs/libfast_la-fastdot.o mv -f .deps/collision_cylinder_trimesh.Tpo .deps/collision_cylinder_trimesh.Plo gcc -DHAVE_CONFIG_H -I. -I../../include -I../../OPCODE -I../../OPCODE/Ice -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE -DdSINGLE -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT libfast_la-fastlsolve.lo -MD -MP -MF .deps/libfast_la-fastlsolve.Tpo -c fastlsolve.c -fPIC -DPIC -o .libs/libfast_la-fastlsolve.o mv -f .deps/libfast_la-fastdot.Tpo .deps/libfast_la-fastdot.Plo mv -f .deps/libfast_la-fastlsolve.Tpo .deps/libfast_la-fastlsolve.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -O1 -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o libfast.la libfast_la-fastldlt.lo libfast_la-fastltsolve.lo libfast_la-fastdot.lo libfast_la-fastlsolve.lo -lm -lpthread ar cru .libs/libfast.a .libs/libfast_la-fastldlt.o .libs/libfast_la-fastltsolve.o .libs/libfast_la-fastdot.o .libs/libfast_la-fastlsolve.o ranlib .libs/libfast.a creating libfast.la (cd .libs && rm -f libfast.la && ln -s ../libfast.la libfast.la) /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -version-info 1:0:0 -o libode.la -rpath /usr/lib64 array.lo box.lo capsule.lo collision_cylinder_box.lo collision_cylinder_plane.lo collision_cylinder_sphere.lo collision_kernel.lo collision_quadtreespace.lo collision_sapspace.lo collision_space.lo collision_transform.lo collision_trimesh_disabled.lo collision_util.lo convex.lo cylinder.lo error.lo export-dif.lo heightfield.lo lcp.lo mass.lo mat.lo matrix.lo memory.lo misc.lo obstack.lo ode.lo odeinit.lo odemath.lo plane.lo quickstep.lo ray.lo rotation.lo sphere.lo step.lo stepfast.lo testing.lo timer.lo util.lo collision_trimesh_trimesh.lo collision_trimesh_trimesh_new.lo collision_trimesh_sphere.lo collision_trimesh_ray.lo collision_trimesh_opcode.lo collision_trimesh_box.lo collision_trimesh_ccylinder.lo collision_trimesh_distance.lo collision_cylinder_trimesh.lo collision_trimesh_plane.lo libfast.la joints/libjoints.la ../../OPCODE/libOPCODE.la ../../OPCODE/Ice/libIce.la -lm -lpthread g++ -shared -nostdlib /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib64/crti.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtbeginS.o .libs/array.o .libs/box.o .libs/capsule.o .libs/collision_cylinder_box.o .libs/collision_cylinder_plane.o .libs/collision_cylinder_sphere.o .libs/collision_kernel.o .libs/collision_quadtreespace.o .libs/collision_sapspace.o .libs/collision_space.o .libs/collision_transform.o .libs/collision_trimesh_disabled.o .libs/collision_util.o .libs/convex.o .libs/cylinder.o .libs/error.o .libs/export-dif.o .libs/heightfield.o .libs/lcp.o .libs/mass.o .libs/mat.o .libs/matrix.o .libs/memory.o .libs/misc.o .libs/obstack.o .libs/ode.o .libs/odeinit.o .libs/odemath.o .libs/plane.o .libs/quickstep.o .libs/ray.o .libs/rotation.o .libs/sphere.o .libs/step.o .libs/stepfast.o .libs/testing.o .libs/timer.o .libs/util.o .libs/collision_trimesh_trimesh.o .libs/collision_trimesh_trimesh_new.o .libs/collision_trimesh_sphere.o .libs/collision_trimesh_ray.o .libs/collision_trimesh_opcode.o .libs/collision_trimesh_box.o .libs/collision_trimesh_ccylinder.o .libs/collision_trimesh_distance.o .libs/collision_cylinder_trimesh.o .libs/collision_trimesh_plane.o -Wl,--whole-archive ./.libs/libfast.a joints/.libs/libjoints.a ../../OPCODE/.libs/libOPCODE.a ../../OPCODE/Ice/.libs/libIce.a -Wl,--no-whole-archive -lpthread -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2 -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtsavres.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/crtendS.o /usr/lib/gcc/ppc64-redhat-linux/4.3.2/../../../../lib64/crtn.o -m64 -mminimal-toc -Wl,-soname -Wl,libode.so.1 -o .libs/libode.so.1.0.0 (cd .libs && rm -f libode.so.1 && ln -s libode.so.1.0.0 libode.so.1) (cd .libs && rm -f libode.so && ln -s libode.so.1.0.0 libode.so) creating libode.la (cd .libs && rm -f libode.la && ln -s ../libode.la libode.la) make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' Making all in demo make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_boxstack.o -MD -MP -MF .deps/demo_boxstack.Tpo -c -o demo_boxstack.o demo_boxstack.cpp g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_buggy.o -MD -MP -MF .deps/demo_buggy.Tpo -c -o demo_buggy.o demo_buggy.cpp gcc -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_chain1.o -MD -MP -MF .deps/demo_chain1.Tpo -c -o demo_chain1.o demo_chain1.c g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_chain2.o -MD -MP -MF .deps/demo_chain2.Tpo -c -o demo_chain2.o demo_chain2.cpp mv -f .deps/demo_chain1.Tpo .deps/demo_chain1.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_collision.o -MD -MP -MF .deps/demo_collision.Tpo -c -o demo_collision.o demo_collision.cpp mv -f .deps/demo_buggy.Tpo .deps/demo_buggy.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_convex_cd.o -MD -MP -MF .deps/demo_convex_cd.Tpo -c -o demo_convex_cd.o demo_convex_cd.cpp mv -f .deps/demo_chain2.Tpo .deps/demo_chain2.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_crash.o -MD -MP -MF .deps/demo_crash.Tpo -c -o demo_crash.o demo_crash.cpp demo_convex_cd.cpp: In function 'void start()': demo_convex_cd.cpp:147: warning: unused variable 'm1' demo_convex_cd.cpp:148: warning: unused variable 'm2' demo_convex_cd.cpp: In function 'void command(int)': demo_convex_cd.cpp:278: warning: unused variable 'm' mv -f .deps/demo_convex_cd.Tpo .deps/demo_convex_cd.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_cylvssphere.o -MD -MP -MF .deps/demo_cylvssphere.Tpo -c -o demo_cylvssphere.o demo_cylvssphere.cpp mv -f .deps/demo_boxstack.Tpo .deps/demo_boxstack.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_feedback.o -MD -MP -MF .deps/demo_feedback.Tpo -c -o demo_feedback.o demo_feedback.cpp mv -f .deps/demo_crash.Tpo .deps/demo_crash.Po mv -f .deps/demo_cylvssphere.Tpo .deps/demo_cylvssphere.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_friction.o -MD -MP -MF .deps/demo_friction.Tpo -c -o demo_friction.o demo_friction.cpp g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_heightfield.o -MD -MP -MF .deps/demo_heightfield.Tpo -c -o demo_heightfield.o demo_heightfield.cpp mv -f .deps/demo_feedback.Tpo .deps/demo_feedback.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_hinge.o -MD -MP -MF .deps/demo_hinge.Tpo -c -o demo_hinge.o demo_hinge.cpp mv -f .deps/demo_friction.Tpo .deps/demo_friction.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_I.o -MD -MP -MF .deps/demo_I.Tpo -c -o demo_I.o demo_I.cpp mv -f .deps/demo_hinge.Tpo .deps/demo_hinge.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_jointPR.o -MD -MP -MF .deps/demo_jointPR.Tpo -c -o demo_jointPR.o demo_jointPR.cpp mv -f .deps/demo_I.Tpo .deps/demo_I.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_joints.o -MD -MP -MF .deps/demo_joints.Tpo -c -o demo_joints.o demo_joints.cpp mv -f .deps/demo_heightfield.Tpo .deps/demo_heightfield.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_jointPU.o -MD -MP -MF .deps/demo_jointPU.Tpo -c -o demo_jointPU.o demo_jointPU.cpp mv -f .deps/demo_jointPR.Tpo .deps/demo_jointPR.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_motion.o -MD -MP -MF .deps/demo_motion.Tpo -c -o demo_motion.o demo_motion.cpp mv -f .deps/demo_motion.Tpo .deps/demo_motion.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_motor.o -MD -MP -MF .deps/demo_motor.Tpo -c -o demo_motor.o demo_motor.cpp mv -f .deps/demo_collision.Tpo .deps/demo_collision.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_ode.o -MD -MP -MF .deps/demo_ode.Tpo -c -o demo_ode.o demo_ode.cpp mv -f .deps/demo_joints.Tpo .deps/demo_joints.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_piston.o -MD -MP -MF .deps/demo_piston.Tpo -c -o demo_piston.o demo_piston.cpp mv -f .deps/demo_jointPU.Tpo .deps/demo_jointPU.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_plane2d.o -MD -MP -MF .deps/demo_plane2d.Tpo -c -o demo_plane2d.o demo_plane2d.cpp mv -f .deps/demo_motor.Tpo .deps/demo_motor.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_slider.o -MD -MP -MF .deps/demo_slider.Tpo -c -o demo_slider.o demo_slider.cpp mv -f .deps/demo_plane2d.Tpo .deps/demo_plane2d.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_space.o -MD -MP -MF .deps/demo_space.Tpo -c -o demo_space.o demo_space.cpp mv -f .deps/demo_slider.Tpo .deps/demo_slider.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_space_stress.o -MD -MP -MF .deps/demo_space_stress.Tpo -c -o demo_space_stress.o demo_space_stress.cpp mv -f .deps/demo_space.Tpo .deps/demo_space.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_step.o -MD -MP -MF .deps/demo_step.Tpo -c -o demo_step.o demo_step.cpp mv -f .deps/demo_piston.Tpo .deps/demo_piston.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_basket.o -MD -MP -MF .deps/demo_basket.Tpo -c -o demo_basket.o demo_basket.cpp mv -f .deps/demo_space_stress.Tpo .deps/demo_space_stress.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_cyl.o -MD -MP -MF .deps/demo_cyl.Tpo -c -o demo_cyl.o demo_cyl.cpp mv -f .deps/demo_step.Tpo .deps/demo_step.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_moving_trimesh.o -MD -MP -MF .deps/demo_moving_trimesh.Tpo -c -o demo_moving_trimesh.o demo_moving_trimesh.cpp mv -f .deps/demo_ode.Tpo .deps/demo_ode.Po g++ -DHAVE_CONFIG_H -I. -I../../ode/src -I/builddir/build/BUILD/ode-0.10.1/include -DDRAWSTUFF_TEXTURE_PATH="\"/builddir/build/BUILD/ode-0.10.1/drawstuff/textures\"" -DdTRIMESH_ENABLED -DdSINGLE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -MT demo_trimesh.o -MD -MP -MF .deps/demo_trimesh.Tpo -c -o demo_trimesh.o demo_trimesh.cpp mv -f .deps/demo_basket.Tpo .deps/demo_basket.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_boxstack demo_boxstack.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread mv -f .deps/demo_cyl.Tpo .deps/demo_cyl.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_buggy demo_buggy.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread mkdir .libs mv -f .deps/demo_trimesh.Tpo .deps/demo_trimesh.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_chain1 demo_chain1.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lstdc++ -lm -lpthread mv -f .deps/demo_moving_trimesh.Tpo .deps/demo_moving_trimesh.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_chain2 demo_chain2.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_boxstack demo_boxstack.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_buggy demo_buggy.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_boxstack /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_collision demo_collision.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_buggy /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_convex_cd demo_convex_cd.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_chain1 demo_chain1.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lstdc++ -lm -lpthread creating demo_chain1 g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_chain2 demo_chain2.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_crash demo_crash.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_chain2 g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_collision demo_collision.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_cylvssphere demo_cylvssphere.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_convex_cd demo_convex_cd.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_collision /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_feedback demo_feedback.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_convex_cd /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_friction demo_friction.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_crash demo_crash.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_crash g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_cylvssphere demo_cylvssphere.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_heightfield demo_heightfield.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_cylvssphere g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_feedback demo_feedback.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_hinge demo_hinge.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_friction demo_friction.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_feedback /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_I demo_I.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_heightfield demo_heightfield.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_friction /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_jointPR demo_jointPR.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_heightfield g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_hinge demo_hinge.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_joints demo_joints.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_hinge g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_I demo_I.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_jointPU demo_jointPU.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_I g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_jointPR demo_jointPR.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_motion demo_motion.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_jointPR /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_motor demo_motor.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_jointPU demo_jointPU.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_joints demo_joints.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_jointPU g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_motion demo_motion.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_ode demo_ode.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_joints /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_piston demo_piston.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_motion g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_motor demo_motor.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_plane2d demo_plane2d.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_motor /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_slider demo_slider.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_ode demo_ode.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_ode g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_piston demo_piston.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_space demo_space.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_plane2d demo_plane2d.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_piston g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_slider demo_slider.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_space_stress demo_space_stress.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_plane2d /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_step demo_step.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_slider /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_basket demo_basket.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_space demo_space.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_space /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_cyl demo_cyl.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_space_stress demo_space_stress.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_step demo_step.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_basket demo_basket.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_step /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_moving_trimesh demo_moving_trimesh.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread creating demo_space_stress creating demo_basket /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o demo_trimesh demo_trimesh.o ../../drawstuff/src/libdrawstuff.la ../../ode/src/libode.la -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_cyl demo_cyl.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_cyl g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_moving_trimesh demo_moving_trimesh.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -ffast-math -o .libs/demo_trimesh demo_trimesh.o ../../drawstuff/src/.libs/libdrawstuff.a ../../ode/src/.libs/libode.so -lGL -lGLU -lm -lpthread creating demo_moving_trimesh creating demo_trimesh make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode' Making all in tests make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests' Making all in UnitTest++ make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' Making all in src make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' Making all in Posix make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests' make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.03Pvxy + umask 022 + cd /builddir/build/BUILD + cd ode-0.10.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64 + make install DESTDIR=/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64 Making install in include make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include' Making install in ode make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/ode' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/ode' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/include/ode" || /bin/mkdir -p "/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode" /usr/bin/install -c -m 644 'collision_trimesh.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/collision_trimesh.h' /usr/bin/install -c -m 644 'mass.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/mass.h' /usr/bin/install -c -m 644 'odecpp.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/odecpp.h' /usr/bin/install -c -m 644 'common.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/common.h' /usr/bin/install -c -m 644 'matrix.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/matrix.h' /usr/bin/install -c -m 644 'odecpp_collision.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/odecpp_collision.h' /usr/bin/install -c -m 644 'compatibility.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/compatibility.h' /usr/bin/install -c -m 644 'memory.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/memory.h' /usr/bin/install -c -m 644 'contact.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/contact.h' /usr/bin/install -c -m 644 'misc.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/misc.h' /usr/bin/install -c -m 644 'odemath.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/odemath.h' /usr/bin/install -c -m 644 'odeinit.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/odeinit.h' /usr/bin/install -c -m 644 'collision.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/collision.h' /usr/bin/install -c -m 644 'error.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/error.h' /usr/bin/install -c -m 644 'objects.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/objects.h' /usr/bin/install -c -m 644 'rotation.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/rotation.h' /usr/bin/install -c -m 644 'collision_space.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/collision_space.h' /usr/bin/install -c -m 644 'export-dif.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/export-dif.h' /usr/bin/install -c -m 644 'ode.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/ode.h' /usr/bin/install -c -m 644 'timer.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/timer.h' /usr/bin/install -c -m 644 'odeconfig.h' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/include/ode/odeconfig.h' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/ode' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/ode' Making install in drawstuff make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include/drawstuff' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/include' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/include' Making install in drawstuff make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' Making install in src make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/src' Making install in dstest make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff/dstest' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/drawstuff' Making install in OPCODE make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' Making install in Ice make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE/Ice' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/OPCODE' Making install in ode make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode' Making install in src make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' Making install in joints make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src/joints' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/src' test -z "/usr/lib64" || /bin/mkdir -p "/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libode.la' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64/libode.la' /usr/bin/install -c .libs/libode.so.1.0.0 /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64/libode.so.1.0.0 (cd /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64 && { ln -s -f libode.so.1.0.0 libode.so.1 || { rm -f libode.so.1 && ln -s libode.so.1.0.0 libode.so.1; }; }) (cd /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64 && { ln -s -f libode.so.1.0.0 libode.so || { rm -f libode.so && ln -s libode.so.1.0.0 libode.so; }; }) /usr/bin/install -c .libs/libode.lai /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64/libode.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/src' Making install in demo make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode/demo' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/ode' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/ode' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests' Making install in UnitTest++ make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' Making install in src make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' Making install in Posix make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[5]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src/Posix' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[5]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++/src' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[4]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests/UnitTest++' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests' make[3]: Entering directory `/builddir/build/BUILD/ode-0.10.1/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests' make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1/tests' make[1]: Entering directory `/builddir/build/BUILD/ode-0.10.1' make[2]: Entering directory `/builddir/build/BUILD/ode-0.10.1' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/bin" /usr/bin/install -c 'ode-config' '/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/bin/ode-config' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/ode-0.10.1' make[1]: Leaving directory `/builddir/build/BUILD/ode-0.10.1' + rm /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64/libode.la + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/ode-0.10.1 extracting debug info from /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/lib64/libode.so.1.0.0 symlinked /usr/lib/debug/usr/lib64/libode.so.1.0.0.debug to /usr/lib/debug/usr/lib64/libode.so.1.debug symlinked /usr/lib/debug/usr/lib64/libode.so.1.0.0.debug to /usr/lib/debug/usr/lib64/libode.so.debug 4465 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ode-0.10.1-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sWk3ov + umask 022 + cd /builddir/build/BUILD + cd ode-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/share/doc/ode-0.10.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/share/doc/ode-0.10.1 + /bin/mkdir -p /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/share/doc/ode-0.10.1 + cp -pr CHANGELOG.txt LICENSE.TXT README.txt /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64/usr/share/doc/ode-0.10.1 + exit 0 Provides: libode.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.3)(64bit) libode.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.3.4)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: ode-devel-0.10.1-1.fc10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libode.so.1()(64bit) Processing files: ode-debuginfo-0.10.1-1.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64 warning: Could not canonicalize hostname: ppc5.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/ode-0.10.1-1.fc10.ppc64.rpm Wrote: /builddir/build/RPMS/ode-devel-0.10.1-1.fc10.ppc64.rpm Wrote: /builddir/build/RPMS/ode-debuginfo-0.10.1-1.fc10.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pd1fWi + umask 022 + cd /builddir/build/BUILD + cd ode-0.10.1 + rm -rf /builddir/build/BUILDROOT/ode-0.10.1-1.fc10.ppc64 + exit 0 Child returncode was: 0 LEAVE do -->