mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
This commit is contained in:
		
						commit
						bd10c70458
					
				
					 25 changed files with 75 additions and 88 deletions
				
			
		|  | @ -216,7 +216,7 @@ Error VariantParser::get_token(Stream *p_stream, Token &r_token, int &line, Stri | |||
| 				} | ||||
| 
 | ||||
| 				string_name = true; | ||||
| 				FALLTHROUGH; | ||||
| 				[[fallthrough]]; | ||||
| 			} | ||||
| 			case '"': { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde