VirtualBox

Ignore:
Timestamp:
Mar 15, 2019 2:14:18 PM (6 years ago)
Author:
vboxsync
Message:

IPRT,HostDrivers: Fixed some warnings.

Location:
trunk/src/VBox/Runtime/r0drv/linux
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r76553 r77727  
    6262# include <iprt/errcore.h>
    6363#endif
     64
     65#include "internal/initterm.h"
    6466
    6567
  • trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c

    r76553 r77727  
    4545static DECLARE_TASK_QUEUE(g_rtR0LnxWorkQueue);
    4646#endif
    47 
    48 
    49 /*********************************************************************************************************************************
    50 *   Internal Functions                                                                                                           *
    51 *********************************************************************************************************************************/
    52 /* in alloc-r0drv0-linux.c */
    53 DECLHIDDEN(void) rtR0MemExecCleanup(void);
    5447
    5548
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r77549 r77727  
    140140    {
    141141        default:
    142             AssertMsgFailed(("%#x %d\n", fProt, fKernel));
     142            AssertMsgFailed(("%#x %d\n", fProt, fKernel)); RT_FALL_THRU();
    143143        case RTMEM_PROT_NONE:
    144144            return PAGE_NONE;
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r76553 r77727  
    545545
    546546            default:
    547                 AssertMsgFailed(("%d\n", enmState));
     547                AssertMsgFailed(("%d\n", enmState)); RT_FALL_THRU();
    548548            case RTTIMERLNXSTATE_STARTING:
    549549            case RTTIMERLNXSTATE_MP_STARTING:
     
    597597            case RTTIMERLNXSTATE_CB_RESTARTING:
    598598            case RTTIMERLNXSTATE_CB_DESTROYING:
    599                 AssertMsgFailed(("%d\n", enmState));
     599                AssertMsgFailed(("%d\n", enmState)); RT_FALL_THRU();
    600600            default:
    601601                return false;
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