xbps_warn_printf: fix previous and remove unused var.
This commit is contained in:
parent
42eb834e8d
commit
5c7eaf2f92
@ -106,7 +106,6 @@ xbps_error_printf(const char *fmt, ...)
|
||||
void
|
||||
xbps_warn_printf(const char *fmt, ...)
|
||||
{
|
||||
int flags = xbps_get_flags();
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user