VirtualBox

Changeset 42195 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 17, 2012 8:57:20 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79199
Message:

SystemPropertiesImpl.cpp: Disabled assertion preventing strict mac builds from working.

File:
1 edited

Legend:

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

    r42178 r42195  
    11/* $Id$ */
    22/** @file
    3  *
    43 * VirtualBox COM class implementation
    54 */
     
    11811180    {
    11821181        int vrc = autostartDb->setAutostartDbPath(NULL);
    1183         AssertRC(vrc);
     1182        /* AssertRC(vrc); - VERR_NOT_IMPLEMENTED on Mac OS X and thus strict builds crashes. */
    11841183        m->strAutostartDatabasePath = "";
    11851184    }
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