Roll NaCl from a4ea8c1d3f06 to 1258a9e17b23 (1 revision)
The new compiler version throws a warning that had to be disabled.
a4ea8c1d3f..1258a9e17b
2025-02-03 fabiansommer@chromium.org Update revision for Saigo
Bug: 40210191
Change-Id: I3112eb0f8408df63fd4877404efe943aedfc334a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6226379
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Fabian Sommer <fabiansommer@chromium.org>
Commit-Queue: Fabian Sommer <fabiansommer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1416096}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
a628ea2ac5
commit
b893eceea6
2
DEPS
2
DEPS
@ -324,7 +324,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling NaCl
|
||||
# and whatever else without interference from each other.
|
||||
'nacl_revision': 'a4ea8c1d3f066dd9ff0d41be07d2ea02d00cee9b',
|
||||
'nacl_revision': '1258a9e17b2302a1f3a6145d8f70e28a1425afe3',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# and whatever else without interference from each other.
|
||||
|
@ -1977,6 +1977,9 @@ config("default_warnings") {
|
||||
|
||||
# TODO(crbug.com/40284799): Fix and re-enable.
|
||||
"-Wno-thread-safety-reference-return",
|
||||
|
||||
# TODO(crbug.com/376641662): Fix and re-enable.
|
||||
"-Wno-nontrivial-memcall",
|
||||
]
|
||||
|
||||
cflags_cc += [
|
||||
@ -1992,9 +1995,6 @@ config("default_warnings") {
|
||||
|
||||
# TODO(crbug.com/344680447): Fix and re-enable.
|
||||
cflags_cc += [ "-Wno-missing-template-arg-list-after-template-kw" ]
|
||||
|
||||
# TODO(crbug.com/376641662): Fix and re-enable.
|
||||
cflags += [ "-Wno-nontrivial-memcall" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
Submodule native_client updated: a4ea8c1d3f...1258a9e17b
Reference in New Issue
Block a user