VirtualBox

Changeset 33466 in vbox for trunk/src


Ignore:
Timestamp:
Oct 26, 2010 12:41:38 PM (14 years ago)
Author:
vboxsync
Message:

build fixes

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r33462 r33466  
    3636#include <iprt/mem.h>
    3737#include <iprt/path.h>
     38#include <iprt/param.h>
    3839#include <iprt/string.h>
    3940#include <iprt/thread.h>
  • trunk/src/VBox/Runtime/r3/isofs.cpp

    r33463 r33466  
    376376                                *ppRec = pRec;
    377377                                rc = VINF_SUCCESS;
    378                                 break;
    379378                            }
    380379                            else
    381380                                rc = VERR_NO_MEMORY;
     381                            break;
    382382                        }
    383383                    }
     
    526526    {
    527527        /* Get actual file record. */
    528         PRTISOFSDIRRECORD pFileRecord;
     528        PRTISOFSDIRRECORD pFileRecord = NULL; /* shut up gcc*/
    529529        rc = rtIsoFsFindEntry(pFile,
    530                                 RTPathFilename(pszPath),
    531                                 pDirRecord->extent_location,
    532                                 pDirRecord->extent_data_length,
    533                                 &pFileRecord);
     530                              RTPathFilename(pszPath),
     531                              pDirRecord->extent_location,
     532                              pDirRecord->extent_data_length,
     533                              &pFileRecord);
    534534        if (RT_SUCCESS(rc))
    535535        {
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