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

permission: fix recent coverity warning #48775

Closed
wants to merge 2 commits into from

Commits on Jul 14, 2023

  1. permission: fix recent coverity warning

    - address recent coverity warning by using auto &.
      Since the value is already const using a copy
      should not be necessary.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    56ed8d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. squash: address linter complaints

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5b2ada4 View commit details
    Browse the repository at this point in the history