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

const-correctness for setstropt #565

Closed
wants to merge 1 commit into from

Conversation

Andersbakken
Copy link
Contributor

When we build curl we use a lot of our standard cflags which includes -Wcast-qual.

With this on some unsavory casting away of constness was uncovered. This patch fixes that.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @bagder, @linusnielsen and @captain-caveman2k to be potential reviewers

@bagder bagder closed this in 8fbaf67 Dec 14, 2015
@bagder
Copy link
Member

bagder commented Dec 14, 2015

Thanks!

@Andersbakken
Copy link
Contributor Author

My pleasure.

Anders

On Mon, Dec 14, 2015 at 2:16 PM, Daniel Stenberg notifications@github.com
wrote:

Thanks!


Reply to this email directly or view it on GitHub
#565 (comment).

@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants