mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-05-05 00:12:25 +00:00
Add the TODO
This commit is contained in:
parent
dd71e92b44
commit
95d04c2aee
1 changed files with 1 additions and 0 deletions
|
|
@ -796,6 +796,7 @@ bool read_symbols(RecompPort::Context& context, const ELFIO::elfio& elf_file, EL
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ignored && type == ELFIO::STT_FUNC && num_instructions == 0 && bind != ELFIO::STB_WEAK) {
|
if (!ignored && type == ELFIO::STT_FUNC && num_instructions == 0 && bind != ELFIO::STB_WEAK) {
|
||||||
|
// TODO: functions ignored on the toml file do not silence this warning
|
||||||
fmt::print(stderr, "[WARN] Function '{}' has zero size.\n", name);
|
fmt::print(stderr, "[WARN] Function '{}' has zero size.\n", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue