alliedmodders / sourcepawn

A small, statically typed scripting language.
Other
371 stars 63 forks source link

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

Closed c0rp3n closed 1 week ago

c0rp3n commented 5 months ago

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.