mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.
* enc/iso_8859_{1,2}.c (apply_all_case_fold): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
			
			
This commit is contained in:
		
							parent
							
								
									d8d9bac5c8
								
							
						
					
					
						commit
						5528903d01
					
				
					 4 changed files with 10 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -193,7 +193,7 @@ code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc)
 | 
			
		|||
  if (enclen(enc, buf, p) != (p - buf))
 | 
			
		||||
    return ONIGERR_INVALID_CODE_POINT_VALUE;
 | 
			
		||||
#endif  
 | 
			
		||||
  return p - buf;
 | 
			
		||||
  return (int)(p - buf);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int
 | 
			
		||||
| 
						 | 
				
			
			@ -299,7 +299,7 @@ property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end)
 | 
			
		|||
    return onigenc_minimum_property_name_to_ctype(enc, s, e);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  return ctype;
 | 
			
		||||
  return (int)ctype;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue