mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00
Removing /wd4245 from examples/.
Bug: webrtc:9251 Change-Id: I335648b622ba49ca4a5bd501db2fb4dad924f2ea Reviewed-on: https://webrtc-review.googlesource.com/87143 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23895}
This commit is contained in:
parent
4d131e4eec
commit
bd216f2854
1 changed files with 0 additions and 2 deletions
|
@ -726,7 +726,6 @@ if (is_linux || is_win) {
|
||||||
"peerconnection/client/main_wnd.cc",
|
"peerconnection/client/main_wnd.cc",
|
||||||
"peerconnection/client/main_wnd.h",
|
"peerconnection/client/main_wnd.h",
|
||||||
]
|
]
|
||||||
cflags = [ "/wd4245" ]
|
|
||||||
configs += [ "//build/config/win:windowed" ]
|
configs += [ "//build/config/win:windowed" ]
|
||||||
deps += [ "../media:rtc_media_base" ]
|
deps += [ "../media:rtc_media_base" ]
|
||||||
}
|
}
|
||||||
|
@ -877,7 +876,6 @@ if (is_win || is_android) {
|
||||||
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
||||||
}
|
}
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
cflags = [ "/wd4245" ]
|
|
||||||
configs += [
|
configs += [
|
||||||
"//build/config/win:windowed",
|
"//build/config/win:windowed",
|
||||||
":peerconnection_client_warnings_config",
|
":peerconnection_client_warnings_config",
|
||||||
|
|
Loading…
Reference in a new issue