summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-09-04 18:33:12 -0700
committerNico Weber <thakis@chromium.org>2014-09-05 01:35:50 +0000
commitea993a8549fda789ca41cceb919266931fd353f5 (patch)
treed67c4b909bb44b6b42d024d3f915aa6f53a900e8 /remoting
parent9f8fe767920001f734dddc678bad491be8cc363b (diff)
downloadchromium_src-ea993a8549fda789ca41cceb919266931fd353f5.zip
chromium_src-ea993a8549fda789ca41cceb919266931fd353f5.tar.gz
chromium_src-ea993a8549fda789ca41cceb919266931fd353f5.tar.bz2
win/clang: Fix all remaining -Wformat warnings.
We recently switched from building chromium_builder_tests to building everything, this fixes almost all warnings in the ~1000 translation units we weren't compiling before. No behavior change. BUG=82385 R=scottmg@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/543923002 Cr-Commit-Position: refs/heads/master@{#293393}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting_host_win.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index a3f0777..d91505a 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -252,9 +252,9 @@
},
'conditions': [
['clang==1', {
- # atlbase.h contains a global "using namespace WTL;".
+ # atlapp.h contains a global "using namespace WTL;".
# TODO: Remove once remoting/host/verify_config_window_win.h no
- # longer depends on atlbase.h, http://crbug.com/5027
+ # longer depends on atlapp.h, http://crbug.com/5027
'VCCLCompilerTool': {
'AdditionalOptions': ['-Wno-header-hygiene'],
},