| commit | 0605361a38cc37ede3a30d194294e892b956d81f | [log] [tgz] |
|---|---|---|
| author | Caslyn Tonelli <caslyn@google.com> | Tue Jul 15 11:00:51 2025 -0700 |
| committer | Caslyn Tonelli <caslyn@google.com> | Tue Jul 15 13:23:35 2025 -0700 |
| tree | 0963cb2a13b97e51d70787e6556c4e99e7b31a6a | |
| parent | b8a7d6da5b2335df140d630f69759bb9402fa969 [diff] |
Suppress uninitialized-const-pointer warning Bug: 432038197, 432033896 Change-Id: I3f5afcce4e74abdf5575431aff5473338041acbd Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/curl/+/1321797 Reviewed-by: Paul Kirth <paulkirth@google.com>
diff --git a/BUILD.gn b/BUILD.gn index ca914c5..2a03741 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -419,6 +419,9 @@ "-Wno-conversion", "-Wno-implicit-fallthrough", "-Wno-unused-but-set-variable", + + # TODO(https://fxbug.dev/432038197): update library to resolve this warning. + "-Wno-uninitialized-const-pointer", ] }