* Fixed typo that prevented the datalink_protocols to be compiled with -Werror.
* Enabled -Werror for the protocols. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38392 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8402e1f46d
commit
40b788d449
@ -1250,11 +1250,11 @@ if $(HAIKU_NO_WERROR) != 1 {
|
||||
EnableWerror src add-ons kernel file_systems udf ;
|
||||
EnableWerror src add-ons kernel file_systems userlandfs ;
|
||||
EnableWerror src add-ons kernel generic ;
|
||||
EnableWerror src add-ons kernel network atalink_protocols ;
|
||||
EnableWerror src add-ons kernel network datalink_protocols ;
|
||||
EnableWerror src add-ons kernel network devices ;
|
||||
EnableWerror src add-ons kernel network notifications ;
|
||||
EnableWerror src add-ons kernel network ppp ;
|
||||
# EnableWerror src add-ons kernel network protocols ;
|
||||
EnableWerror src add-ons kernel network protocols ;
|
||||
# EnableWerror src add-ons kernel network stack ;
|
||||
EnableWerror src add-ons kernel partitioning_systems ;
|
||||
EnableWerror src add-ons locale ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user