-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[test][CAS] Fix unused variable warning in unittest #159594
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
[test][CAS] Fix unused variable warning in unittest #159594
Conversation
Created using spr 1.3.6
Thanks for this fix @cachemeifyoucan! I don't think the AIX bot is building this commit yet, but I've tried it locally and now I'm seeing the same issue as the build prior to build 5822, specifically the issue in build 5821 where the issue looks like this:
|
Did you delete |
@cachemeifyoucan My local build was a clean build and this occurs. According to https://www.ibm.com/docs/en/aix/7.3.0?topic=l-lockfx-lockf-flock-lockf64-subroutine, |
Fix unused variable warning blocking AIX bot.