aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@chromium.org>2016-05-03 16:56:06 +0200
committerPrimiano Tucci <primiano@chromium.org>2016-05-03 16:56:06 +0200
commitfcb844ee32171e2340162f1ced0e7fdcde7b2b24 (patch)
treeb4e7d3b862f533becb32c9277cade4818d693c5c /android
parentRevert of Extend mapping merge to include reserved but unused mappings. (http... (diff)
downloadbreakpad-fcb844ee32171e2340162f1ced0e7fdcde7b2b24.tar.xz
Add parentheses to silence clang warning
crrev.com/1887033002 introuced a clang warning (see below). This fixes it, so that breakpad can be rolled in chrome, where warnings are always fatal. From: https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/59031/steps/compile%20%28with%20patch%29/logs/stdio FAILED: clang_x64/obj/breakpad/dump_syms/dwarf_cu_to_module.o ../../breakpad/src/common/dwarf_cu_to_module.cc:420:20: error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] if (declaration_ && qualified_name || (unqualified_name && enclosing_name)) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~ ../../breakpad/src/common/dwarf_cu_to_module.cc:420:20: note: place parentheses around the '&&' expression to silence this warning if (declaration_ && qualified_name || (unqualified_name && enclosing_name)) { ^ ( ) R=mark@chromium.org, petrcermak@chromium.org Review URL: https://codereview.chromium.org/1928363002 .
Diffstat (limited to 'android')
0 files changed, 0 insertions, 0 deletions