From 87cbe6f941fb72e2c3fbe6119fe749e39d7adfb4 Mon Sep 17 00:00:00 2001 From: Laszlo Valko Date: Mon, 20 Jan 2025 20:55:57 +0100 Subject: [PATCH] Kill GCC 14 extra error flags. --- make.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf.template b/make.conf.template index fbd89e0..d09624b 100644 --- a/make.conf.template +++ b/make.conf.template @@ -12,7 +12,7 @@ PORTDIR="/usr/portage" %ARCHX86%CHOST="i686-pc-linux-gnu" %ARCHX86%UCLIBC="686" %ARCHX86%USECPU="" -CSTDFLAGS="-fomit-frame-pointer" +CSTDFLAGS="-fomit-frame-pointer -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types -Wno-error=implicit-int -Wno-error=declaration-missing-parameter-type -Wno-error=return-mismatch -Wno-error=int-conversion" COPTFLAGS="-O2" CFLAGS="${COPTFLAGS} ${CCPU} ${CSTDFLAGS}" CXXFLAGS="${CFLAGS}"