[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45908] trunk/blender/extern/bullet2/src: Peer pressure :) Fix some very public (but probably harmless) errors in extern/bullet2, it will propagate to the Bullet soon from here:

Antony Riakiotakis kalast at gmail.com
Tue Apr 24 09:40:16 CEST 2012


Hi, seeing this commit reminds me that for MinGW64 bit I saw some
extra warnings that had to be bypassed by passing -fpermissive to gcc.
Things like assignment of (64 bit) pointer to 32bit integer. i don't
know how secure these assignments are (they look deliberate and
possibly harmless since the higher bits are masked off anyway later in
the code). The compiler errors out at btSerializer.h lines 250 and
285. Just letting you know :)


More information about the Bf-committers mailing list