Commit da7ce52
committed
[flang] Fix a warning
This patch fixes:
flang-rt/lib/runtime/descriptor.cpp:30:19: error: first argument in
call to 'memcpy' is a pointer to non-trivially copyable type
'Fortran::runtime::Descriptor' [-Werror,-Wnontrivial-memcall]1 parent 794f82e commit da7ce52
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments