Skip to content

Convert uint to enum before passing to switch

Nicolas Fella requested to merge work/yell into master

This way the compiler yells at us when we don't handle a case, which is quite a few at the moment

Merge request reports