| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ontinue_should_break()
|
AFAICS, mt_continue_should_break is only used in an assert, so we can safely only define it if we're debugging. |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, I didn't see this compiler warning locally (do you need different flags for it?).
A
Sorry, something went wrong.
…inue_should_break()`` (pythonGH-133947) (cherry picked from commit 121ed71) Co-authored-by: Erlend E. Aasland <erlend@python.org>
|
GH-133950 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…inue_should_break()`` (python#133947)
…inue_should_break()`` (python#133947)
| Back | FazBrowse Home | New Git URL |
Fixes the following compiler warning:
./Modules/_zstd/compressor.c:490:1: warning: unused function 'mt_continue_should_break' [-Wunused-function] 490 | mt_continue_should_break(ZSTD_inBuffer *in, ZSTD_outBuffer *out) | ^~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated.