mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
fix compiler warnings
This commit is contained in:
parent
729343f59b
commit
e6ccc72feb
3 changed files with 5 additions and 5 deletions
|
|
@ -847,7 +847,7 @@ static void process_tee(struct client *c, uint32_t frames)
|
|||
|
||||
static inline void debug_position(struct client *c, jack_position_t *p)
|
||||
{
|
||||
pw_log_trace("usecs: %lu", p->usecs);
|
||||
pw_log_trace("usecs: %"PRIu64, p->usecs);
|
||||
pw_log_trace("frame_rate: %u", p->frame_rate);
|
||||
pw_log_trace("frame: %u", p->frame);
|
||||
pw_log_trace("valid: %08x", p->valid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue