VirtualBox

Changeset 36617 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Apr 7, 2011 7:28:24 PM (14 years ago)
Author:
vboxsync
Message:

Main: gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r36523 r36617  
    11211121    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    11221122
    1123     const char *url;
    1124 
    11251123    NOREF(aVersion);
    11261124
    1127     static const struct {
     1125    static const struct
     1126    {
    11281127        FirmwareType_T type;
    11291128        const char*    fileName;
     
    11601159
    11611160        Utf8Str shortName, fullName;
    1162         int rc;
    11631161
    11641162        shortName = Utf8StrFmt("Firmware%c%s",
    11651163                               RTPATH_DELIMITER,
    11661164                               firmwareDesc[i].fileName);
    1167         rc = calculateFullPath(shortName, fullName); AssertRCReturn(rc, rc);
     1165        int rc = calculateFullPath(shortName, fullName);
     1166        AssertRCReturn(rc, rc);
    11681167        if (RTFileExists(fullName.c_str()))
    11691168        {
    11701169            *aResult = TRUE;
    1171              if (aFile)
     1170            if (aFile)
    11721171                Utf8Str(fullName).cloneTo(aFile);
    11731172            break;
     
    11751174
    11761175        char pszVBoxPath[RTPATH_MAX];
    1177         rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX); AssertRCReturn(rc, rc);
     1176        rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX);
     1177        AssertRCReturn(rc, rc);
    11781178        fullName = Utf8StrFmt("%s%c%s",
    11791179                              pszVBoxPath,
     
    11881188        }
    11891189
    1190 
    1191         url = firmwareDesc[i].url;
    11921190        /** @todo: account for version in the URL */
    11931191        if (aUrl != NULL)
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