mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	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
	 Martin Hořeňovský
					Martin Hořeňovský