Add ignorewarn pragma to pawn compiler#1111
Add ignorewarn pragma to pawn compiler#1111ArKaNeMaN wants to merge 1 commit intoalliedmodders:masterfrom
ignorewarn pragma to pawn compiler#1111Conversation
|
Good practice would be to not ignore these and fix indentation. |
Yes, but I have some macros which visually dont have wrong indentation, but compiler shows 217 warnings. |
|
#pragma tabsize 0 |
|
@Ganter1234, it did not help) |
|
This might also help in the situations with |
this one doesn't work because there is a check for > 0 before applying it |
Show those macros, I had that problem and I solved them by using ( ) enclosing variable assignations. |
Usage: