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

Prevent compiler warning about unnecessary copy #3129

Merged
merged 1 commit into from Sep 23, 2020
Merged

Conversation

acocuzzo
Copy link
Contributor

This compiler warning comes up a lot, and is due to the unnecessary copy introduced by accidentally using const value instead of const ref here.

This compiler warning comes up a lot, and is due to the unnecessary copy introduced by accidentally using const value instead of const ref here.
Copy link
Contributor

@xzyfer xzyfer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@xzyfer xzyfer merged commit 27a5e58 into sass:master Sep 23, 2020
cpsievert added a commit to rstudio/sass that referenced this pull request Jan 11, 2023
cpsievert added a commit to rstudio/sass that referenced this pull request Jan 12, 2023
* Upgrade libsass from 3.6.4 to 3.6.5

Closes #122 by way of sass/libsass#3129

* Update news
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants