mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-27 21:37:37 -04:00
tests: don't redefine spa_assert
This commit is contained in:
parent
c732df412c
commit
df32ab9844
1 changed files with 0 additions and 9 deletions
|
|
@ -7,15 +7,6 @@
|
|||
|
||||
#include <spa/control/ump-utils.h>
|
||||
|
||||
#define spa_assert(cond) \
|
||||
do { \
|
||||
if (SPA_UNLIKELY(!(cond))) { \
|
||||
fprintf(stderr, "FAIL: %s at %s:%d\n", \
|
||||
#cond, __FILE__, __LINE__); \
|
||||
abort(); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* spa_ump_from_midi returns bytes (size * 4) */
|
||||
/* spa_ump_to_midi returns number of MIDI bytes written */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue