Skip to content

Commit

Permalink
change error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Dec 3, 2024
1 parent 116c32e commit e93cee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e93cee6

Please sign in to comment.