summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_win.gypi
diff options
context:
space:
mode:
authorsammc <sammc@chromium.org>2015-07-09 19:51:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-10 02:51:59 +0000
commitc98d446e81bcc18cf4241325c8719ccdc0b7abf3 (patch)
tree7af4ff9d62d1d0b0b8f0535c6e491b8234eaa3ec /remoting/remoting_host_win.gypi
parent00087593106713568ab4e3caf6bab3c39851d8f4 (diff)
downloadchromium_src-c98d446e81bcc18cf4241325c8719ccdc0b7abf3.zip
chromium_src-c98d446e81bcc18cf4241325c8719ccdc0b7abf3.tar.gz
chromium_src-c98d446e81bcc18cf4241325c8719ccdc0b7abf3.tar.bz2
clang/win: Build without -Wno-incompatible-pointer-types.
It defines YY_USE_CONST when building mesa to fix this warning, disables -Wincompatible-pointer-types for the other third-party libraries that trigger it and fixes some underspecified dependencies in third_party/libwebp. BUG=504696 Review URL: https://codereview.chromium.org/1226583002 Cr-Commit-Position: refs/heads/master@{#338227}
Diffstat (limited to 'remoting/remoting_host_win.gypi')
-rw-r--r--remoting/remoting_host_win.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index b621326..efe2df8 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -93,6 +93,9 @@
'clang_warning_flags': [
# MIDL generated code has a habit of omitting optional braces.
'-Wno-missing-braces',
+ # Source files generated by the MIDL compiler trigger warnings with
+ # -Wincompatible-pointer-types enabled.
+ '-Wno-incompatible-pointer-types',
],
},
}, # end of target 'remoting_lib_ps'