VirtualBox

Changeset 76723 in vbox for trunk/include


Ignore:
Timestamp:
Jan 9, 2019 9:31:30 AM (6 years ago)
Author:
vboxsync
Message:

asm.h: do not use the GCC version of ASMAtomicUoWritePtr for old GCC versions to prevent warnings building kernel modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r76585 r76723  
    25792579 *          NULL.
    25802580 */
    2581 #ifdef __GNUC__
     2581#if RT_GNUC_PREREQ(4, 2)
    25822582# define ASMAtomicUoWritePtr(ppv, pv) \
    25832583    do \
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