fix build with clang-16
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