Details
Details
- Reviewers
kib emaste jhb brooks - Commits
- rS339877: rtld-elf: make it compile with WARNS=3
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
libexec/rtld-elf/rtld.c | ||
---|---|---|
271 ↗ | (On Diff #47998) | I think that new type for the var should be Elf_Addr, if any. Look at its use. In fact this is an ABI issue. Practically Elf_Addr has the same representation as size_t on all supported platforms, but this is not strictly required. |
libexec/rtld-elf/libmap.h | ||
---|---|---|
8 ↗ | (On Diff #48008) | I would do a follow-up commit removing space before '('. Or you might add it to this change. |
Comment Actions
I'd mention the de-register part of the change in the commit message as well as the warns fixes.