forked from catchorg/Catch2
Add missing break to a switch to silence fall-through warning
Closes #2891
This commit is contained in:
@ -91,6 +91,7 @@ namespace Catch {
|
||||
m_messages.back().message += " := ";
|
||||
start = pos;
|
||||
}
|
||||
break;
|
||||
default:; // noop
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user