Posts: 708
Threads: 140
Joined: Jan 2013
Reputation:
0
So i'm writing an include with functions and it all works fine but when I include it in my GM and I compile it says "Symbol is never used {FUNCTION NAME HERE}" How can I remove that?
Posts: 391
Threads: 25
Joined: Jul 2013
Reputation:
0
show us the line, whatever is on the like, remove it
Posts: 565
Threads: 32
Joined: Jul 2012
Reputation:
0
#pragma unused FUNCTION NAME HERE
Maybe?