-
Notifications
You must be signed in to change notification settings - Fork 4
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
util/channel.h: remove an invalid const specifier #79
Conversation
This error was found by Clang 10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@petermattis there's a non-Java test failure at https://travis-ci.org/github/cockroachdb/rocksdb/jobs/669596695?utm_medium=notification&utm_source=github_status something to do with column families. Is this ok? |
|
Hmm, I can't see why this change would have caused that. I also can't find the button in Travis to restart the build. Did they remove it? |
Logging out of Travis and back in fixed that problem. I've restarted the build. |
|
ok so all the remaining failures are java-related. merging. |
of 'std::lock_guard<std::mutex>'. Apply the fix in cockroachdb#79.
of 'std::lock_guard<std::mutex>'. Apply the fix in cockroachdb#79.
This error was found by Clang 10.
Informs cockroachdb/cockroach#46300
This change is