mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1247536 - Fix -Wunreachable-code warning in media/mtransport/. r=drno
media/mtransport/nr_socket_prsock.cpp:1059:10: warning: 'return' will never be executed [-Wunreachable-code-return]
This commit is contained in:
parent
78baeae433
commit
d62f35110d
@ -1056,7 +1056,6 @@ NS_IMETHODIMP NrUdpSocketIpcProxy::CallListenerOpened() {
|
||||
// callback while UDP socket is connected
|
||||
NS_IMETHODIMP NrUdpSocketIpcProxy::CallListenerConnected() {
|
||||
return socket_->CallListenerConnected();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// callback while UDP socket is closed
|
||||
|
Loading…
Reference in New Issue
Block a user