From 95d04c2aeec6a82c6948417e54a854424e2c3693 Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 31 Jul 2024 15:30:59 -0400 Subject: [PATCH] Add the TODO --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 42f3484..d9bfb78 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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) { + // TODO: functions ignored on the toml file do not silence this warning fmt::print(stderr, "[WARN] Function '{}' has zero size.\n", name); }