From 6c3d50b6a5b8a319f44a13d4b2e85e6be9f07f0d Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 1 Oct 2025 02:40:50 +0200 Subject: [PATCH] Allow unused for now --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0a270a7..29aa115 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ LDFLAGS += -m elf64lriscv CFLAGS = -Wall -Werror -O CFLAGS += -Wno-unused-result +CFLAGS += -Wno-unused-variable CFLAGS += -mcmodel=medany CFLAGS += -march=rv64gc -mabi=lp64 CFLAGS += -ffreestanding