mlesniew / PicoMQTT

ESP MQTT client and broker library
GNU Lesser General Public License v3.0
219 stars 25 forks source link

Fix fall through compiler error #21

Closed mfechner closed 8 months ago

mfechner commented 8 months ago

Setting build_flag -Werror detects a missing break statement in a switch case as an error. Tell the compiler that this is indential. This fixes #20.