webrtc: Silence -Wsign-compare warning
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Mon, 1 Oct 2018 03:56:48 +0000 (10:56 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 4 Oct 2018 03:14:18 +0000 (08:44 +0530)
commit66ac9ee37af40815a3ff0ec446af85b8d1ac7e71
tree38fb3761cf101db8518ec48276631cecb6d8c810
parent88d77ff852859bc7d18e71385b6e5d7acffdfa49
webrtc: Silence -Wsign-compare warning

  webrtc.cc:202:19: warning: comparison of integer expressions of different signedness:
  'int' and 'std::vector<webrtc::CartesianPoint<float> >::size_type' {aka 'long unsigned int'}

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
src/modules/echo-cancel/webrtc.cc