From 7101b22ffb3355145c8497d4d441dc121c889be1 Mon Sep 17 00:00:00 2001 From: GuEe-GUI <2991707448@qq.com> Date: Mon, 25 Aug 2025 17:08:16 +0800 Subject: [PATCH] [DM/THERMAL] Fixup the C99, 6.8.1 Labeled statements p4 Append a null statement for "Any statement may be preceded by a prefix that declares an identifier as a label name." Signed-off-by: GuEe-GUI <2991707448@qq.com> --- components/drivers/thermal/thermal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/drivers/thermal/thermal.c b/components/drivers/thermal/thermal.c index 7832153f6f..7a5016dabc 100644 --- a/components/drivers/thermal/thermal.c +++ b/components/drivers/thermal/thermal.c @@ -223,6 +223,7 @@ _scan_cooling: } } _end: + ; } #else rt_inline void thermal_ofw_setup(struct rt_ofw_node *np, struct rt_thermal_zone_device *zdev)