From 777c6a88a49631ee0b5cb0e1cef56f038454b34f Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Mon, 22 Aug 2022 23:32:16 -0700 Subject: [PATCH] openssh: relax warnings for gcc12 --- srcpkgs/openssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 02a2dec35f42..e0f5b0945e67 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -40,7 +40,7 @@ if [ "$build_option_ldns" -a -z "$build_option_ssl" ]; then broken="option 'ldns' requires option 'ssl'" fi -CFLAGS="-Wno-format-truncation -Wno-stringop-truncation" +CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized" case $XBPS_TARGET_MACHINE in i686-musl)