FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-97588: remove unused functions in _ctypes/cfield.c by iritkatriel · Pull Request #124010 · python/cpython · GitHub

/ cpython Public

gh-97588: remove unused functions in _ctypes/cfield.c - #124010

Merged
encukou merged 1 commit into
python:mainfrom
iritkatriel:unused
Sep 16, 2024
Merged

gh-97588: remove unused functions in _ctypes/cfield.c#124010
encukou merged 1 commit into
python:mainfrom
iritkatriel:unused

Conversation

iritkatriel commented Sep 12, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member
./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) {

encukou commented Sep 16, 2024

Copy link
Copy Markdown
Member

Thanks for the catch!

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Post-merge review: LGTM :-)

savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request Sep 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL