Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Fixes for compiling BlockOpenNISkeleton sample on OSX (10.8) #6

Open
wants to merge 10 commits into
base: multidevices
Choose a base branch
from
Next Next commit
Define alternate deprecation macro for OS X
Fixes compilation warning that "warning" does not exist
Ian Smith-Heisters committed Dec 4, 2012

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bb7443fa6e9a68e7df9c28ab6835db4a82446d42
3 changes: 3 additions & 0 deletions include/Include/MacOSX/XnPlatformMacOSX.h
Original file line number Diff line number Diff line change
@@ -39,5 +39,8 @@

#undef XN_THREAD_STATIC
#define XN_THREAD_STATIC

#undef XN_API_DEPRECATED
#define XN_API_DEPRECATED(msg) __attribute__((deprecated("This function is deprecated: " msg)))

#endif //_XN_PLATFORM_MACOSX_H_