aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r--src/lv2_evbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c
index 8cc667d..9085983 100644
--- a/src/lv2_evbuf.c
+++ b/src/lv2_evbuf.c
@@ -158,6 +158,8 @@ lv2_evbuf_write(LV2_Evbuf_Iterator* iter,
uint32_t size,
const uint8_t* data)
{
+ (void)subframes;
+
LV2_Atom_Sequence* aseq = &iter->evbuf->buf;
if (iter->evbuf->capacity - sizeof(LV2_Atom) - aseq->atom.size <
sizeof(LV2_Atom_Event) + size) {