diff options
author | Stefan Klug <stefan.klug@ideasonboard.com> | 2025-02-11 18:20:56 +0100 |
---|---|---|
committer | Stefan Klug <stefan.klug@ideasonboard.com> | 2025-02-11 23:08:38 +0100 |
commit | f63f4d71d4c917b62242cb9b7e06edae80d6c204 (patch) | |
tree | a6a6334799bfbe1c8e52ff5f37a3eb6a62a83464 /src/android/data | |
parent | ee918b370a08b362de75ee590cfc46fe8e38a0f0 (diff) |
In the CI on debian 11 (gcc 9.3.0 and gcc 10.2.1) compilation fails
because the compiler incorrectly selects the
explicit ControlInfo(std::set<bool> values, bool def)
version of the ControlInfo constructor. This behavior was not
reproducible using gcc 9.5.0 and 10.5.0. So it seems newer versions of
gcc already contain a fix. Fix the CI build by explicitly passing a
ControlValue as second argument to the constructor.
Fixes: ee918b370a08 ("ipa: rkisp1: agc: Initialize enum controls with a list of values")
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/android/data')
0 files changed, 0 insertions, 0 deletions