Is there any way to get rid of warnings that say "pointer of type void * used in arithmetic?' my program still runs fine....i just want to know if there is a way to tell the terminal i['m using that i'm ok with doing arithmetic on void*'s (i can't cast them as any type because I am implementing a generic function..