Commit b1d14cd0 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Suppress new Clang warning -Wbuiltin-assume-aligned-alignment

Bug: 1016945
Change-Id: Ide11a3e8f26ed447668f1497daf4392d0ba0d605
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879889
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarReid Kleckner <rnk@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709270}
parent 5f4571dc
...@@ -1539,6 +1539,9 @@ config("default_warnings") { ...@@ -1539,6 +1539,9 @@ config("default_warnings") {
cflags += [ cflags += [
# TODO(https://crbug.com/1016947) Clean up, enable. # TODO(https://crbug.com/1016947) Clean up, enable.
"-Wno-bitwise-conditional-parentheses", "-Wno-bitwise-conditional-parentheses",
# TODO(https://crbug.com/1016945) Clean up, enable.
"-Wno-builtin-assume-aligned-alignment",
] ]
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment