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
Compiling with -Wundef added in build/config/compiler/BUILD.gn in the strict_warnings section leads to a bunch of failures because things check CHIP_CONFIG_ENABLE_READ_CLIENT without it actually being defined.
This seems very broken: why are the relevant files being compiled in an environment where that variable is not set to either 1 or 0? In particular, that means the compilation for those is broken if read client is enabled.
Reproduction steps
Compiling with
-Wundef
added inbuild/config/compiler/BUILD.gn
in thestrict_warnings
section leads to a bunch of failures because things checkCHIP_CONFIG_ENABLE_READ_CLIENT
without it actually being defined.This seems very broken: why are the relevant files being compiled in an environment where that variable is not set to either 1 or 0? In particular, that means the compilation for those is broken if read client is enabled.
Looks like this was caused by #28149. For 1.2 we need to either fix this or back out that PR @wqx6 @andy31415 @woody-apple
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: