Skip to content

Commit

Permalink
Fixed PCRE instructions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 22, 2012
1 parent 19f1ff8 commit b9db57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcre/readme.txt
Expand Up @@ -44,6 +44,8 @@ ucp.h
#pragma warning( disable : 4127) // conditional expression is constant
#pragma warning( disable : 4244) // conversion from 'int' to 'unsigned short', possible loss of data
#pragma warning( disable : 4701) // local variable 'othercase' may be used without having been initialized
#pragma warning( disable : 4702) // unreachable code


to the start of the file.

Expand Down

0 comments on commit b9db57d

Please sign in to comment.