'symbol' : based pointer passed to unprototyped function : parameter number
If you pass a based pointer to a unprototyped function, the pointer is normalized, which could cause unpredictable results. You should prototype functions that are passed based pointers.