I'm trying to figure out how to implement automatic detection of unused return values from calls to strictly pure functions.
The closest I have come is the function functionParameters() in expression.c
Ideas anyone?
I'm trying to figure out how to implement automatic detection of unused return values from calls to strictly pure functions.
The closest I have come is the function functionParameters() in expression.c
Ideas anyone?