Get rid of deprecated warnings spam on ps4
This commit is contained in:
@@ -125,5 +125,7 @@
|
||||
// Custom attribute for Clang on PS4
|
||||
#if PLATFORM_PS4
|
||||
#undef DLLEXPORT
|
||||
#undef DEPRECATED
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#define DEPRECATED(...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user