VirtualBox

Changeset 103250 in vbox for trunk/src


Ignore:
Timestamp:
Feb 7, 2024 1:16:16 PM (11 months ago)
Author:
vboxsync
Message:

IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp

    r100997 r103250  
    33763376
    33773377            default:
     3378                RT_FALL_THROUGH();
    33783379            case RTLDRARCH_HOST:
    3379                 AssertFailed();
     3380                AssertFailedBreak();
    33803381            case RTLDRARCH_WHATEVER:
    33813382                break;
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