From 52650784331844f8a92c5e9c4ba443a468743867 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 13:27:22 -0400 Subject: Suppress new warnings in clang-tidy 13 --- lv2/atom/forge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/atom') diff --git a/lv2/atom/forge.h b/lv2/atom/forge.h index 5cf3551..d17643f 100644 --- a/lv2/atom/forge.h +++ b/lv2/atom/forge.h @@ -497,7 +497,7 @@ lv2_atom_forge_vector(LV2_Atom_Forge* forge, const void* elems) { const LV2_Atom_Vector a = { - {(uint32_t)(sizeof(LV2_Atom_Vector_Body) + n_elems * child_size), + {(uint32_t)sizeof(LV2_Atom_Vector_Body) + n_elems * child_size, forge->Vector}, {child_size, child_type}}; LV2_Atom_Forge_Ref out = lv2_atom_forge_write(forge, &a, sizeof(a)); -- cgit v1.2.1