Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix note message from gcc about uninitialized member (#28366)
After change to c++17, on Tizen, we've got a note message from gcc about uninitialized member of ChipError class in a lambda function. This is a false positive report, but by initializing CHIP_ERROR variable we can get rid of it and get a clean build once again.
- Loading branch information