Suppressed some clang warnings.
1 files changed, 2 insertions(+), 0 deletions(-) M hasher/pch.h
M hasher/pch.h +2 -0
@@ 13,6 13,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