VirtualBox

Changeset 24676 in vbox for trunk/src/libs/xpcom18a4/xpcom


Ignore:
Timestamp:
Nov 15, 2009 3:56:25 PM (15 years ago)
Author:
vboxsync
Message:

xptcstubs_unixish_x86.cpp: Shut up half a million gcc warnings (darwin).

File:
1 edited

Legend:

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

    r589 r24676  
    111111 * stack. */
    112112#define ALIGN_STACK_DECL \
    113   unsigned int saved_esp;
     113  unsigned int saved_esp = 0; /* VBOX: Initialize it to shut up half a million gcc warnings on darwin.
     114                               *       ALIGN_STACK_REGS_OUT/IN are a bit bogus, so the warning is probably correct. */
    114115
    115116#define ALIGN_STACK_SAVE \
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