VirtualBox

Changeset 65644 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Feb 7, 2017 11:31:47 AM (8 years ago)
Author:
vboxsync
Message:

gcc 7: Storage: fall thru

Location:
trunk/src/VBox/Storage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/QCOW.cpp

    r64829 r65644  
    14021402            /* Success, fall through. */
    14031403        }
     1404        /* fall thru */
    14041405        case QCOWCLUSTERASYNCALLOCSTATE_L2_LINK:
    14051406        {
     
    14271428            }
    14281429        }
     1430        /* fall thru */
    14291431        case QCOWCLUSTERASYNCALLOCSTATE_USER_ALLOC:
    14301432        {
     
    14461448            }
    14471449        }
     1450        /* fall thru */
    14481451        case QCOWCLUSTERASYNCALLOCSTATE_USER_LINK:
    14491452        {
  • trunk/src/VBox/Storage/QED.cpp

    r64832 r65644  
    14051405                break;
    14061406            }
    1407             /* Success, fall through. */
    1408         }
     1407        }
     1408        /* fall thru */
    14091409        case QEDCLUSTERASYNCALLOCSTATE_L2_LINK:
    14101410        {
     
    14321432            }
    14331433        }
     1434        /* fall thru */
    14341435        case QEDCLUSTERASYNCALLOCSTATE_USER_ALLOC:
    14351436        {
     
    14501451            }
    14511452        }
     1453        /* fall thru */
    14521454        case QEDCLUSTERASYNCALLOCSTATE_USER_LINK:
    14531455        {
  • trunk/src/VBox/Storage/VDI.cpp

    r64784 r65644  
    11541154            pDiscardAsync->enmState = VDIBLOCKDISCARDSTATE_WRITE_BLOCK;
    11551155        }
     1156        /* fall thru */
    11561157        case VDIBLOCKDISCARDSTATE_WRITE_BLOCK:
    11571158        {
     
    11661167                break;
    11671168        }
     1169        /* fall thru */
    11681170        case VDIBLOCKDISCARDSTATE_UPDATE_METADATA:
    11691171        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette