VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 12:46:53 PM (8 years ago)
Author:
vboxsync
Message:

IPRT/R0/RC: MSC level 4 warnings

File:
1 edited

Legend:

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

    r60883 r62436  
    26662666            uint16_t const iGroup = RT_HI_U16(fFlagsAndGroup);
    26672667            if (   iGroup != UINT16_MAX
    2668                  && (   (pLogger->afGroups[iGroup < pLogger->cGroups ? iGroup : 0] & (fFlags | RTLOGGRPFLAGS_ENABLED))
    2669                      != (fFlags | RTLOGGRPFLAGS_ENABLED)))
     2668                 && (   (pLogger->afGroups[iGroup < pLogger->cGroups ? iGroup : 0] & (fFlags | (uint32_t)RTLOGGRPFLAGS_ENABLED))
     2669                     != (fFlags | (uint32_t)RTLOGGRPFLAGS_ENABLED)))
    26702670            pLogger = NULL;
    26712671        }
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