Fix Apple Clang build

This commit is contained in:
RipleyTom 2024-02-24 16:30:38 +01:00 committed by Elad.Ash
parent 2b385f28f0
commit 0f682b7da1
3 changed files with 13 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wold-style-cast"
#import <Foundation/Foundation.h>
#pragma GCC diagnostic pop
namespace Darwin_Version
{