so I\'m trying to pass a type double * to a function that accepts void ** as one of the parameters. This is the warning that I am getting.
double *
void **
int main( void ) { // Local Declaration double *target; // Statement success = dequeue(queueIn, (void**)&target); }
Use it like this.