EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

Fix build with gcc-7 #700

Closed kraj closed 6 years ago

kraj commented 6 years ago

Fixes warnings about fall through in case statements

../../git/transport/owr_transport_agent.c: In function 'bus_call': ../../git/transport/owr_transport_agent.c:393:20: error: this statement may fall through [-Werror=implicit-fallthrough=] is_warning = TRUE;

Signed-off-by: Khem Raj raj.khem@gmail.com