VirtualBox

Ignore:
Timestamp:
Jun 11, 2015 7:53:12 PM (10 years ago)
Author:
vboxsync
Message:

more RT_GCC_EXTENSION required for gcc-5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/libalias/alias.c

    r52683 r56377  
    150150# include "alias_mod.h"
    151151
    152 #define return(x)                                                           \
    153 do {                                                                        \
    154     Log2(("NAT:ALIAS: %s:%d return(%s:%d)\n", __FUNCTION__, __LINE__, #x,(x)));    \
    155     return x;                                                               \
    156 }while(0)
     152#define return(x)                                             \
     153do {                                                          \
     154    Log2(("NAT:ALIAS: %s:%d return(%s:%d)\n",                 \
     155          RT_GCC_EXTENSION __FUNCTION__, __LINE__, #x,(x)));  \
     156    return x;                                                 \
     157} while(0)
    157158#endif /* VBOX */
    158159static __inline int
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