build: Enable -Werror for libroot/os

This commit is contained in:
Pawel Dziepak 2014-01-28 23:07:50 +01:00
parent 225acfb3b0
commit bf1694667e

View File

@ -659,6 +659,7 @@ rule ArchitectureSetupWarnings architecture
EnableWerror src system boot ;
EnableWerror src system kernel ;
EnableWerror src system libroot add-ons ;
EnableWerror src system libroot os ;
EnableWerror src system libroot posix locale ;
EnableWerror src system libroot posix wchar ;
EnableWerror src system runtime_loader ;