Fix missing breaks which lead to invalid fallthroughs.

This commit is contained in:
Bill King
2010-06-11 13:39:47 +10:00
parent 1a89786979
commit 9e7d91a519
5 changed files with 9 additions and 0 deletions

View File

@@ -1219,6 +1219,7 @@ void QtDumperHelper::evaluationParameters(const WatchData &data,
break;
case StdDequeType:
extraArgs[1] = zero;
break;
case StdStackType:
// remove 'std::allocator<...>':
extraArgs[1] = zero;