Change #if LL_DARWIN to #if __clang__ as clang can be used on Linux too ...

master
Nicky 2020-07-17 20:26:02 +02:00
parent 039d96a954
commit 449f7fe8e8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define LL_LLKDUMEM_H
//<FS:TS> Silence Clang warning the flag doesn't for some reason
#if LL_DARWIN
#if __clang__
#pragma clang diagnostic ignored "-Woverloaded-virtual"
#endif
//</FS:TS>