VirtualBox

Changeset 61236 in vbox for trunk/src/libs


Ignore:
Timestamp:
May 27, 2016 10:31:50 AM (9 years ago)
Author:
vboxsync
Message:

disable warning here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_darwin.cpp

    r26163 r61236  
    150150    invoke_copy_to_stack(stack, paramCount, params, gpregs, fpregs);
    151151
     152    // disable the warning about sometimes not initialized variables which is hit
     153    // when we pass less than 8 XMM or less than 6 GPR registers.
     154#pragma clang diagnostic push
     155#pragma clang diagnostic ignored "-Wsometimes-uninitialized"
     156
    152157    // Load FPR registers from fpregs[]
    153158    register double d0 asm("xmm0");
     
    209214    PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
    210215    return result;
     216
     217#pragma clang diagnostic pop
    211218}
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