mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Warnings fixes.
This commit is contained in:
		
							parent
							
								
									c6e0f82d2e
								
							
						
					
					
						commit
						f24e0594df
					
				| @ -51,6 +51,7 @@ std::shared_ptr<Type> Type::fromElementaryTypeName(Token::Value _typeToken) | ||||
| 		return std::make_shared<BoolType>(); | ||||
| 	else | ||||
| 		BOOST_ASSERT(false); // @todo add other tyes
 | ||||
| 	return std::shared_ptr<Type>(); | ||||
| } | ||||
| 
 | ||||
| std::shared_ptr<Type> Type::fromUserDefinedTypeName(UserDefinedTypeName const& _typeName) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user