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:
Phil Krylov
2018-03-16 21:11:59 +03:00
parent d01a23c4bd
commit 19c4c58b3d
5 changed files with 13 additions and 4 deletions

View File

@@ -900,6 +900,7 @@ static HB_EXPR_FUNC( hb_compExprUseRef )
case HB_EA_PUSH_POP:
case HB_EA_STATEMENT:
hb_compWarnMeaningless( HB_COMP_PARAM, pSelf );
/* fallthrough */
case HB_EA_DELETE:
HB_COMP_EXPR_FREE( pSelf->value.asReference );
break;