Skip to content

fix build with clang-16

Harald Sitter requested to merge work/sitter/clang16 into master

enum-constexpr-conversion trips over the fact that we use "incorrect" enum values in typedefs e.g.

typedef ObjectDescription<static_castPhonon::ObjectDescriptionType(VisualizationType)> VisualizationDescription;

this obviously is not in the enum range and trips up the check, so disable the check for experimental

Merge request reports