[clang] Silence unused private member warning

We could also remove this variable, but it seems best to keep it to
retain the same struct layout.
This commit is contained in:
Alex Richardson
2023-03-10 14:27:01 +00:00
committed by Travis Geiselbrecht
parent b8ae41a295
commit 6b29ec9223

View File

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