13 Jul
2007
13 Jul
'07
10:29 a.m.
Andrew Talbot <Andrew.Talbot(a)talbotville.com> writes:
+ const char *iter, *base_type, *catch_unsigned; + union + { + const char *constant; + char *nonconst; + } type_str;
That's not better than simply casting const away, it's just hiding the problem from the compiler. -- Alexandre Julliard julliard(a)winehq.org