Merge pull request #2719 from pentoo/updates20260312

profile: disable a warning
This commit is contained in:
github-actions[bot] 2026-03-12 16:53:40 +00:00 committed by GitHub
commit 235f5b6b67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,10 @@ if [[ ${CATEGORY}/${PN} == dev-qt/qtnetwork ]]; then
# zero uses extra warnings to find bugs
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
fi
if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then
# zero uses extra warnings to find bugs
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
fi
if [[ ${CATEGORY}/${PN} == kde-plasma/kwayland ]]; then
export CXXFLAGS="${CXXFLAGS/-flto/}"
fi