VirtualBox

Ignore:
Timestamp:
Aug 15, 2016 12:39:40 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110098
Message:

Runtime: warnings

File:
1 edited

Legend:

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

    r62477 r63451  
    177177
    178178
     179#if !defined(IPRT_BIGINT_WITH_ASM) || defined(RT_STRICT)
    179180/**
    180181 * Does addition with borrow.
     
    197198    return uRet;
    198199}
     200#endif
    199201
    200202/** @} */
     
    282284}
    283285
     286#if 0 /* unused */
    284287DECLINLINE(void) rtBigNumElement2xAdd1x(RTBIGNUMELEMENT2X *puValue, RTBIGNUMELEMENT uAdd)
    285288{
     
    290293#endif
    291294}
     295#endif /* unused */
    292296
    293297/** @} */
     
    16151619
    16161620
     1621#if 0 /* unused */
    16171622/**
    16181623 * Clears a bit in the magnitude of @a pBigNum.
     
    16341639    }
    16351640}
     1641#endif /* unused */
    16361642
    16371643
     
    16591665
    16601666
     1667#if 0 /* unused */
    16611668/**
    16621669 * Writes a bit in the magnitude of @a pBigNum.
     
    16761683    return VINF_SUCCESS;
    16771684}
     1685#endif
    16781686
    16791687
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette