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

Unified Diff: cloud_print/service/win/service.gyp

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 | « cloud_print/service/win/chrome_launcher.cc ('k') | cloud_print/service/win/setup_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service.gyp
diff --git a/cloud_print/service/win/service.gyp b/cloud_print/service/win/service.gyp
index 1221842d988bcdc83ef557f37b29f15147eb0db5..9c924d5f2a30ac93dccfb62b5b724bac38e9dbab 100644
--- a/cloud_print/service/win/service.gyp
+++ b/cloud_print/service/win/service.gyp
@@ -89,6 +89,12 @@
}],
],
},
+ 'variables': {
+ 'clang_warning_flags': [
+ # atlgdi.h fails with -Wreorder enabled.
+ '-Wno-reorder',
+ ]
+ },
},
{
'target_name': 'cloud_print_service_setup',
« no previous file with comments | « cloud_print/service/win/chrome_launcher.cc ('k') | cloud_print/service/win/setup_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698