Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MAINT: delete unused variables in unary logical dispatch#29792

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
charris merged 1 commit intonumpy:maintenance/2.3.xfromcharris:backport-29743
Sep 23, 2025

Conversation

@charris
Copy link
Member

Backport of#29843.

Clang complains on currentmain:

[2/5] Compiling C++ object numpy/_core/libloops_logical.dispatch.h_baseline.a.p/src_umath_loops_logical.dispatch.cpp.o../numpy/_core/src/umath/loops_logical.dispatch.cpp:111:27: warning: unused variable 'is_not' [-Wunused-const-variable]  111 |     static constexpr bool is_not    = true;      |                           ^~~~~~../numpy/_core/src/umath/loops_logical.dispatch.cpp:124:27: warning: unused variable 'is_not' [-Wunused-const-variable]  124 |     static constexpr bool is_not    = false;      |                           ^~~~~~2 warnings generated.

@charrischarris added this to the2.3.4 release milestoneSep 23, 2025
@charrischarris added 03 - Maintenance 08 - BackportUsed to tag backport PRs labelsSep 23, 2025
@charrischarris merged commit81516e8 intonumpy:maintenance/2.3.xSep 23, 2025
75 checks passed
@charrischarris deleted the backport-29743 branchSeptember 23, 2025 14:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

03 - Maintenance08 - BackportUsed to tag backport PRs

Projects

None yet

Milestone

2.3.4 release

Development

Successfully merging this pull request may close these issues.

2 participants

@charris@ngoldbaum

[8]ページ先頭

©2009-2025 Movatter.jp