VirtualBox

Changeset 13313 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 15, 2008 10:07:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37986
Message:

fixed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c

    r13309 r13313  
    7777                "Location  : %s(%d) %s\n",
    7878                pszExpr, pszFile, uLine, pszFunction);
    79     ASMAtomicUoWritePtr(&g_pszRTAssertFile, pszFile);
     79    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile);
     80    ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction);
    8081    ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine);
    81     ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);
    8282}
    8383
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