| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for the catch! |
Sorry, something went wrong.
There was a problem hiding this comment.
Post-merge review: LGTM :-)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
./Modules/_ctypes/cfield.c:49:12: warning: unused function 'round_down' [-Wunused-function] Py_ssize_t round_down(Py_ssize_t numToRound, Py_ssize_t multiple) ^ ./Modules/_ctypes/cfield.c:59:12: warning: unused function 'round_up' [-Wunused-function] Py_ssize_t round_up(Py_ssize_t numToRound, Py_ssize_t multiple) ^ ./Modules/_ctypes/cfield.c:409:12: warning: unused function 'BUILD_SIZE' [-Wunused-function] Py_ssize_t BUILD_SIZE(Py_ssize_t bitsize, Py_ssize_t offset) {