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 Mac build breakage from incorrect formats for node ids #4139

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

bzbarsky-apple
Copy link
Contributor

Problem

#3836 introduced code that uses %lu to print node ids, which does not compile if long is 32 bits. This breaks at least some Mac builds, as far as I can tell.

Summary of Changes

Use PRIu64 as needed.

@bzbarsky-apple bzbarsky-apple added the hotfix urgent fix needed, can bypass review label Dec 9, 2020
@bzbarsky-apple bzbarsky-apple merged commit 9365ae5 into project-chip:master Dec 9, 2020
@bzbarsky-apple bzbarsky-apple deleted the fix-mac-build branch December 9, 2020 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix urgent fix needed, can bypass review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants