From b11450dbba0e33d944c0624547ced360e7c069c2 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 6 Feb 2025 16:26:24 +0100 Subject: [PATCH] nic_router: Fixed compiler errors when compiling with -O3. --- repos/os/src/server/nic_router/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/os/src/server/nic_router/target.mk b/repos/os/src/server/nic_router/target.mk index acb1281def..926d1da06c 100644 --- a/repos/os/src/server/nic_router/target.mk +++ b/repos/os/src/server/nic_router/target.mk @@ -31,6 +31,7 @@ SRC_CC += \ INC_DIR += $(PRG_DIR) CC_OLEVEL = -O3 +CC_OPT += -Wno-error=stringop-overflow -Wno-error=maybe-uninitialized CONFIG_XSD = config.xsd