Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when I compile nominations_extended.sp #6

Open
Klonken opened this issue Nov 26, 2020 · 3 comments
Open

Warning when I compile nominations_extended.sp #6

Klonken opened this issue Nov 26, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Klonken
Copy link

Klonken commented Nov 26, 2020

Thank you for this amazing update! However, I get this warning when I compile this version of nominations_extended.sp:

// nominations_extended.sp(339) : warning 213: tag mismatch
// nominations_extended.sp(465) : warning 213: tag mismatch
// nominations_extended.sp(767) : warning 213: tag mismatch

Here is the line: GetExcludeMapList(excludeMaps);

Here is the native in the .inc file: native void GetExcludeMapList(ArrayList array);

Thanks in advance!

@mbhound
Copy link
Collaborator

mbhound commented Nov 26, 2020

The plugin should still compile with the warning. All it means is that there are spaces instead of tabs.

@Klonken
Copy link
Author

Klonken commented Nov 26, 2020

The plugin should still compile with the warning. All it means is that there are spaces instead of tabs.

Wouldn't it be warning 217: loose indentation then?

@mbhound
Copy link
Collaborator

mbhound commented Nov 27, 2020

Yeah you're right I misread it. It probably doesn't like the type of the argument that is getting passed but it should still work. This was from the original code so I haven't really looked at it. I'll see if I can fix it when I have some time.

@sneak-it sneak-it added the bug Something isn't working label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants