Index: /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 42194)
+++ /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 42195)
@@ -1,5 +1,4 @@
 /* $Id$ */
 /** @file
- *
  * VirtualBox COM class implementation
  */
@@ -1181,5 +1180,5 @@
     {
         int vrc = autostartDb->setAutostartDbPath(NULL);
-        AssertRC(vrc);
+        /* AssertRC(vrc); - VERR_NOT_IMPLEMENTED on Mac OS X and thus strict builds crashes. */
         m->strAutostartDatabasePath = "";
     }
