mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
meas_feed.c: Fix compiler warning
This commit is contained in:
@@ -85,7 +85,7 @@ static int feed_write_cb(struct osmo_fd *ofd, struct msgb *msg)
|
||||
return write(ofd->fd, msgb_data(msg), msgb_length(msg));
|
||||
}
|
||||
|
||||
static int feed_read_cb(struct osmo_fd *ofd, struct msgb *msg)
|
||||
static int feed_read_cb(struct osmo_fd *ofd)
|
||||
{
|
||||
int rc;
|
||||
char buf[256];
|
||||
|
Reference in New Issue
Block a user