We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should fix these compile warnings:
/bsonjs.c -o build/temp.linux-x86_64-3.10/src/bsonjs.o src/bsonjs.c:234:14: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] {"dump", dump, METH_VARARGS | METH_KEYWORDS, dump__doc__}, ^~~~ src/bsonjs.c:234:14: note: (near initialization for ‘BsonjsClientMethods[0].ml_meth’) src/bsonjs.c:235:15: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] {"dumps", dumps, METH_VARARGS | METH_KEYWORDS, dumps__doc__}, ^~~~~
The text was updated successfully, but these errors were encountered:
Fix PyMethodDef warnings resolve mongodb-labs#42
6c16fe0
Revert "Fix PyMethodDef warnings resolve mongodb-labs#42"
9b64738
This reverts commit 6c16fe0.
41e8cbc
Fix PyMethodDef warnings resolve #42 (#49)
5acc4d2
Successfully merging a pull request may close this issue.
We should fix these compile warnings:
The text was updated successfully, but these errors were encountered: