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:
parent
700cb6c5c6
commit
4dae54931e
@ -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"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user