Warning C4291

tjloughl
Posts: 23
Joined: Wed Oct 03, 2007 4:03 am

Warning C4291

Post by tjloughl »

When I am compiling my project, I am getting the warning
Warning 1 warning C4291: 'void *operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception c:\documents and settings\tjloughl\desktop\mqp\bullet-2.62\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h 52

It is happening for most of the bullet code.

Any idea how I could fix this? Thanks