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
VoodooPS2Keyboard/VoodooPS2Keyboard.cpp:1519:21: style: Local variable 'start' shadows outer function [shadowFunction] int start = checkModifierState(kMaskLeftWindows) ? 1 : 0; ^ VoodooPS2Keyboard/VoodooPS2Keyboard.h:173:10: note: Shadowed declaration bool start(IOService * provider) override; ^ VoodooPS2Keyboard/VoodooPS2Keyboard.cpp:1519:21: note: Shadow variable int start = checkModifierState(kMaskLeftWindows) ? 1 : 0; ^
The text was updated successfully, but these errors were encountered:
Fix variable shadowing 3/3
9605ede
closes acidanthera/bugtracker#2027
acidanthera/VoodooPS2@fdb8be5
PMheart
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: