From 8751227258f4326992752f5635b1fe9913b0a107 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Tue, 13 Jul 2021 20:04:51 +0000 Subject: [PATCH] fuzzers: Disable clang warning for clang 12 Fixes build when using clang 12 Change-Id: Ia60e8690e0b6dbe7c33879dfdf1b41bfcf71f6f6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57884 Auto-Submit: Ben Clayton Commit-Queue: James Price Kokoro: Kokoro Reviewed-by: James Price --- fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.h b/fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.h index 9439ed3179..b4879f33e8 100644 --- a/fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.h +++ b/fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.h @@ -25,6 +25,7 @@ #pragma clang diagnostic ignored "-Wextra-semi-stmt" #pragma clang diagnostic ignored "-Winconsistent-missing-destructor-override" #pragma clang diagnostic ignored "-Wweak-vtables" +#pragma clang diagnostic ignored "-Wsuggest-destructor-override" #include "fuzzers/tint_ast_fuzzer/protobufs/tint_ast_fuzzer.pb.h"