mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1022420 - Disable NS_NO_VTABLE on clang-cl in order to avoid the compiler warning; r=froydnj
This commit is contained in:
parent
2c48cf7bb1
commit
1a3e298678
@ -256,7 +256,7 @@
|
||||
#ifdef NS_NO_VTABLE
|
||||
#undef NS_NO_VTABLE
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#define NS_NO_VTABLE __declspec(novtable)
|
||||
#else
|
||||
#define NS_NO_VTABLE
|
||||
|
Loading…
Reference in New Issue
Block a user