Re: type-punning warnings with optimizations turned on?
- From: Andreas Stricker <andreas stricker fela ch>
- To: gtk-app-devel-list gnome org
- Subject: Re: type-punning warnings with optimizations turned on?
- Date: Fri, 06 Jul 2007 11:28:25 +0200
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]