replace some silly warnings

This commit is contained in:
Jettford
2024-12-11 19:25:54 +00:00
parent a0f2aebb4d
commit 92d086c10b
4 changed files with 8 additions and 5 deletions

View File

@@ -8,6 +8,8 @@
#define DARKFLAME_PLATFORM_IOS
#elif TARGET_OS_MAC
#define DARKFLAME_PLATFORM_MACOS
#pragma clang diagnostic push // prevent pragma messages being counted as a warning
#pragma clang diagnostic ignored "-W#pragma-messages"
#else
#error unknown Apple operating system
#endif