libnetapi: Disable -Werror for GCC2.

Fixes the build after the package repo sync.
This commit is contained in:
Augustin Cavalier
2026-01-30 21:37:00 -05:00
parent cbb5c2c9f0
commit 2c4d5ab101
+4
View File
@@ -8,6 +8,10 @@ UseHeaders [ FDirName $(HAIKU_TOP) src libs compat freebsd_wlan ] : true ;
UseHeaders [ FDirName $(HAIKU_TOP) headers os add-ons network_settings ]
: true ;
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
SubDirC++Flags -Wno-error ;
}
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {