2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Clean up build warnings (gcc & clang).

This commit is contained in:
Rene Rivera
2020-02-24 22:10:15 -06:00
parent b3dfe156e7
commit e115f07729
19 changed files with 61 additions and 248 deletions

View File

@@ -237,7 +237,6 @@ int yypeek()
#define yyprev() ( incp->string-- )
static int use_new_scanner = 0;
static int expect_whitespace;
#define yystartkeyword() if(use_new_scanner) break; else token_warning()
#define yyendkeyword() if(use_new_scanner) break; else if ( 1 ) { expect_whitespace = 1; continue; } else (void)0