Skip to content
  • Harald Sitter's avatar
    mtp: use fewer default switch cases · 5b8e1019
    Harald Sitter authored
    they hide unhandled enum values when we want and need to know that they
    are missing! also the return explicitness was sometimes lost in the process
    (when emitting finished or error we must return as otherwise assertions inside
    the base class may fail)
    5b8e1019