You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Picolibc has some extra build time checks that result in a warning with the current can_dlc_to_bytes implementation:
zephyrproject/zephyr/drivers/modem/hl7800.c:1786:74: warning: '%s' directive output may be truncated writing up to 53 bytes into a region of size 21 [-Wformat-truncation=]
To Reproduce west build -p -b mg100 -T samples/net/telnet/sample.net.telnet
Expected behavior
No warnings.
Impact
Potential build breakage if the build is setup to fail on warnings.
The text was updated successfully, but these errors were encountered:
Describe the bug
Picolibc has some extra build time checks that result in a warning with the current
can_dlc_to_bytes
implementation:zephyrproject/zephyr/drivers/modem/hl7800.c:1786:74: warning: '%s' directive output may be truncated writing up to 53 bytes into a region of size 21 [-Wformat-truncation=]
To Reproduce
west build -p -b mg100 -T samples/net/telnet/sample.net.telnet
Expected behavior
No warnings.
Impact
Potential build breakage if the build is setup to fail on warnings.
The text was updated successfully, but these errors were encountered: