mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: ease up zero's error finding
This commit is contained in:
parent
5cf5855e88
commit
0db48ae9ac
1 changed files with 4 additions and 0 deletions
|
|
@ -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} == app-forensics/sleuthkit ]]; then
|
||||
# zero uses extra warnings to find bugs
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == app-text/qpdf ]]; then
|
||||
# zero uses extra warnings to find bugs
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue