secp256k1 extmod: initialize all struct members of sentinel (gcc -Wextra)
This commit is contained in:
parent
b4b0a6855e
commit
62c342a3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ static PyMethodDef secp256k1_methods[] = {
|
|||
METH_VARARGS,
|
||||
"Convert a compressed or uncompressed serialized pubkey into an uncompressed serialized pubkey"
|
||||
},
|
||||
{NULL, NULL}
|
||||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
||||
static int secp256k1_traverse(PyObject *m, visitproc visit, void *arg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue