tomsik68 opened this issue 6 years ago · 1 comments
In example: (unsigned long)( (char *)((long) var1) ), all the inner casts are redundant.
(unsigned long)( (char *)((long) var1) )
Fixed in 7147cdb