Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 294 Bytes

va_start_wrongParameter.md

File metadata and controls

11 lines (6 loc) · 294 Bytes

Pattern: Wrong va_start() parameter

Issue: -

Description

Given argument to va_start() is not last named argument of the function. Did you intend to pass another argument?

Further Reading