replace some silly warnings

This commit is contained in:
Jettford
2024-12-11 19:25:54 +00:00
parent 0d0d7c7e50
commit 14f15b19f2
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