Skip to content

Commit b9db57d

Browse files
committed
Fixed PCRE instructions a bit
1 parent 19f1ff8 commit b9db57d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pcre/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ ucp.h
4444
#pragma warning( disable : 4127) // conditional expression is constant
4545
#pragma warning( disable : 4244) // conversion from 'int' to 'unsigned short', possible loss of data
4646
#pragma warning( disable : 4701) // local variable 'othercase' may be used without having been initialized
47+
#pragma warning( disable : 4702) // unreachable code
48+
4749

4850
to the start of the file.
4951

0 commit comments

Comments
 (0)