forked from qt-creator/qt-creator
Add a default: label to the ToolChainType switches so that gcc doesn't
complain. Added a Q_ASSERT to the case that shouldn't happen.
This commit is contained in:
@@ -754,6 +754,7 @@ static IDebuggerEngine *debuggerEngineForToolChain(ProjectExplorer::ToolChain::T
|
||||
case ProjectExplorer::ToolChain::OTHER:
|
||||
case ProjectExplorer::ToolChain::UNKNOWN:
|
||||
case ProjectExplorer::ToolChain::INVALID:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (Debugger::Constants::Internal::debug)
|
||||
|
||||
Reference in New Issue
Block a user