Fix "unused variable" warning
This commit is contained in:
		
							parent
							
								
									58d86039d5
								
							
						
					
					
						commit
						80b2768e73
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -46,6 +46,7 @@ static mrb_int getButtonArg(mrb_state *mrb, mrb_value self)
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		num = 0;
 | 
							num = 0;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
						(void) self;
 | 
				
			||||||
	mrb_get_args(mrb, "i", &num);
 | 
						mrb_get_args(mrb, "i", &num);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue