openssh: relax warnings for gcc12

This commit is contained in:
oreo639 2022-08-22 23:32:16 -07:00 committed by classabbyamp
parent f8ebc7b83d
commit 3a5d81f902
1 changed files with 1 additions and 1 deletions

View File

@ -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)