diff options
author | Sayed Adel <seiko@imavr.com> | 2023-04-24 11:24:03 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2023-04-24 15:11:54 +0200 |
commit | bcc9c51c167a7bfaa8475b146a5bebc03213687f (patch) | |
tree | 96e8db9beac89414087e19644a90fedfc2f00651 /numpy/array_api/_indexing_functions.py | |
parent | 2a66cbb1d760d6072716edfef86a2ede4c770e2b (diff) | |
download | numpy-bcc9c51c167a7bfaa8475b146a5bebc03213687f.tar.gz |
BUG: Avoid uses -Werror during tests default C/C++ standards
This may break the test if any unsupported
compiler options are specified.
This patch also removes the testing of constexpr and keeps only fold
expressions and inline variables to avoid triggering the constexpr
warning warning: ‘if constexpr’ only available with ‘-std=c++17’ or
‘-std=gnu++17 by Travis CI, which can cause the build to fail due to warning trapping.
Diffstat (limited to 'numpy/array_api/_indexing_functions.py')
0 files changed, 0 insertions, 0 deletions