| commit | 2d70dae3d0ca16ed9d7903f15341d18d4e49b1ca | [log] [tgz] |
|---|---|---|
| author | Devon Loehr <dloehr@google.com> | Mon Apr 14 12:11:57 2025 -0700 |
| committer | swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com <swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 14 12:31:35 2025 -0700 |
| tree | 2386473f94a14fc91e3457d8454d14a51d04258d | |
| parent | 4cc49bf6bf72a68745168a967d6a30ee3dcc09b6 [diff] |
Disable new clang warnings in llvm-10.0 This is old code, so there's not much point in flagging warnings. Bug: chromium:403236787, chromium:368047728 Change-Id: Ib3bbd15036258b1ecef7a04dbe7254196f0caf73 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/75288 Tested-by: Shahbaz Youssefi <syoussefi@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@google.com> Reviewed-by: Shahbaz Youssefi <syoussefi@google.com>
diff --git a/third_party/llvm-10.0/BUILD.gn b/third_party/llvm-10.0/BUILD.gn index 59e5230..1c3dafa 100644 --- a/third_party/llvm-10.0/BUILD.gn +++ b/third_party/llvm-10.0/BUILD.gn
@@ -72,6 +72,8 @@ "-Wno-unused-private-field", "-Wno-unused-result", "-Wno-unused-variable", + "-Wno-unnecessary-virtual-specifier", + "-Wno-unique-object-duplication", ] }