Skip to content

[v1.4] fix: missing field initializer build error (#38069)#38385

Merged
andy31415 merged 2 commits intoproject-chip:v1.4-branchfrom
shubhamdp:fix/data-model-provider.build.warn-1-4
Apr 14, 2025
Merged

[v1.4] fix: missing field initializer build error (#38069)#38385
andy31415 merged 2 commits intoproject-chip:v1.4-branchfrom
shubhamdp:fix/data-model-provider.build.warn-1-4

Conversation

@shubhamdp
Copy link
Contributor

@shubhamdp shubhamdp commented Apr 14, 2025

Backporting #38069

Testing

  • build without change using idf.py build
/Users/shubhampatil/esp/connectedhomeip/src/app/data-model-provider/Provider.h:119:50: warning: missing initializer for member 'chip::app::DataModel::InteractionModelContext::dataModelChangeListener' [-Wmissing-field-initializers]
  119 |     InteractionModelContext mContext = { nullptr };
      |                                                  ^
  • After fix this warning goes off

@shubhamdp shubhamdp requested a review from andy31415 April 14, 2025 11:37
@github-actions github-actions bot added the app label Apr 14, 2025
@shubhamdp
Copy link
Contributor Author

@j0tunn PTAL!

Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
@andy31415 andy31415 merged commit 2a68f6d into project-chip:v1.4-branch Apr 14, 2025
66 of 69 checks passed
@shubhamdp shubhamdp deleted the fix/data-model-provider.build.warn-1-4 branch April 14, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants