Skip to content
Commit d284ab03 authored by Marius Vlad's avatar Marius Vlad
Browse files

pipewire,remoting,tests: Replace asprintf w/ str_printf



We have a string helper which wraps asprintf(). Uses that one because it
clears out the destination string, but also it won't return the number
of bytes unlinke asprintf().

Fixes warnings like:
warning: ignoring return value of ‘asprintf’ declared with attribute
‘warn_unused_result’.

Signed-off-by: default avatarMarius Vlad <marius.vlad@collabora.com>
parent 3e94836a
Loading
Loading
Loading
Pipeline #531487 passed with stages
in 9 minutes and 4 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment