Re: type-punning warnings with optimizations turned on?



Jonathan Winterflood schrieb:
Wouldn't that be
typedef struct MyMutex MyMutex;
rather?

Or for short :
typedex struct _MyMutex {
   GStaticMutex mutex;
} MyMutex;

Exactly. I should read my mail again, before sending it....

Cheers, Andy



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]