Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui committed Jan 21, 2024
1 parent 72bcc96 commit b276cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yacl/crypto/primitives/vole/silent_vole.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ struct VoleParam {
bool is_mal_{false};

// Constructor
VoleParam(CodeType code, uint64_t vole_num, bool mal = false) {}
VoleParam([[maybe_unused]] CodeType code, [[maybe_unused]] uint64_t vole_num,
[[maybe_unused]] bool mal = false) {}

VoleParam(CodeType code, uint64_t vole_num, uint64_t sec, bool mal = false) {
codetype_ = code;
Expand Down

0 comments on commit b276cbc

Please sign in to comment.