VirtualBox

Changeset 73898 in vbox for trunk


Ignore:
Timestamp:
Aug 26, 2018 5:33:49 PM (6 years ago)
Author:
vboxsync
Message:

Temporarily use RT_NOREF to avoid build errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp

    r73895 r73898  
    5959{
    6060    Assert(fFlags == 0);
    61 
     61    RT_NOREF(fFlags);
    6262    /*
    6363     * Just wrap the JSON serialization method.
     
    159159{
    160160    Assert(!fFlags);
    161 
     161    RT_NOREF(fFlags);
    162162    /* Be a little careful here to avoid throwing anything. */
    163163    int rc = a_pDst->reserveNoThrow(m_fValue ? sizeof("true") : sizeof("false"));
     
    257257{
    258258    Assert(!fFlags);
    259 
     259    RT_NOREF(fFlags);
    260260    /* Be a little careful here to avoid throwing anything. */
    261261    char   szValue[64];
     
    359359{
    360360    Assert(!fFlags);
    361 
     361    RT_NOREF(fFlags);
    362362    /* Be a little careful here to avoid throwing anything. */
    363363    char   szValue[16];
     
    461461{
    462462    Assert(!fFlags);
    463 
     463    RT_NOREF(fFlags);
    464464    /* Be a little careful here to avoid throwing anything. */
    465465    char   szValue[8];
     
    543543{
    544544    Assert(!fFlags);
    545 
     545    RT_NOREF(fFlags);
    546546    /* Just a simple approximation here. */
    547547    /** @todo implement floating point values for json. */
     
    650650{
    651651    Assert(!fFlags);
    652 
     652    RT_NOREF(fFlags);
    653653    /* Careful as always. */
    654654    if (m_cch)
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