From 8ad8d2e5d2d3ae81652486268ad8bf4f8d11c000 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 15 Dec 2011 13:26:45 +0100 Subject: [PATCH] Activate -Werror for POSIX locale backend and the code using it. --- build/jam/BuildSetup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index c1ce28828f..08bd75cd1c 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -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 ; }