You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fc/secp256k1 has 192 compile warnings. They are in the form of
libraries/fc/secp256k1/secp256k1/src/field.h:44:13: warning: ‘secp256k1_fe_normalize’ declared ‘static’ but never defined [-Wunused-function]
libraries/fc/secp256k1/secp256k1/src/field.h:47:13: warning: ‘secp256k1_fe_normalize_weak’ declared ‘static’ but never defined [-Wunused-function]
...
libraries/fc/secp256k1/secp256k1/src/ecmult_impl.h:395:12: warning: ‘secp256k1_ecmult_strauss_batch_single’ defined but not used [-Wunused-function]
They should be cleaned up after the decision of de-submoduling is made.
The text was updated successfully, but these errors were encountered:
fc/secp256k1 has 192 compile warnings. They are in the form of
They should be cleaned up after the decision of de-submoduling is made.
The text was updated successfully, but these errors were encountered: