Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: modem: ublox-sara-r4: freeaddrinfo mark unused param #68715

Conversation

str4t0m
Copy link
Collaborator

@str4t0m str4t0m commented Feb 7, 2024

The res param in offload_freeaddrinfo is not used. Mark it as unused, to avoid static analysis complaining about Parse warning (PW.PARAM_SET_BUT_NOT_USED)
Fixes CID 316235

Closes #58581

The res param in offload_freeaddrinfo is not used.
Mark it as unused, to avoid static analysis complaining about
Parse warning (PW.PARAM_SET_BUT_NOT_USED)
Fixes CID 316235

Signed-off-by: Thomas Stranger <[email protected]>
@str4t0m str4t0m marked this pull request as ready for review February 7, 2024 20:34
@str4t0m str4t0m added this to the v3.6.0 milestone Feb 7, 2024
@zephyrbot zephyrbot added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: Modem Drivers labels Feb 7, 2024
@zephyrbot zephyrbot requested a review from rerickson1 February 7, 2024 20:34
@str4t0m str4t0m added Coverity A Coverity detected issue or its fix and removed Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: Modem Drivers labels Feb 7, 2024
@str4t0m str4t0m added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: Modem Drivers labels Feb 7, 2024
@henrikbrixandersen henrikbrixandersen merged commit cbc75f8 into zephyrproject-rtos:main Feb 8, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Modem Drivers Coverity A Coverity detected issue or its fix Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Coverity CID: 316235] Parse warning in drivers/modem/ublox-sara-r4.c
5 participants