forked from OSchip/llvm-project
Remove splint hints to silence warnings from ICC and MSVC.
llvm-svn: 81108
This commit is contained in:
parent
0f5bbb585c
commit
0e098e9df7
|
@ -256,8 +256,8 @@ static void
|
|||
p_ere(struct parse *p, int stop) /* character this ERE should end at */
|
||||
{
|
||||
char c;
|
||||
sopno prevback = prevback;
|
||||
sopno prevfwd = prevfwd;
|
||||
sopno prevback;
|
||||
sopno prevfwd;
|
||||
sopno conc;
|
||||
int first = 1; /* is this the first alternative? */
|
||||
|
||||
|
|
Loading…
Reference in New Issue