mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +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 += " := "; |                     m_messages.back().message += " := "; | ||||||
|                     start = pos; |                     start = pos; | ||||||
|                 } |                 } | ||||||
|  |                 break; | ||||||
|             default:; // noop |             default:; // noop | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský