libcamera/utils/ipc
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
..
generators utils: ipc: Fix event functions with no parameters 2024-04-10 16:40:34 +09:00
mojo utils: ipc: Update mojo 2024-01-09 15:39:05 +00:00
tools utils: ipc: Update mojo 2024-01-09 15:39:05 +00:00
extract-docs.py utils: ipc: extract-docs: Fix escape characters in regex 2024-01-23 02:21:30 +02:00
generate.py utils: ipc: generate.py: Disable attributes checker 2024-01-09 15:39:05 +00:00
meson.build utils: ipc: Add script to extract doxygen docs from mojom files 2021-05-27 17:07:04 +09:00
parser.py utils: ipc: Update parser.py 2023-04-05 08:24:11 +03:00