Skip to content

Commit f15e613

Browse files
authored
Merge pull request microsoft#454 from gladkovdmitry17/suppress_intel_comp_warn
Suppress Intel C++ Compiler 17.0 warning
2 parents 2ebf9b9 + e3f81c4 commit f15e613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/include/cpprest/json.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,7 @@ namespace json
13831383
return m_value == other.m_value;
13841384
}
13851385
__assume(0);
1386+
return false;
13861387
}
13871388

13881389
private:

0 commit comments

Comments
 (0)