Descriptiongn/linux: warnings as errors, turn on Wextra
Also remove a few redundant consts that result in warnings like:
../../content/common/cursors/webcursor_aurax11.cc:20:1: error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers]
const ui::PlatformCursor WebCursor::GetPlatformCursor() {
^~~~~~
TBR=davemoore@chromium.org,sadrul@chromium.org
R=brettw@chromium.org, thakis@chromium.org,rch@chromium.org
BUG=393046, 335824
Committed: https://crrev.com/4c2d33ac8c061cf27a594473d6f9a450ee6c3c89
Cr-Commit-Position: refs/heads/master@{#293930}
Patch Set 1 #Patch Set 2 : more aggressive #
Total comments: 1
Patch Set 3 : icu no-deprecated #Patch Set 4 : no-implicit-function-declaration in test #Patch Set 5 : . #Patch Set 6 : more consts #
Total comments: 2
Patch Set 7 : consts #Patch Set 8 : add comment #
Total comments: 3
Patch Set 9 : . #Messages
Total messages: 53 (22 generated)
|