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...
parent
03ecfadf
Please register or sign in to comment