coverity#705196 Missing break in switch

Change-Id: Ib757a4cf5c6bf6fa59b2eb1a3cb3c9c3c55431bc
This commit is contained in:
Caolán McNamara 2014-05-30 13:27:09 +01:00
parent cf28ba611b
commit 813d4d3b8d

View file

@ -254,6 +254,7 @@ int MakeToken( YYSTYPE * pTokenVal )
break;
case INCLUDE:
bLastInclude = true;
//fall-through
default:
pTokenVal->value = aKey.yylval;
}