VirtualBox

Changeset 95411 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jun 28, 2022 6:50:10 PM (2 years ago)
Author:
vboxsync
Message:

Linux host and guest drivers: fix clang warnings, bugref:10247.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r94967 r95411  
    17031703    {
    17041704        struct net_device  *pDev;
    1705         PINTNETTRUNKSWPORT  pSwitchPort;
    17061705        unsigned int        fFeatures;
    17071706
    17081707        RTSpinlockAcquire(pThis->hSpinlock);
    17091708
    1710         pSwitchPort = pThis->pSwitchPort; /* this doesn't need to be here, but it doesn't harm. */
    17111709        pDev = ASMAtomicUoReadPtrT(&pThis->u.s.pDev, struct net_device *);
    17121710        if (pDev)
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