build: enable -Wunsafe-buffer-usage warnings (#44056)
This commit is contained in:
parent
de04fc3b90
commit
fb959f8d30
2 changed files with 37 additions and 0 deletions
|
@ -77,3 +77,6 @@ enterprise_cloud_content_analysis = false
|
|||
# TODO: remove dependency on legacy ipc
|
||||
# https://issues.chromium.org/issues/40943039
|
||||
content_enable_legacy_ipc = true
|
||||
|
||||
# Electron has its own unsafe-buffers enforcement directories.
|
||||
clang_unsafe_buffers_paths = "//electron/electron_unsafe_buffers_paths.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue