diff --git a/cpp/hal/gpiobus.cpp b/cpp/hal/gpiobus.cpp index a5414b56..f2d82ea7 100644 --- a/cpp/hal/gpiobus.cpp +++ b/cpp/hal/gpiobus.cpp @@ -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]) {