Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang-analyzer-valist.Uninitialized on Ubuntu
error: Function 'vsnprintf' is called with an uninitialized va_list argument - Silence this warning as the variable will be initialized by the time `vsprintf()` will be called plus it seems that it is not standard in C/C++ to initialize this type before `va_start()`
- Loading branch information