Activate -Werror for POSIX locale backend and the code using it.

This commit is contained in:
Oliver Tappe
2011-12-15 13:26:45 +01:00
parent 7016aa1a90
commit 8ad8d2e5d2
+3
View File
@@ -1363,6 +1363,9 @@ if $(HAIKU_NO_WERROR) != 1 {
EnableWerror src preferences ;
EnableWerror src servers ;
EnableWerror src system kernel ;
EnableWerror src system libroot add-ons ;
EnableWerror src system libroot posix locale ;
EnableWerror src system libroot posix wchar ;
EnableWerror src system runtime_loader ;
}