From 9adaea44dd07846cfa4191fe26736f130159e71d Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 15 Jun 2022 23:06:39 +0200 Subject: [PATCH] pygoscelis: Drop -Werror w/ gcc-12 for now --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index eb3b289..364bb84 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_WERROR=y +# CONFIG_WERROR is not set CONFIG_LOCALVERSION="-T14s" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT=""