This is not allowed by the ISO C grammar.
---
readelf/readelf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readelf/readelf.c b/readelf/readelf.c
index d3b1bb51..7dafd341 100644
--- a/readelf/readelf.c
+++ b/readelf/readelf.c
@@ -458,7 +458,7 @@ elf_osabi(unsigned int abi)
snprintf(s_abi, sizeof(s_abi), "<unknown: %#x>", abi);
return (s_abi);
}
-};
+}
static const char *
elf_machine(unsigned int mach)
--
2.31.1
_______________________________________________
Elftoolchain-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/elftoolchain-developers