Removing /wd4334 from system_wrappers.
Bug: webrtc:9251 Change-Id: Ie500934e03337763d9d9a1bd436605e2d85191b9 Reviewed-on: https://webrtc-review.googlesource.com/87142 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23848}
This commit is contained in:
parent
e144f7fb83
commit
4077814031
@ -86,8 +86,6 @@ rtc_static_library("system_wrappers") {
|
||||
if (is_win) {
|
||||
libs += [ "winmm.lib" ]
|
||||
|
||||
cflags = [ "/wd4334" ] # Ignore warning on shift operator promotion.
|
||||
|
||||
# Windows needs ../rtc_base:rtc_base due to include of
|
||||
# webrtc/rtc_base/win32.h in source/clock.cc.
|
||||
deps += [ "../rtc_base:rtc_base" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user