Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.
@nschonni nschonni requested a review from mgreter September 23, 2020 01:03
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants