Skip to content

Conversation

@charris
Copy link
Member

@charris charris commented Sep 23, 2025

Backport of #29843.

Clang complains on current main:

[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.

@charris charris added this to the 2.3.4 release milestone Sep 23, 2025
@charris charris added 03 - Maintenance 08 - Backport Used to tag backport PRs labels Sep 23, 2025
@charris charris merged commit 81516e8 into numpy:maintenance/2.3.x Sep 23, 2025
75 checks passed
@charris charris deleted the backport-29743 branch September 23, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

03 - Maintenance 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants