2019-02-11 13:51 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/gtqtc/gtqtc1.cpp
  * src/rtl/gtxwc/gtxwc.c
    ! added /* fallthrough */ comments to pacify warnings
This commit is contained in:
Przemysław Czerpak
2019-02-11 13:51:35 +01:00
parent d0be194907
commit 1b10c22cee
3 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2019-02-11 13:51 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/gtqtc/gtqtc1.cpp
* src/rtl/gtxwc/gtxwc.c
! added /* fallthrough */ comments to pacify warnings
2019-02-11 13:43 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* bin/commit.hb
! fixed UTC offset formatting

View File

@@ -2322,6 +2322,7 @@ static HB_BOOL hb_gt_qtc_Info( PHB_GT pGT, int iType, PHB_GT_INFO pInfo )
{
case 0:
iDepth = 32;
/* fallthrough */
case 32:
format = QImage::Format_RGB32;
break;

View File

@@ -1425,6 +1425,7 @@ static HB_BOOL hb_gt_xwc_DefineBoxChar( PXWND_DEF wnd, HB_USHORT usCh, XWC_CharT
case HB_BOXCH_FULL_B:
inverse = HB_TRUE;
/* fallthrough */
case HB_BOXCH_FULL_T:
rect[ 0 ].x = 0;
rect[ 0 ].y = 0;
@@ -1436,6 +1437,7 @@ static HB_BOOL hb_gt_xwc_DefineBoxChar( PXWND_DEF wnd, HB_USHORT usCh, XWC_CharT
case HB_BOXCH_FULL_R:
inverse = HB_TRUE;
/* fallthrough */
case HB_BOXCH_FULL_L:
rect[ 0 ].x = 0;
rect[ 0 ].y = 0;