fix(compiler): unused-result

This commit is contained in:
Quentin Bourgerie
2023-03-09 17:01:37 +01:00
parent 3b00274a02
commit 55e6d075c9

View File

@@ -43,7 +43,7 @@ PublicArguments::serialize(std::ostream &ostream) {
<< iGate;
}
/*auto allocated = */ preparedArgs[iPreparedArgs++];
/*auto allocated = */ iPreparedArgs++;
auto aligned = (encrypted_scalars_t)preparedArgs[iPreparedArgs++];
assert(aligned != nullptr);
auto offset = (size_t)preparedArgs[iPreparedArgs++];