Havoc Pennington wrote:

> Drazen Kacar <[EMAIL PROTECTED]> writes: 
> > gint8 is a typedef for something which depends on the environment. In my
> > case it's typedef for signed char, while gchar is typedef for char. Even
> > in C, char and signed char are distinct types, so compilers will not grok
> > the mix in function prototypes (some might, though).
> 
> That could break the compilation of GTK itself if gdk_gc_set_dashes
> was prototyped and defined differently, but would it ever cause more
> than a warning while compiling another app? ("conversion from signed
> to unsigned")?

It shouldn't in C, but here we have C++ wrapper for GTK. I'm not familiar
enough with C++ to claim that the change breaks something, but I wouldn't
be surprised.

-- 
 .-.   .-.    I don't work for my employer.
(_  \ /  _)
     |        [EMAIL PROTECTED]
     |        [EMAIL PROTECTED]

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to