2018-03-16 19:10 UTC+0200 Phil Krylov (phil a t newstar.rinet.ru)
* include/hbexprb.c
* src/compiler/complex.c
* src/vm/memvars.c
* src/vm/strapi.c
! fixed compiler warnings emitted by GCC 7+
This commit is contained in:
@@ -837,6 +837,7 @@ int hb_comp_yylex( YYSTYPE * yylval_ptr, HB_COMP_DECL )
|
||||
|
||||
case HB_PP_TOKEN_EOL:
|
||||
pLex->fEol = HB_TRUE;
|
||||
/* fallthrough */
|
||||
case HB_PP_TOKEN_EOC:
|
||||
pLex->iState = LOOKUP;
|
||||
return ( HB_UCHAR ) pToken->value[ 0 ];
|
||||
|
||||
Reference in New Issue
Block a user