Skip to content

Commit

Permalink
Remove unpaired pragma diagnostic pop. (#11407)
Browse files Browse the repository at this point in the history
This was missed in
#10681
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jul 20, 2023
1 parent f61d83c commit 3831621
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ void {{asUpperCamelCase parent.name}}Cluster{{asUpperCamelCase name}}ListAttribu
Callback::Callback<{{asUpperCamelCase parent.name}}{{asUpperCamelCase name}}ListAttributeCallback> * cb = Callback::Callback<{{asUpperCamelCase parent.name}}{{asUpperCamelCase name}}ListAttributeCallback>::FromCancelable(onSuccessCallback);
cb->mCall(cb->mContext, list);
}
{{! TODO: This stack usage bit is not OK. See https://github.com/project-chip/connectedhomeip/issues/8558 }}
#if !defined(__clang__)
#pragma GCC diagnostic pop
#endif // __clang__

{{/if}}
{{/chip_server_cluster_attributes}}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions zzz_generated/tv-app/zap-generated/CHIPClientCallbacks.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3831621

Please sign in to comment.