pipewire/spa/plugins/v4l2
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
..
meson.build remove libv4l2 dependency 2019-05-14 13:21:53 +02:00
v4l2-monitor.c builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
v4l2-source.c builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
v4l2-utils.c builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
v4l2.c add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00