M hasher/pch.h +1 -0
@@ 15,6 15,7 @@
#pragma clang diagnostic ignored "-Wfloat-equal"
#pragma clang diagnostic ignored "-Wswitch-default"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
+ #pragma clang diagnostic ignored "-Wweak-vtables"
#define DECLARE_SWITCH_FALLTHROUGH [[clang::fallthrough]];
#else
#define DECLARE_SWITCH_FALLTHROUGH
M jasm/pch.h +1 -0
@@ 12,6 12,7 @@
#pragma clang diagnostic ignored "-Wfloat-equal"
#pragma clang diagnostic ignored "-Wswitch-default"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
+ #pragma clang diagnostic ignored "-Wweak-vtables"
#define DECLARE_SWITCH_FALLTHROUGH [[clang::fallthrough]];
#else
#define DECLARE_SWITCH_FALLTHROUGH