mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(compiler): unused-result
This commit is contained in:
@@ -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++];
|
||||
|
||||
Reference in New Issue
Block a user