diff options
author | thakis <thakis@chromium.org> | 2015-12-31 09:26:06 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-31 17:26:58 +0000 |
commit | 29de2c811de5e5fa6eb238bbcd45796907c037bd (patch) | |
tree | ac1ea9902b9958b3af28eda50a4301bf56c3ecf5 /chromecast | |
parent | 92469c8c4b7da052273dee1a31308663d1dd1e3d (diff) | |
download | chromium_src-29de2c811de5e5fa6eb238bbcd45796907c037bd.zip chromium_src-29de2c811de5e5fa6eb238bbcd45796907c037bd.tar.gz chromium_src-29de2c811de5e5fa6eb238bbcd45796907c037bd.tar.bz2 |
Prepare for -Wall for third-party code, -Wextra for chromium_code
This lands patch set 16 of https://codereview.chromium.org/1551753002/
(reviewed there), except for the changes to build/common.gypi and
build/config/compiler/BUILD.gn. The changes to these two files are likely
to break some bot I don't know about, and I don't want to keep reverting
and relanding all these files. So this lands the parts that are hopefully
harmless separately.
BUG=573250
TBR=thestig
Review URL: https://codereview.chromium.org/1557733002
Cr-Commit-Position: refs/heads/master@{#367252}
Diffstat (limited to 'chromecast')
-rw-r--r-- | chromecast/crash/linux/dump_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromecast/crash/linux/dump_info.h b/chromecast/crash/linux/dump_info.h index a225636..08f0fb6 100644 --- a/chromecast/crash/linux/dump_info.h +++ b/chromecast/crash/linux/dump_info.h @@ -62,7 +62,7 @@ class DumpInfo { // } scoped_ptr<base::Value> GetAsValue() const; const MinidumpParams& params() const { return params_; } - const bool valid() const { return valid_; } + bool valid() const { return valid_; } private: // Checks if parsed JSON in |value| is valid, if so populates the object's |