About Store Forum Documentation Contact



Post Reply 
Xcode Warnings
Author Message
fatcoder Offline
Member

Post: #1
Xcode Warnings
When compiling on Mac, Xcode throws a few warnings about the new and delete operators in Memory.h. This happens when compiling both with EE and Xcode. They don't stop it from compiling, but not sure if this is intended or not?

Code:
'operator new' is missing exception specification 'throw(std::bad_alloc)'
Replacement function 'operator new' cannot be declared 'inline'
Replacement function 'operator delete' cannot be declared 'inline'
06-27-2014 05:53 AM
Find all posts by this user Quote this message in a reply
Post Reply