diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2024-05-01 04:35:19 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-09 09:50:48 +0200 |
commit | ac395a9d0c9ffb4ada09baf0b3f49e01087bf06e (patch) | |
tree | ac7b9d71e45f38c35078dc7a42b768258cbdca6b /libc/sysdeps/linux/riscv32 | |
parent | 04eae467796a784c79d016d8bc18cbb23ddffb74 (diff) |
ldso: FDPIC: fix type mismatches
With gcc-14 warnings caused by type mismatches turn to errors:
- (void **) needs explicit conversion operator to become
struct funcdesc_value **entry
- both subexpressions of the ternary operator must be pointers
- %p should be used instead of %x to print a pointer
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/riscv32')
0 files changed, 0 insertions, 0 deletions