1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 07:40:29 +01:00

fix clang tidy

This commit is contained in:
Tomasz Duda 2025-01-16 20:45:47 +01:00
parent 700cb6c5c6
commit 4dae54931e

View File

@ -256,14 +256,6 @@ CONFIG_NEWLIB_LIBC=y
idedata["defines"].update(extract_defines(command))
idedata["cxx_flags"].update(extract_cxx_flags(command))
idedata["defines"].update(
[
"pthread_attr_t=pthread_attr",
"pthread_mutexattr_t=pthread_mutexattr",
"pthread_condattr_t=pthread_condattr",
]
)
# Convert sets to lists for JSON serialization
idedata["includes"]["build"] = list(idedata["includes"]["build"])
idedata["defines"] = list(idedata["defines"])