[Mono-bugs] [Bug 446205] prototypes do not match body

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 18 15:01:28 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=446205

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=446205#c3





--- Comment #3 from Jonathan Pryor <jpryor at novell.com>  2008-11-18 13:01:27 MST ---
I wouldn't expect int32_t to be a problem either; from <stdint.h>:

    typedef int     int32_t;

i.e. an int, which is what a gint32 is, so we should have map.h (int) ==
stdio.c (gint32 == int) == <stdint.h> (int32_t == int).

At least on my box.  Perhaps on your box int32_t isn't an int?

So why is it breaking?  (I'm running out of ideas...)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list