Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Variable "_custom_impl_clusters" unused before it went out of scope (#…
…25177) When generating data model with no clusters then a build error is generated due to the "_custom_impl_clusters" variable being unused before it went out of scope. ``` ERROR at //src/app/chip_data_model.gni:192:29: Assignment had no effect. _custom_impl_clusters = [] ^ You set the variable "_custom_impl_clusters" here and it was unused before it went out of scope. ``` To prevent the issue, "_custom_impl_clusters" can be marked as not needed.
- Loading branch information