From 22e9abba444938fbf4a2845d425efe588ecfbdff Mon Sep 17 00:00:00 2001 From: Mitchell Waite Date: Fri, 20 Feb 2026 23:04:03 -0500 Subject: [PATCH 01/10] -Werror-implicit-function-declaration --- libxenon/drivers/elf/elf.c | 1 + libxenon/drivers/lwip/xenon/netif/enet.c | 1 + libxenon/drivers/utils/gmon.c | 1 + libxenon/drivers/xenon_nand/xenon_sfcx.c | 1 + libxenon/drivers/xenon_soc/xenon_power.h | 1 + libxenon/ports/xenon/Makefile | 1 + libxenon/startup/xenon/crt1.c | 3 +++ 7 files changed, 9 insertions(+) diff --git a/libxenon/drivers/elf/elf.c b/libxenon/drivers/elf/elf.c index 1b981fa0..0d801e47 100644 --- a/libxenon/drivers/elf/elf.c +++ b/libxenon/drivers/elf/elf.c @@ -18,6 +18,7 @@ see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt #include