diff options
author | Jordan Petridis <jordan@centricular.com> | 2020-08-03 19:34:30 +0300 |
---|---|---|
committer | Jordan Petridis <jordan@centricular.com> | 2020-08-03 22:29:49 +0300 |
commit | e3e946c0b0e50c912266939f5a4854298c8877b7 (patch) | |
tree | 2bc13eaaef67139891dc9a650800f4aaa359184c /RELEASE | |
parent | 3254b992aae9b91cabe7d9860b83b343d7896c83 (diff) |
rtsp-thread-pool.c: fix clang 10 warning
clang 10 is complaining about incompatible types due to the
glib typesystem.
```
../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-thread-pool.c:534:10: error: incompatible pointer types passing 'typeof ((((void *)0))) *' (aka 'void **') to parameter of type 'GThreadPool **' (aka 'struct _GThreadPool **') [-Werror,-Wincompatible-pointer-types]
```
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/145>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions