mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
meson.build: enable -Werror=format
This commit is contained in:
parent
17fcc9fc51
commit
ec521ca870
3 changed files with 4 additions and 3 deletions
|
|
@ -750,7 +750,7 @@ static void stream_latency_update_cb(pa_stream *s, void *userdata)
|
|||
pa_usec_t usec;
|
||||
int negative;
|
||||
pa_stream_get_latency(s, &usec, &negative);
|
||||
pw_log_debug("latency %ld negative %d", usec, negative);
|
||||
pw_log_debug("latency %" PRIu64 " negative %d", usec, negative);
|
||||
}
|
||||
|
||||
static int create_pulse_stream(struct impl *impl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue