pipewire/spa
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
..
include builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
plugins builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
tests avoid error(), it's not defined on musl 2019-06-21 16:33:49 +02:00
tools avoid error(), it's not defined on musl 2019-06-21 16:33:49 +02:00
meson.build remove libv4l2 dependency 2019-05-14 13:21:53 +02:00