mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Fix no-return-in-nonvoid-function meas_vis.c
RPM post-build-checks found some issue and marks these as error: [ 38s] I: Program returns random data in a function [ 38s] E: openbsc no-return-in-nonvoid-function meas_vis.c:118
This commit is contained in:
committed by
Harald Welte
parent
292769e19e
commit
4316cb2f25
@@ -115,6 +115,8 @@ static int handle_msg(struct msgb *msg)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int udp_fd_cb(struct osmo_fd *ofd, unsigned int what)
|
||||
|
Reference in New Issue
Block a user