VirtualBox

Changeset 52929 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 2, 2014 1:09:27 PM (10 years ago)
Author:
vboxsync
Message:

iprt/asm.h: fixed warning, volatile not nececessary here

File:
1 edited

Legend:

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

    r52428 r52929  
    22702270    do \
    22712271    { \
    2272         __typeof__(*(ppv)) volatile * const ppvTypeChecked = (ppv); \
     2272        __typeof__(*(ppv)) * const ppvTypeChecked = (ppv); \
    22732273        AssertCompile(sizeof(*ppv) == sizeof(void *)); \
    22742274        Assert(!( (uintptr_t)ppv & ((ARCH_BITS / 8) - 1) )); \
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