Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Have you tried solving the warning instead? I don't see this being an issue with sublime.
Just to test something, try typing something in pawno that would normally create an error and see if it actually gives you a warning.
Posts: 203
Threads: 4
Joined: Feb 2017
Reputation:
0
Nothing strange, you are using "i" everywhere (local and global). That's not correct.
And it's warning, not error.
Posts: 872
Threads: 25
Joined: Sep 2014
Reputation:
0
Make sure compiler you used to compile in sublime text is correct one. You can check that in Pawn.sublime-build file.
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
Make sure you're using the right pawncc arguments. iirc I had issues like these before, turned out I used wrong compiler arguments.