[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:
committed by
Travis Geiselbrecht
parent
b8ae41a295
commit
6b29ec9223
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user