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

Fill the ring-buffer with the fallback value #4348

Merged
merged 1 commit into from Apr 2, 2021
Merged

Conversation

nobu
Copy link
Member

@nobu nobu commented Apr 2, 2021

Fill with the pointer to the root position, instead of zero and comparing later. Also suppress a false warning by Visual C++.

file.c(4759): warning C4090: 'function': different 'const' qualifiers

Fill with the pointer to the root position, instead of zero and
comparing later.  Also suppress a false warning by Visual C++.

```
file.c(4759): warning C4090: 'function': different 'const' qualifiers
```
@nobu nobu merged commit 43e0677 into ruby:master Apr 2, 2021
@nobu nobu deleted the dirname-warning branch April 2, 2021 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant