mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Remove constexpr.
This commit is contained in:
		
							parent
							
								
									08abab1373
								
							
						
					
					
						commit
						c374d27eec
					
				| @ -72,7 +72,7 @@ optional<LineColumn> parseLineColumn(Json::Value const& _lineColumn) | ||||
| 		return nullopt; | ||||
| } | ||||
| 
 | ||||
| constexpr int toDiagnosticSeverity(Error::Type _errorType) | ||||
| int toDiagnosticSeverity(Error::Type _errorType) | ||||
| { | ||||
| 	// 1=Error, 2=Warning, 3=Info, 4=Hint
 | ||||
| 	switch (Error::errorSeverity(_errorType)) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user