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

[Chef] Fix compilation error by removing printing ChipError number #32611

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

erwinpan1
Copy link
Contributor

Fix Chef compilation error by removing printing ChipError number
which may cause compilation error due to its format could be long (formatted as "ld")
or int (formatted as "d") depending on the platform

which may cause compilation error due to its formation could be
long or int depending on the platform
@mergify mergify bot merged commit 0ea614e into project-chip:master Mar 18, 2024
58 checks passed
huangxuyong pushed a commit to huangxuyong/connectedhomeip that referenced this pull request Mar 19, 2024
which may cause compilation error due to its formation could be
long or int depending on the platform
@bzbarsky-apple
Copy link
Contributor

@erwinpan1 For future reference, you should just use CHIP_ERROR_FORMAT and error.Format().

@erwinpan1 erwinpan1 deleted the fix_chef_lock_compilation branch April 1, 2024 06:43
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