mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix unused argument warning
This commit is contained in:
parent
479e97dc59
commit
ffbe9a949e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue