VirtualBox

Ignore:
Timestamp:
Jul 27, 2016 11:46:03 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109153
Message:

IPRT: Unused parameters on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp

    r62477 r62584  
    7171    pPrimaryCursor->Cursor.pbCur            = (uint8_t const *)pvFirst;
    7272    pPrimaryCursor->Cursor.cbLeft           = cb;
    73     pPrimaryCursor->Cursor.fFlags           = fFlags;
     73    pPrimaryCursor->Cursor.fFlags           = (uint8_t)fFlags; Assert(fFlags <= UINT8_MAX);
    7474    pPrimaryCursor->Cursor.cDepth           = 0;
    7575    pPrimaryCursor->Cursor.abReserved[0]    = 0;
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