fix unused argument warning

This commit is contained in:
Paul Davis 2013-06-21 17:14:53 -04:00
parent 479e97dc59
commit ffbe9a949e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/