Silence "uninitialized" warnings
This commit is contained in:
		
							parent
							
								
									fa911b8018
								
							
						
					
					
						commit
						7b65977eb9
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -349,7 +349,7 @@ rb_check_argc(int actual, int expected)
 | 
			
		|||
	{ \
 | 
			
		||||
		RB_UNUSED_PARAM; \
 | 
			
		||||
		Klass *k = getPrivateData<Klass>(self); \
 | 
			
		||||
		type value; \
 | 
			
		||||
		type value = 0; \
 | 
			
		||||
		GUARD_EXC( value = k->get##PropName(); ) \
 | 
			
		||||
		return value_fun(value); \
 | 
			
		||||
	} \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue