typedef struct
{
int a;
int b;
} STRUCT1;
struct
{
STRUCT1;
int anotherone;
} x;
enabling msvc specific stuff in gcc
Just as note to myself (so I don't have to search all those ros-arm-bringup commits again to find it): the -fms-extensions gcc compiler switch: It enables such things like anonymous structs/unions:
Labels:
Coding
First post
Hmm, ready. Kinda. Looks like I need to write some stuff now.....
Damn, I knew there was a catch. This is probably going to be work and stealing my time. Well let's see where this is going.
Damn, I knew there was a catch. This is probably going to be work and stealing my time. Well let's see where this is going.
Labels:
Generic
Subscribe to:
Posts (Atom)