mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
Revert "Fix printf attribute compilation errors"
This reverts commit 4175191d19.
This commit is contained in:
parent
d880db3933
commit
b7f952e02b
1 changed files with 1 additions and 4 deletions
|
|
@ -2176,10 +2176,7 @@ struct var_ctx {
|
||||||
|
|
||||||
static int
|
static int
|
||||||
var_printf(struct var_ctx *v, const char *fmt, ...)
|
var_printf(struct var_ctx *v, const char *fmt, ...)
|
||||||
SPA_PRINTF_FUNC(2, 3);
|
__attribute__((format(printf, 2, 3)));
|
||||||
static int
|
|
||||||
var_vprintf(struct var_ctx *v, const char *fmt, va_list ap)
|
|
||||||
SPA_PRINTF_FUNC(2, 0);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
var_init(struct var_ctx *v, char *buf, size_t bufsz, enum var_format fmt, unsigned int flags, int level, int ind)
|
var_init(struct var_ctx *v, char *buf, size_t bufsz, enum var_format fmt, unsigned int flags, int level, int ind)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue