Skip to content

Suppress Intel C++ Compiler 17.0 warning #454

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

Merged
merged 1 commit into from
May 30, 2017

Conversation

dmitrygx
Copy link
Contributor

@dmitrygx dmitrygx commented May 29, 2017

Intel C++ Compiler 17.0 concerned about missing return statement at the end of function:
cpprest\json.h(1398): warning #1011: missing return statement at end of non-void function "web::json::number::operator=="

buf fix of #455

@msftclas
Copy link

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@dmitrygx dmitrygx force-pushed the suppress_intel_comp_warn branch from a454f44 to e3f81c4 Compare May 30, 2017 05:36
@ras0219-msft ras0219-msft merged commit f15e613 into microsoft:master May 30, 2017
@ras0219-msft
Copy link
Contributor

Thanks!

@reneme
Copy link
Contributor

reneme commented Jun 1, 2017

I am getting compiler warnings (that are treated as errors) on Visual Studio due to this, though...

@rikhowarth
Copy link

I am getting compiler warnings (that are treated as errors) on Visual Studio due to this, though...

Me too, so I've had to rem out the return statement for now to get it to compile in Visual Studio

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.

6 participants