fix unused argument warning
This commit is contained in:
parent
479e97dc59
commit
ffbe9a949e
@ -35,7 +35,7 @@
|
||||
using namespace std;
|
||||
using namespace ARDOUR;
|
||||
|
||||
static void freedata_cb (uint8_t *d, void *arg) {
|
||||
static void freedata_cb (uint8_t *d, void* /*arg*/) {
|
||||
/* later this can be used with libharvid
|
||||
* the buffer/videocacheline instead of freeing it
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user