mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +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:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int udp_fd_cb(struct osmo_fd *ofd, unsigned int what)
|
static int udp_fd_cb(struct osmo_fd *ofd, unsigned int what)
|
||||||
|
|||||||
Reference in New Issue
Block a user