Change #if LL_DARWIN to #if __clang__ as clang can be used on Linux too ...
parent
039d96a954
commit
449f7fe8e8
|
|
@ -28,7 +28,7 @@
|
||||||
#define LL_LLKDUMEM_H
|
#define LL_LLKDUMEM_H
|
||||||
|
|
||||||
//<FS:TS> Silence Clang warning the flag doesn't for some reason
|
//<FS:TS> Silence Clang warning the flag doesn't for some reason
|
||||||
#if LL_DARWIN
|
#if __clang__
|
||||||
#pragma clang diagnostic ignored "-Woverloaded-virtual"
|
#pragma clang diagnostic ignored "-Woverloaded-virtual"
|
||||||
#endif
|
#endif
|
||||||
//</FS:TS>
|
//</FS:TS>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue