pipewire/spa/plugins/alsa
Michael Tretter 39c01ba2fe builder: fix calls to builder_add that are not terminated by NULL
spa_pod_builder_add() is a va_args function that is terminated by a NULL
argument. The last argument must be a pointer type, because otherwise
checking for a NULL pointer can fail.

The __attribute__((__sentinel__)) prints a compiler warning, if the last
argument of a call to spa_pod_builder_add() is not a pointer type.

Fix all sentinel warnings by replacing all integer type 0 with pointer
type NULL in calls to spa_pod_builder_add().
2019-07-09 20:53:44 +02:00
..
alsa-monitor.c builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
alsa-sink.c alsa: handle alsa-lib 1.1.9 2019-05-23 09:25:51 +02:00
alsa-source.c alsa: handle alsa-lib 1.1.9 2019-05-23 09:25:51 +02:00
alsa-utils.c builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
alsa-utils.h alsa: handle alsa-lib 1.1.9 2019-05-23 09:25:51 +02:00
alsa.c add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
meson.build remove spalib 2018-08-14 12:33:53 +02:00