libcamera/utils/ipc/generators
Paul Elder 9dc601cf7a utils: ipc: Fix event functions with no parameters
If an event function is defined with no parameters, there would be a
compilation error complaining about unused parameters in the generated
code for the data and dataSize parameters that would normally correspond
to serialized data. Fix this by simply marking the parameters as
maybe_unused.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-04-10 16:40:34 +09:00
..
libcamera_templates utils: ipc: Fix event functions with no parameters 2024-04-10 16:40:34 +09:00
__init__.py utils: ipc: Add __init__.py for local module utils/ipc/generators 2022-01-27 06:09:05 +02:00
meson.build meson: ipa, proxy: Generate headers and proxy with mojo 2021-02-16 19:21:39 +09:00
mojom_libcamera_generator.py utils: mojom: Fix build error caused by the mojom tool update 2024-02-15 11:38:25 +00:00