Add casts where casts due. It's "safe" to cast, because "wrong" casts
will either be optimized away or never performed. The trouble is that compiler first parses code, then optimizes, not both at once...
Loading
Please sign in to comment
will either be optimized away or never performed. The trouble is that compiler first parses code, then optimizes, not both at once...