Files
external_libcamera/meson.build
T
Laurent Pinchart ea1e9eba74 Revert "meson: Deprecate bitwise operations between different enumeration type"
Enabling -Wdeprecated-enum-enum-conversion by default turned out to be a
too hasty decision. It causes compilation failures with Qt headers prior
to Qt v5.15.8. As the previous LTS versions of Debian and Ubuntu ship
older Qt versions, those errors cause real inconvenience to users.

This reverts commit bf4695266b.

The original goal of avoiding C++20 compilation regressions is still
handled through a test in CI.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2024-05-07 23:01:34 +03:00

9.9 KiB