Skip to content

dlt: fix format and sign-conversion errors with GCC 13.3.0#814

Open
yunyanan wants to merge 1 commit intoCOVESA:masterfrom
yunyanan:fix/build_error
Open

dlt: fix format and sign-conversion errors with GCC 13.3.0#814
yunyanan wants to merge 1 commit intoCOVESA:masterfrom
yunyanan:fix/build_error

Conversation

@yunyanan
Copy link

Fix build failures when compiling dlt-daemon with GCC 13.3.0 using -Werror=format= and -Werror=sign-conversion.

The changes add explicit casts and adjust format specifiers to match the actual argument types.

No functional behavior is changed.

Fix build failures when compiling dlt-daemon with GCC 13.3.0
using -Werror=format= and -Werror=sign-conversion.

The changes add explicit casts and adjust format specifiers
to match the actual argument types.

No functional behavior is changed.

Signed-off-by: yunyanan <yunyanan1@gmail.com>
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.

1 participant