We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f1ff8 commit b9db57dCopy full SHA for b9db57d
pcre/readme.txt
@@ -44,6 +44,8 @@ ucp.h
44
#pragma warning( disable : 4127) // conditional expression is constant
45
#pragma warning( disable : 4244) // conversion from 'int' to 'unsigned short', possible loss of data
46
#pragma warning( disable : 4701) // local variable 'othercase' may be used without having been initialized
47
+#pragma warning( disable : 4702) // unreachable code
48
+
49
50
to the start of the file.
51
0 commit comments