Fix warning 4373.
Looks like all the current warnings were because of a MSVC bug: https://github.com/google/googletest/blob/master/googlemock/docs/FrequentlyAskedQuestions.md We can just disable this one for all tests and be done with it. Bug: webrtc:261 Change-Id: I882a577f832ff71ac61936abebe0ca537088bab8 Reviewed-on: https://webrtc-review.googlesource.com/40840 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21691}
This commit is contained in:
committed by
Commit Bot
parent
9e539f0959
commit
34924c236c
@ -707,12 +707,6 @@ if (rtc_include_tests) {
|
||||
if (rtc_build_libvpx) {
|
||||
deps += [ rtc_libvpx_dir ]
|
||||
}
|
||||
if (is_win) {
|
||||
cflags = [
|
||||
# TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
|
||||
"/wd4373", # virtual function override.
|
||||
]
|
||||
}
|
||||
|
||||
# TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
|
||||
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
||||
|
||||
Reference in New Issue
Block a user