microsoft / APSI

APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
MIT License
186 stars 42 forks source link

Extra semicolon warning crypto_util.c(241,2) with ,-Wextra-semi #69

Closed chrdavis closed 9 months ago

chrdavis commented 11 months ago

Extra ; in the below:

../../third_party/breached_password/src/msr_crypto/APSI/common/apsi/fourq/crypto_util.c(241,2): error: extra ';' outside of a function [-Werror,-Wextra-semi] 241 | }; | ^

kimlaine commented 9 months ago

Thank you for pointing this out.