pipewire/spa/plugins/libcamera
Javier Martinez Canillas 76cb5c1169 libcamera: remove unused buffer variable in LibCamera::stop()
To fix build warning about a variable being unused in LibCamera::stop():

[1/2] Compiling C++ object spa/plugins/libcamera/libspa-libcamera.so.p/libcamera_wrapper.cpp.o
../spa/plugins/libcamera/libcamera_wrapper.cpp: In member function ‘void LibCamera::stop()’:
../spa/plugins/libcamera/libcamera_wrapper.cpp:531:58: warning: unused variable ‘buffer’ [-Wunused-variable]
  531 |                 for (const std::unique_ptr<FrameBuffer> &buffer : this->allocator_->buffers(stream)) {
      |                                                          ^~~~~~
2021-07-23 07:59:10 +00:00
..
libcamera-client.c spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
libcamera-device.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
libcamera-source.c spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
libcamera-utils.c spa/buffer: rename SPA_MEMBER to SPA_PTROFF 2021-05-06 09:39:39 +00:00
libcamera.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera.h Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera_wrapper.cpp libcamera: remove unused buffer variable in LibCamera::stop() 2021-07-23 07:59:10 +00:00
libcamera_wrapper.h libcamera: Fixed the crash issue when rtkit is enabled. 2020-06-12 12:24:00 +05:30
meson.build meson.build: move libcamera and libdrm summary() to 'Backend' section 2021-06-25 15:13:07 +03:00