VirtualBox

Changeset 13312 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2008 10:07:10 PM (16 years ago)
Author:
vboxsync
Message:

fixed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp

    r13310 r13312  
    7676                "Location  : %s(%d) %s\n",
    7777                pszExpr, pszFile, uLine, pszFunction);
    78     ASMAtomicUoWritePtr(&g_pszRTAssertFile, pszFile);
     78    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile);
     79    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction);
    7980    ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine);
    80     ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);
    8181}
    8282
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