Commit Graph
8 Commits
Author SHA1 Message Date
Fruit De La Passion f0fd023b4b drivers: Enable Werror for kernel driver add-ons pty, sensor, timer.
* Activate Werror
* Part of ticket #9460

There seems to be no related warnings. Hence, there are no further changes.

Change-Id: I2bee39eaa90cbe3805f5c79725e6f622368fcac9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10398
Reviewed-by: nephele nephele <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-03-01 08:50:27 +00:00
Fruit De La Passion 0f5086ade4 wmi: Enable Werror for kernel driver add-on wmi
* Activate Werror
* Part of ticket #9460

There seems to be no related warnings. Hence, there are no further changes.

Change-Id: If19794a5c6294f621360fcc0e58dc7fd8551d5db
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10391
Reviewed-by: Jérôme Duval <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-02-27 15:30:52 +00:00
Fruit De La Passion 53579f5004 display: Enable Werror for kernel driver add-on display
* Activate Werror
* Part of ticket #9460

There seems to be no related warnings. Hence, there are no further changes.

Change-Id: I0516856a4e7c2ee5c3f8503c4713075e07efbf63
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10390
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2026-02-27 12:49:03 +00:00
Fruit De La Passion 7ebad420e9 nvidia: Enable Werror for last (nvidia) and hence all graphics drivers.
* Fix warnings by adding two casts
* Activate Werror for all graphics drivers
* Remove options to disable Werror for individual graphics drivers, can later be re-introduced, if *really* necessary.
* Part of ticket #9460

uintptr_t is intentionally used although a physical address is concerned. Using phys_addr_t would require additional casts at other places.

Change-Id: Ife6dbcf809b6537427f318460e41cdc056e7d964
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10386
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2026-02-27 07:57:12 +00:00
Fruit De La Passion 69844c0039 s3: Enable Werror for s3 graphics driver.
* Fix warnings by adjusting format identifiers.
    * Activate Werror for s3
    * Part of ticket #9460

Change-Id: I086d3a226201c951d635b811e06384e9ee823291
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10359
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-02-24 08:29:03 +00:00
Fruit De La Passion ec4e585599 radeon: Enable Werror for radeon graphics driver.
* Fix warnings by adding casts, adjusting types, removing obsolete code.
* Correcting two typos
* Activate Werror for radeon
* Part of ticket #9460

Change-Id: I0dda1eea3a60810ba83b9e2cc109872b9cbf2cfd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10347
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2026-02-23 08:19:40 +00:00
Fruit De La Passion 6da42994d0 netfs: Enable Werror for netfs.
* Fix warnings by adding casts and intialization of an on-stack allocated array.
* Activate Werror for netfs.
* Part of ticket #9460

Change-Id: I91c603232e5d96a3ceed60fcc0be45b64df6b7e2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10340
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-02-18 16:28:56 +00:00
Fruit De La Passion 9d6be94632 netfs: Correct method call to prevent infinite recursion.
The method GetDirectory called itself endlessly instead of invoking the same method of its member variable.

Change-Id: Ia508d1ccde5588527343724f970fc63e0289d097
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10338
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2026-02-17 07:30:27 +00:00