From 9a9ce66d7fd10b5dd874d86f28cc536a7e35d202 Mon Sep 17 00:00:00 2001 From: David Conran Date: Sat, 10 Jun 2023 09:22:01 +1000 Subject: [PATCH] Update platformio.ini Try to fix a build issue. --- examples/SmartIRRepeater/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/SmartIRRepeater/platformio.ini b/examples/SmartIRRepeater/platformio.ini index 0db3d6dc8..88a7e8a17 100644 --- a/examples/SmartIRRepeater/platformio.ini +++ b/examples/SmartIRRepeater/platformio.ini @@ -34,4 +34,5 @@ build_flags = ${env.build_flags} -Werror -Wno-error=switch + -Wno-error=switch-unreachable -D_IR_ENABLE_DEFAULT_=false