Pattern: Wrong va_start()
parameter
Issue: -
Given argument to va_start()
is not last named argument of the function. Did you intend to pass another argument?
Pattern: Wrong va_start()
parameter
Issue: -
Given argument to va_start()
is not last named argument of the function. Did you intend to pass another argument?