Compilerwarning possible loss of data in file port.h

BUG=webrtc:6179

Review-Url: https://codereview.webrtc.org/2224323002
Cr-Commit-Position: refs/heads/master@{#14671}
This commit is contained in:
bertholdherrmann08 2016-10-18 14:00:02 -07:00 committed by Commit bot
parent cc555c5019
commit 1203066236

View File

@ -528,7 +528,7 @@ class Connection : public CandidatePairInterface,
remote_ice_mode_ = mode;
}
void set_receiving_timeout(int64_t receiving_timeout_ms) {
void set_receiving_timeout(int receiving_timeout_ms) {
receiving_timeout_ = receiving_timeout_ms;
}