VirtualBox

Changeset 65641 in vbox for trunk


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

gcc 7: Additions: fall-thru

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r64766 r65641  
    809809                        if (!(fFlags & VBOXSERVICETOOLBOXLSFLAG_SYMLINKS))
    810810                            break;
    811                         /* Fall through is intentional. */
     811                        /* fall thru */
    812812                    case RTFS_TYPE_DIRECTORY:
    813813                    {
  • trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c

    r62527 r65641  
    415415            default:
    416416                fprintf(stderr, "unknown option `%c:%#x'\n", c, c);
     417                /* fall thru */
    417418            case '?':
    418419            case 'h':
     
    425426            case 'w':
    426427                opts.ronly = 0;
     428                break;
    427429
    428430            case 's':
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r65122 r65641  
    31103110                        /* Not breaking unconditionally is intentional. See comment above. */
    31113111                    }
     3112                    /* fall thru */
    31123113                    case DragAndDropSvc::HOST_DND_HG_EVT_MOVE:
    31133114                    {
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