VirtualBox

Changeset 90336 in vbox for trunk/src


Ignore:
Timestamp:
Jul 26, 2021 1:47:40 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145899
Message:

Runtime/tools/RTEfiSigDb: Try to fix lin32 builds, bugref:9580 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTEfiSigDb.cpp

    r90335 r90336  
    410410    char szVarPath[_1K];
    411411    ssize_t cch = RTStrPrintf2(szVarPath, sizeof(szVarPath), "/raw/%s/attr", pszVar);
    412     Assert(cch > 0);
     412    Assert(cch > 0); RT_NOREF(cch);
    413413
    414414    RTVFSFILE hVfsFileAttr = NIL_RTVFSFILE;
     
    447447    char szDbPath[_1K];
    448448    ssize_t cch = RTStrPrintf2(szDbPath, sizeof(szDbPath), "/by-uuid/%RTuuid/%s", &UuidSecurityDb, pszDb);
    449     Assert(cch > 0);
     449    Assert(cch > 0); RT_NOREF(cch);
    450450
    451451    RTVFSFILE hVfsFileSigDb = NIL_RTVFSFILE;
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