You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ../../../examples/all-clusters-app/linux/third_party/connectedhomeip/examples/common/tracing/TracingCommandLineArgument.cpp:23:
../../../examples/all-clusters-app/linux/third_party/connectedhomeip/src/tracing/registry.h:70:5: error: 'MATTER_TRACING_ENABLED' is not defined, evaluates to 0 [-Werror,-Wundef]
#if MATTER_TRACING_ENABLED
Looks like the gn things we are doing to define that macro are not getting picked up properly by things that are including registry.h....
Reproduction steps
When compiling with
-Wundef
, I get this error:Looks like the gn things we are doing to define that macro are not getting picked up properly by things that are including
registry.h
....Bug prevalence
Always
GitHub hash of the SDK that was being used
b02c984
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: