diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-07 23:15:35 +0200 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-07 23:09:55 +0000 |
commit | b46ce4172ee8282a39997c175dff2bd8f187208f (patch) | |
tree | 659660761ab1b8d7d03b0e14358f95808bec9541 /core/fxcrt/fxcrt_stream.cpp | |
parent | f6f68c75ce54a5865fb19dcb075e7734f1639663 (diff) | |
download | pdfium-b46ce4172ee8282a39997c175dff2bd8f187208f.tar.xz |
core: fix -Wshadow warningschromium/3153
Found with this patch:
diff --git a/BUILD.gn b/BUILD.gn
index 83bad1b13..444685f04 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -89,6 +89,8 @@ config("pdfium_core_config") {
"/wd4324",
"/wd4577",
]
+ } else {
+ cflags += [ "-Wshadow" ]
}
}
But renaming the conflicting names is tricky, so done with clang-rename.
Change-Id: Ie959b86e9e82b11b211761b0c73e439e51044de7
Reviewed-on: https://pdfium-review.googlesource.com/7410
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcrt/fxcrt_stream.cpp')
0 files changed, 0 insertions, 0 deletions