Skip to content

Commit

Permalink
fix: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dterazhao committed Oct 28, 2024
1 parent 8f308b4 commit 752bcb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ TEST(HEU, API_OU_Evaluate3) {
cs2[i] = new heu::lib::phe::Ciphertext[row_size[i]];
}
TIME_STAT(CheckCall(Encrypt(handle, d2, len, row_size, cs2, 100), "Encrypt1"),
Encrypts);
Encrypts)
CheckCall(Encrypt(handle, d1, len, cs1), "Encrypt1");

std::cout << "============AddCiphersInplaceAxis02D=============="
Expand Down Expand Up @@ -873,7 +873,7 @@ TEST(HEU, API_ElGamal_Evaluate3) {
cs2[i] = new heu::lib::phe::Ciphertext[row_size[i]];
}
TIME_STAT(CheckCall(Encrypt(handle, d2, len, row_size, cs2, 100), "Encrypt1"),
Encrypts);
Encrypts)
CheckCall(Encrypt(handle, d1, len, cs1), "Encrypt1");

std::cout << "============AddCiphersInplaceAxis0_==============" << std::endl;
Expand Down

0 comments on commit 752bcb6

Please sign in to comment.