Skip to content

sim: Fix -Werror compilation issues on 64-bit Linux - #3713

Merged
sjanc merged 1 commit into
apache:masterfrom
stenslae:fix-sim-werror
Jul 31, 2026
Merged

sjanc merged 1 commit into
apache:masterfrom
stenslae:fix-sim-werror

Conversation

@stenslae

Copy link
Copy Markdown
Contributor

This fixes two warnings that break compilation when -Werror is enabled for the simulator on 64-bit Linux:

  1. Fixes an int64_t format warning in log_shell.c.
  2. Fixes an overflow warning in shell_nlip.c where an unsigned size_t was negated.

This fixes two warnings that break compilation when -Werror is
enabled for the simulator on 64-bit Linux:
1. Fixes an int64_t format warning in log_shell.c.
2. Fixes an overflow warning in shell_nlip.c where an unsigned
size_t was negated.
@sjanc
sjanc merged commit 40e21b8 into apache:master Jul 31, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants