Chromium Code Reviews
DescriptionFix compilation of //third_party/nss with gn on iOS.
Move the cflags override into a separate config so that they are
applied after those from //build/config/compiler:no_chromium_code.
Without this change, the -Wno-unused-function is found before the
-Wall that set the -Wunused-function flag. By using a separate
config, the flags are set in order, and the -Wno-unused-function
is found after the -Wall.
BUG=459705
Committed: https://crrev.com/f5d1a9c599c7cd6833455eacb4ec694a47c1f1b0
Cr-Commit-Position: refs/heads/master@{#372546}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||