Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android build error #25749

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

andy31415
Copy link
Contributor

Fixes:

 ../../examples/tv-casting-app/android/third_party/connectedhomeip/examples/tv-casting-app/tv-casting-common/src/CastingServer.cpp:156:103: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
173
INFO                ChipLogProgress(AppServer, "Found IPv4 address at index: %lu - prioritizing use of IPv4", ipIndexToUse);
174
INFO                                                                         ~~~                              ^~~~~~~~~~~~

as seen in https://github.com/project-chip/connectedhomeip/actions/runs/4466404744/jobs/7844554634?pr=25744

@andy31415 andy31415 added the hotfix urgent fix needed, can bypass review label Mar 20, 2023
@andy31415 andy31415 merged commit 974f620 into project-chip:master Mar 20, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples hotfix urgent fix needed, can bypass review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant