Suppressed warning about weak vtables.
2 files changed, 2 insertions(+), 0 deletions(-)

M hasher/pch.h
M jasm/pch.h
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