VirtualBox

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


Ignore:
Timestamp:
Jul 10, 2008 1:42:20 PM (17 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp

    r10446 r10470  
    6767    strcpy(szFilename, "/sys/");
    6868    size_t cch = RTStrPrintfV(&szFilename[cchPrefix], sizeof(szFilename) - cchPrefix, pszFormat, va);
     69    NOREF(cch);
    6970    Assert(cch < sizeof(szFilename) - cchPrefix - 1);
    7071
     
    109110    strcpy(szFilename, "/sys/");
    110111    size_t cch = RTStrPrintfV(&szFilename[cchPrefix], sizeof(szFilename) - cchPrefix, pszFormat, va);
     112    NOREF(cch);
    111113    Assert(cch < sizeof(szFilename) - cchPrefix - 1);
    112114
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