mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
openssh: relax warnings for gcc12
This commit is contained in:
parent
f8ebc7b83d
commit
3a5d81f902
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue