diff --git a/tfhe/c_api_tests/test_shortint_pbs.c b/tfhe/c_api_tests/test_shortint_pbs.c index 5a347e8ce5..154330be79 100644 --- a/tfhe/c_api_tests/test_shortint_pbs.c +++ b/tfhe/c_api_tests/test_shortint_pbs.c @@ -59,7 +59,7 @@ void test_shortint_pbs_2_bits_message(void) { int encrypt_ok = shortint_client_key_encrypt(cks, in_val, &ct); assert(encrypt_ok == 0); - size_t degree = -1; + uint64_t degree = -1; int get_degree_ok = shortint_ciphertext_get_degree(ct, °ree); assert(get_degree_ok == 0);