Skip to content

Conversation

@pillo79
Copy link
Contributor

@pillo79 pillo79 commented Dec 15, 2025

Fix a few warning messages detected by the Zephyr CI.

Not setting the default log level causes a warning on every CI run.
Setting it to WARN avoids the warning and is a reasonable default.

Signed-off-by: Luca Burelli <[email protected]>
Fix a compiler warning about a possibly uninitialized variable (the
compiler cannot prove that the variable is always initialized before
use, even though the code logic guarantees it).

Signed-off-by: Luca Burelli <[email protected]>
@pennam pennam requested a review from eigen-value December 15, 2025 11:57
Copy link
Collaborator

@eigen-value eigen-value left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @pillo79

@eigen-value eigen-value merged commit 745bf7a into arduino-libraries:main Dec 15, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants