src/modules/schnorrsig/tests_impl.h: In function ‘test_schnorrsig_api’:
src/modules/schnorrsig/tests_impl.h:106:5: warning: missing braces around initializer [-Wmissing-braces]
secp256k1_keypair invalid_keypair = { 0 };
-
gmaxwell commented at 8:05 PM on May 2, 2021: contributor
- gmaxwell cross-referenced this on May 2, 2021 from issue Avoids a missing brace warning in schnorrsig/tests_impl.h on old compilers by gmaxwell
- jonasnick closed this on May 3, 2021