diff options
author | juztamau5 <juztamau5@gmail.com> | 2022-11-07 09:29:32 -0800 |
---|---|---|
committer | juztamau5 <juztamau5@gmail.com> | 2022-11-09 07:47:26 -0800 |
commit | e3db792974777527ec40d5c6caf88c503653da56 (patch) | |
tree | 09e15729c3f5ce1486ca86045be103a52f67bb52 /numpy/array_api | |
parent | 28e9227565b22d2309825b58cb8fa8a45af011d9 (diff) | |
download | numpy-e3db792974777527ec40d5c6caf88c503653da56.tar.gz |
Fix taking address of temporary array
Error was:
dtype_transfer.c:2979:28: error: taking address of temporary array
2979 | (char *[2]){main_src, main_dst}, &block_size,
| ^~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'numpy/array_api')
0 files changed, 0 insertions, 0 deletions