quiet warning

This commit is contained in:
Michael Davidsaver
2022-01-28 10:08:54 -08:00
parent c2f1f13bb3
commit 341c8308e0
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ size_t ConnBase::enqueueTxBody(pva_app_msg_t cmd)
uint32_t(blen)},
hostBE);
auto err = evbuffer_add_buffer(tx, txBody.get());
assert(!err);
assert(!err); // could only fail if frozen/pinned, which is not the case
statTx += 8u + blen;
return 8u + blen;
}