Skip to content

Commit e3f81c4

Browse files
committed
Suppress Intel C++ Compiler 17.0 warning
1 parent 5c708f4 commit e3f81c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/include/cpprest/json.h

+1
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)