| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 9365
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
Submitted by: pfgiffun@bachue.usc.unal.edu.co
Fix 'labelled as BROKEN'
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c
In file included from xwd.c:27:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead"
xwd.c: In function `DumpWidget':
xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a
cast
xwd.c:68: too few arguments to function `error'
xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a
cast
xwd.c:75: too few arguments to function `error'
xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without
a cast
xwd.c:113: too few arguments to function `error'
xwd.c: In function `Get_XColors':
xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without
a cast
xwd.c:228: too few arguments to function `error'
*** Error code 1
|
|
|
|
| |
PR: 5725
|
| |
|
|
|
|
|
| |
PR: 3871
Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
|
| |
|
|
|
|
| |
equal to "GNU_CONFIGURE=yes".
|
|
Closes PR #2237.
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
|