Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: Deprecate bitwise operations between different enumeration type
C++20 deprecates bitwise operations between different enumeration types. This is a bad practice even in C++17, so enable the deprecation warning. Doing so ensures no such operations will be added. Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Umang Jain <[email protected]> Reviewed-by: Stefan Klug <[email protected]>
- Loading branch information