mirror of
https://github.com/akuker/RASCSI.git
synced 2025-04-16 12:37:06 +00:00
Update to work with clang++
This commit is contained in:
parent
feda864def
commit
46507e8627
@ -905,6 +905,8 @@ void GPIOBUS::MakeTable(void)
|
||||
for (uint32_t i = 0; i < 0x100; i++) {
|
||||
// Bit string for inspection
|
||||
uint32_t bits = i;
|
||||
// TODO: temporary to make clang++ happy.....
|
||||
(void)bits;
|
||||
|
||||
// Get parity
|
||||
if (tblParity[i]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user