mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	Fix typos, UBs and warnings (#625)
This commit is contained in:
		
							parent
							
								
									5a47495d87
								
							
						
					
					
						commit
						0578cb4a42
					
				
					 19 changed files with 193 additions and 139 deletions
				
			
		|  | @ -158,9 +158,9 @@ void VarDescr::set_const(td::RefInt256 value) { | |||
|   } else if (s > 0) { | ||||
|     val |= _NonZero | _Pos | _Finite; | ||||
|   } else if (!s) { | ||||
|     if (*int_const == 1) { | ||||
|       val |= _Bit; | ||||
|     } | ||||
|     //if (*int_const == 1) {
 | ||||
|     //  val |= _Bit;
 | ||||
|     //}
 | ||||
|     val |= _Zero | _Neg | _Pos | _Finite | _Bool | _Bit; | ||||
|   } | ||||
|   if (val & _Finite) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue