From e93cee652e0b6b2b5411f9a157ec7e70a51f4507 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Tue, 3 Dec 2024 21:12:25 +0100 Subject: [PATCH] change error to warning --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86f5bd41c..c985f0658 100644 --- a/Makefile +++ b/Makefile @@ -369,12 +369,11 @@ else ifeq ($(GCCVERSION12), 1) CFLAGS += -Wno-vla-parameter -Wno-nonnull -Wno-maybe-uninitialized else -$(error ERROR: GCC version 12 or newer is required) +$(warning ERROR: GCC version 12 or newer is required) endif endif endif - CXX ?= g++ LINKER ?= $(CC)