We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A variable with the stock modifier now complains that the symbol is not used anywhere. Warning 203: symbol is never used "L4D2ZombieClassname"
Warning 203: symbol is never used "L4D2ZombieClassname"
stock const char L4D2ZombieClassname[9][] = { "smoker", "boomer", "hunter", "spitter", "jockey", "charger", "witch", "tank", "error_bad_L4D2ZombieClassType" };
The text was updated successfully, but these errors were encountered:
Fix for alliedmodders#976 to ignore unused stock Variables
1e1fea5
This change treats stock variables the same as public during when checking for unused variables.
No branches or pull requests
A variable with the stock modifier now complains that the symbol is not used anywhere.
Warning 203: symbol is never used "L4D2ZombieClassname"
The text was updated successfully, but these errors were encountered: