04.09.2017, 12:43
Alright, as VVwVV pointed out
works. What I don't understand is why
does not work
https://github.com/Zeex/pawn/issues/182
For now I compiled the compiler with the warning turned off, as the code works except for all the tag mismatch warnings
pawn Код:
(test[E_WTF])[E_TEST:0] = EOS;
pawn Код:
(_:test[E_WTF])[0] = EOS;
https://github.com/Zeex/pawn/issues/182
For now I compiled the compiler with the warning turned off, as the code works except for all the tag mismatch warnings