Skip to content
Snippets Groups Projects
Commit 1656cdc9 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

it looks like passing enums to va_start is unsafe as codechecker reports...

it looks like passing enums to va_start is unsafe as codechecker reports "passing an object that undergoes default argument promotion to 'va_start' has undefined behavior".
Maybe adding a casting to int (forcing the int conversion) will fix it.

Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent e8261030
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment