--- third_party/angle/src/common/debug.h.orig 2021-04-14 01:15:19 UTC +++ third_party/angle/src/common/debug.h @@ -392,7 +392,7 @@ std::ostream &FmtHex(std::ostream &os, T value) # define ANGLE_DISABLE_STRUCT_PADDING_WARNINGS #endif -#if defined(__clang__) +#if defined(__clang__) && !defined(__FreeBSD__) # define ANGLE_DISABLE_SUGGEST_OVERRIDE_WARNINGS \ _Pragma("clang diagnostic push") \ _Pragma("clang diagnostic ignored \"-Wsuggest-destructor-override\"") \