mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Fix warnings on msvc. Note that the lack of a return shouldn't cause a problem, because we never actually call yypeek in a case where the return is needed, but it's still more future-proof to have it.
This commit is contained in:
@@ -218,6 +218,7 @@ int yypeek()
|
||||
ungetc( ch, incp->file );
|
||||
return ch;
|
||||
}
|
||||
return EOF;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user