diff options
author | Kinsey Moore <kinsey.moore@oarcorp.com> | 2023-09-25 15:32:23 -0500 |
---|---|---|
committer | Joel Sherrill <joel@rtems.org> | 2023-09-26 09:02:48 -0500 |
commit | f3f8aa5b9bc4da82a71fc4c12a35a67838a13e1b (patch) | |
tree | 4f3bebf9311fdba70b3f03b9d330504e38185dd5 /c/src/exec/libblock/src | |
parent | cpukit/jffs2: Avoid use of off-chain semantics (diff) | |
download | rtems-master.tar.bz2 |
Casts from uint64_t to void* must go through a uintptr_t cast to avoid
warnings when building with the ILP32 ABI since this is otherwise an
implicit truncation to 32bits for a pointer.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions