The v*printf family of function is defined to accept mutable va_list, not a constant. This fixes compiler error with gcc 9.3, and presumably other compilers.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com
The v*printf family of function is defined to accept mutable va_list, not a constant. This fixes compiler error with gcc 9.3, and presumably other compilers.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com