diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2024-04-09 19:37:36 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2024-04-10 16:40:34 +0900 |
commit | 9dc601cf7a689fe6eef23189edf0c8a9c38dcfe1 (patch) | |
tree | 66846e452c3677b0ba90b27008d5edd574131316 /src/py/cam | |
parent | 666f17affcad23118e110909331b499411b57562 (diff) |
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>
Diffstat (limited to 'src/py/cam')
0 files changed, 0 insertions, 0 deletions