[pci] fix a warning that only shows up on gcc 7.5.0

This commit is contained in:
Travis Geiselbrecht
2025-10-05 14:20:10 -07:00
parent c9d2f80e43
commit 355b62b13a

View File

@@ -32,7 +32,7 @@ private:
status_t initialize();
paddr_t base_;
__UNUSED uint16_t segment_;
uint16_t segment_;
uint16_t start_bus_;
uint16_t end_bus_;