OSX: Disable deprecated warnings.

This commit is contained in:
Бранимир Караџић 2018-12-28 22:24:36 -08:00
parent 3a961e6ab7
commit 0a1869d4f2

View File

@ -11,6 +11,8 @@
# include <Cocoa/Cocoa.h>
# include <bx/os.h>
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wdeprecated-declarations")
namespace bgfx { namespace gl
{