openssh: relax warnings for gcc12
This commit is contained in:
parent
f8ebc7b83d
commit
3a5d81f902
@ -40,7 +40,7 @@ if [ "$build_option_ldns" -a -z "$build_option_ssl" ]; then
|
|||||||
broken="option 'ldns' requires option 'ssl'"
|
broken="option 'ldns' requires option 'ssl'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="-Wno-format-truncation -Wno-stringop-truncation"
|
CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized"
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
i686-musl)
|
i686-musl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user