diff --git a/src/HomeSpan.h b/src/HomeSpan.h index 1c707d0..c7192cd 100644 --- a/src/HomeSpan.h +++ b/src/HomeSpan.h @@ -31,6 +31,8 @@ #error ERROR: HOMESPAN IS ONLY AVAILABLE FOR ESP32 MICROCONTROLLERS! #endif +#pragma GCC diagnostic ignored "-Wpmf-conversions" // eliminates warning messages from use of pointers to member functions to detect whether update() and loop() are overridden by user + #include #include #include