mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fix Apple Clang build
This commit is contained in:
parent
2b385f28f0
commit
0f682b7da1
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue