diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-11 09:05:46 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-27 11:55:05 +0100 |
commit | b1d818beb44d8a658eeae6f83a440c33aeff1f4f (patch) | |
tree | 9a24da79d9b29bff21de5f808076278b732bb218 /test/flags.cpp | |
parent | 643cc403fec2e568dbd7b4dbce8edbaa9eaea98e (diff) |
base: class: Remove undesired semi-colon from LIBCAMERA_O_PTR
The LIBCAMERA_O_PTR() define adds the ';' at the end of the
templated call to _o().
While this works for the only current user in camera_manager.cpp, even
the statement there adds another semi-colon following it.
The addition of the semi-colon in the define unnecessarily prohibits the
macro from being used in places other than the end of a statement.
Remove it.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/flags.cpp')
0 files changed, 0 insertions, 0 deletions