apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
264 stars 490 forks source link

netutils/dhcp6c: Fix printf-style format strings #2361

Closed michi-jung closed 2 months ago

michi-jung commented 2 months ago

Summary

Fix compiler warnings due to type inconsistencies in printf-style format strings.

Impact

None to be expected.

Testing

Build tests show that warnings are gone.