Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2823)

Unified Diff: breakpad/breakpad_handler.gypi

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « breakpad/BUILD.gn ('k') | build/secondary/testing/gtest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_handler.gypi
diff --git a/breakpad/breakpad_handler.gypi b/breakpad/breakpad_handler.gypi
index 34b448d839ea0ac6944e89f218e7ebcf6e35b68b..657e819a85229afad268839dc3ad5725778702ed 100644
--- a/breakpad/breakpad_handler.gypi
+++ b/breakpad/breakpad_handler.gypi
@@ -44,6 +44,11 @@
'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
+ 'clang_warning_flags': [
+ # See
+ # https://code.google.com/p/google-breakpad/issues/detail?id=658.
+ '-Wno-reorder',
+ ],
},
# TODO(gregoryd): direct_dependent_settings should be shared with the
# 64-bit target, but it doesn't work due to a bug in gyp
« no previous file with comments | « breakpad/BUILD.gn ('k') | build/secondary/testing/gtest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698