Suppressed some clang warnings.
1 files changed, 2 insertions(+), 0 deletions(-)

M core/pch.h
M core/pch.h +2 -0
@@ 10,6 10,8 @@ 
 	#pragma clang diagnostic ignored "-Wmissing-variable-declarations"
 	#pragma clang diagnostic ignored "-Wpadded"
 	#pragma clang diagnostic ignored "-Wfloat-equal"
+	#pragma clang diagnostic ignored "-Wswitch-default"
+	#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
 	#define DECLARE_SWITCH_FALLTHROUGH [[clang::fallthrough]];
 #else
 	#define DECLARE_SWITCH_FALLTHROUGH