View Single Post
Author Message
Gold Fish
Senior Member
Join Date: Mar 2020
Old 02-10-2021 , 13:09   SourcePawn compiler suggestion
Reply With Quote #1

Pawn compiler has a preprocessor directive #pragma warning disable <number>,
For example #pragma warning disable 203
which removes warnings, please add this directive to the sourcepawn compiler.

It is very uncomfortable to compile the code, there are a lot of warning 213: tag mismatch warnings, they clog the compiler log.
Thanks.

Last edited by Gold Fish; 02-10-2021 at 13:10.
Gold Fish is offline