Update to work with clang++

This commit is contained in:
Tony Kuker 2022-10-28 20:56:10 -05:00
parent feda864def
commit 46507e8627
1 changed files with 2 additions and 0 deletions

View File

@ -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]) {