sourcepawn icon indicating copy to clipboard operation
sourcepawn copied to clipboard

Fix for #972 when a static is used by a stock Function

Open c0rp3n opened this issue 8 months ago • 0 comments

Solution

This adds stock functions to the maybe used set which seems most appropriate. We can then mark all of the functions they refer too as maybe used also.

Testing

Added a new compile only test which should fail if there are any warnings.

c0rp3n avatar Jun 09 '24 14:06 c0rp3n