http://bugs.winehq.org/show_bug.cgi?id=16687
Summary: Wrong integer formats on OpenBSD Product: Wine Version: 1.1.11 Platform: PC OS/Version: OpenBSD Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
There quite a few of the below types of warnings on OpenBSD ():
regexp.c:2627: warning: field width is not type int (arg 6) opengl_ext.c:1766: warning: int format, ptrdiff_t arg (arg 8) heap.c:52: warning: int format, long int arg (arg 6) gdbproxy.c:1379: warning: unsigned int format, long unsigned int arg (arg 3) gdbproxy.c:1451: warning: unsigned int format, long int arg (arg 3) gdbproxy.c:1457: warning: field precision is not type int (arg 5) source.c:47: warning: field precision is not type int (arg 2)
I had a go at fixing them, by changing TRACE/ERR/etc., but it then breaks on other platforms. It's detected somewhere for other platforms, but not for OpenBSD. Unfortunately, I don't know where that is :-). If someone could point me in the right direction, I'll have a go at it.
http://bugs.winehq.org/show_bug.cgi?id=16687
--- Comment #1 from Austin English austinenglish@gmail.com 2008-12-30 20:37:41 --- Created an attachment (id=18339) --> (http://bugs.winehq.org/attachment.cgi?id=18339) full make output
Full make output.
http://bugs.winehq.org/show_bug.cgi?id=16687
--- Comment #2 from Austin English austinenglish@gmail.com 2010-07-18 01:03:00 --- d3d9ex.c:305: warning: int format, long unsigned int arg (arg 4) local.c:858: warning: unsigned int format, long int arg (arg 5) local.c:1079: warning: unsigned int format, long int arg (arg 6) vxd.c:914: warning: unsigned int format, long int arg (arg 7) string.c:1105: warning: int format, long int arg (arg 3) string.c:1109: warning: int format, long int arg (arg 3) string.c:1113: warning: int format, long int arg (arg 3) string.c:1117: warning: int format, long int arg (arg 3) string.c:1121: warning: int format, long int arg (arg 3) string.c:1159: warning: int format, long int arg (arg 3) version.c:549: warning: unsigned int format, long int arg (arg 5) info.c:2366: warning: int format, long unsigned int arg (arg 8) info.c:2373: warning: int format, long unsigned int arg (arg 6) info.c:2422: warning: int format, long unsigned int arg (arg 8) info.c:2434: warning: int format, long unsigned int arg (arg 8) info.c:2447: warning: int format, long unsigned int arg (arg 8) info.c:2460: warning: int format, long unsigned int arg (arg 8) info.c:2470: warning: int format, long unsigned int arg (arg 6) info.c:2478: warning: int format, long unsigned int arg (arg 6)
Still present (1.2/obsd 4.7).
http://bugs.winehq.org/show_bug.cgi?id=16687
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-07-18 02:33:31 --- These things get introduced regularly, and fixed just as regularly. I don't think it makes sense to have a bug for this, the errors are always different.
http://bugs.winehq.org/show_bug.cgi?id=16687
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-18 02:45:23 --- Closing invalid.