VirtualBox

Changeset 8346 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 24, 2008 7:36:20 AM (17 years ago)
Author:
vboxsync
Message:

gcc-4.3 warning

File:
1 edited

Legend:

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

    r8295 r8346  
    5151{
    5252    int rc = RTStrToUInt8Ex(psz, ppszNext, 10, pu8);
    53     if (      rc != VINF_SUCCESS
    54            && rc != VWRN_TRAILING_CHARS
     53    if ((      rc != VINF_SUCCESS
     54           && rc != VWRN_TRAILING_CHARS)
    5555        || *pu8 > 254)
    5656        return VERR_INVALID_PARAMETER;
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