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:
Mirko Bonadei 2018-07-04 16:22:52 +02:00 committed by Commit Bot
parent e144f7fb83
commit 4077814031

View File

@ -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" ]