1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix cppcheck warnings

This commit is contained in:
Steffen Vogel 2021-03-11 05:46:22 -05:00 committed by Steffen Vogel
parent cd81f65142
commit 56315a026c

View file

@ -214,7 +214,7 @@ int rtp_parse(struct vnode *n, json_t *json)
/** @todo parse * in addresses */
return ret;
return 0;
}
char * rtp_print(struct vnode *n)
@ -502,7 +502,7 @@ int rtp_type_stop()
libre_close();
return ret;
return 0;
}
int rtp_read(struct vnode *n, struct sample *smps[], unsigned cnt, unsigned *release)