diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-17 09:02:44 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-17 09:02:44 +0100 |
commit | 58afc3598e325a6233ef1a9fb508f8ae54988605 (patch) | |
tree | 46e9778ab23bb781b3a0ab182347cb2ce123001b /numpy/array_api/tests | |
parent | d428d4599034c6039c6eff1ad33518a3e3888104 (diff) | |
download | numpy-58afc3598e325a6233ef1a9fb508f8ae54988605.tar.gz |
MAINT: (array-coercion) Silence invalid read warning in some gcc versions
The warnings are harmless and seem to be caused by the "hint" that the
shape cannot be larger than that area. But some compiler versions seem
to check that the function call is always correct based on the signature.
That probably makes sense, so just remove that "size hint" which is maybe
even technically incorrect (the compiler is not allowed to read more as
an optimization).
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions