libcamera/test/ipc
Laurent Pinchart 7817f9e0cf test: ipc: unixsocket: Define local function in anonymous namespace
A local function in the unixsocket test is defined in the global
namespace without the static keyword. This compiles fine for now, but
will cause a missing declaration warning when we enable them. To prepare
for that, enclose the function declaration in an anonymous namespace.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2024-06-26 12:07:11 +03:00
..
meson.build test: meson: Use dictionaries instead of arrays to store test information 2022-10-07 17:05:42 +03:00
unixsocket.cpp test: ipc: unixsocket: Define local function in anonymous namespace 2024-06-26 12:07:11 +03:00
unixsocket_ipc.cpp libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00