=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/aterm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for aterm-1.0.1nb19 /usr/bin/sed -n -f ./makeprotos-sed command.c > command.pro /usr/bin/sed -n -f ./makeprotos-sed graphics.c > graphics.pro /usr/bin/sed -n -f ./makeprotos-sed grkelot.c > grkelot.pro /usr/bin/sed -n -f ./makeprotos-sed main.c > main.pro /usr/bin/sed -n -f ./makeprotos-sed menubar.c > menubar.pro /usr/bin/sed -n -f ./makeprotos-sed misc.c > misc.pro /usr/bin/sed -n -f ./makeprotos-sed netdisp.c > netdisp.pro /usr/bin/sed -n -f ./makeprotos-sed rmemset.c > rmemset.pro /usr/bin/sed -n -f ./makeprotos-sed screen.c > screen.pro /usr/bin/sed -n -f ./makeprotos-sed scrollbar.c > scrollbar.pro /usr/bin/sed -n -f ./makeprotos-sed utmp.c > utmp.pro /usr/bin/sed -n -f ./makeprotos-sed xdefaults.c > xdefaults.pro /usr/bin/sed -n -f ./makeprotos-sed pixmap.c > pixmap.pro /usr/bin/sed -n -f ./makeprotos-sed thai.c > thai.pro gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. command.c command.c: In function 'get_ourmods': command.c:1187:13: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1187 | switch (XKeycodeToKeysym(Xdisplay, kc[k], 0)) { | ^~~~~~ In file included from /tmp/work/x11/aterm/work/.buildlink/include/X11/Intrinsic.h:53, from rxvt.h:142, from command.c:50: /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ command.c: In function 'process_x_event': command.c:2510:88: warning: passing argument 3 of 'read_32bit_property' from incompatible pointer type [-Wincompatible-pointer-types] 2510 | if( read_32bit_property (Xroot, _XROOTPMAP_ID, &p) ) | ^~ | | | Pixmap * {aka long unsigned int *} main.pro:19:70: note: expected 'CARD32 *' {aka 'unsigned int *'} but argument is of type 'Pixmap *' {aka 'long unsigned int *'} 19 | Bool read_32bit_property __PROTO((Window w, Atom property, CARD32* trg)); | ~~~~~~~~^~~ rxvt.h:1128:25: note: in definition of macro '__PROTO' 1128 | # define __PROTO(p) p | ^ command.c:2640:88: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] 2640 | XQueryTree(Xdisplay, ParentWin[ParentWinNum-1], &root, &parent, &list, &n); | ^~ | | | int * /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:3033:5: note: expected 'unsigned int *' but argument is of type 'int *' 3033 | unsigned int* /* nchildren_return */ | ^~~~~~~~~~~~~ command.c: In function 'tt_printf': command.c:3000:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 3000 | tt_write(buf, strlen(buf)); | ^~~ | | | unsigned char * In file included from /usr/include/string.h:35, from rxvt.h:74: /usr/include/iso/string_iso.h:79:22: note: expected 'const char *' but argument is of type 'unsigned char *' 79 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ command.c: At top level: command.c:46:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 46 | static const char rcsid[] = "$Id: command.c,v 1.24 2006/06/26 18:01:20 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. graphics.c graphics.c:29:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 29 | static const char rcsid[] = "$Id: graphics.c,v 1.2 2004/11/16 19:47:58 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. grkelot.c grkelot.c:63:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 63 | static const char rcsid[] = "$Id: grkelot.c,v 1.1.1.1 2004/11/10 17:21:43 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. main.c main.c: In function 'check_extended_wm_hints_support': main.c:1922:70: warning: passing argument 3 of 'read_32bit_property' from incompatible pointer type [-Wincompatible-pointer-types] 1922 | if( read_32bit_property (Xroot, _XA_NET_SUPPORTING_WM_CHECK, &ExtWM.supporting_wm_check) ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | Window * {aka long unsigned int *} main.c:1788:55: note: expected 'CARD32 *' {aka 'unsigned int *'} but argument is of type 'Window *' {aka 'long unsigned int *'} 1788 | read_32bit_property (Window w, Atom property, CARD32* trg) | ~~~~~~~~^~~ main.c:1926:107: warning: passing argument 3 of 'read_32bit_property' from incompatible pointer type [-Wincompatible-pointer-types] 1926 | if( !read_32bit_property (ExtWM.supporting_wm_check, _XA_NET_SUPPORTING_WM_CHECK, &w) ) | ^~ | | | Window * {aka long unsigned int *} main.c:1788:55: note: expected 'CARD32 *' {aka 'unsigned int *'} but argument is of type 'Window *' {aka 'long unsigned int *'} 1788 | read_32bit_property (Window w, Atom property, CARD32* trg) | ~~~~~~~~^~~ main.c: At top level: main.c:35:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 35 | static const char rcsid[] = "$Id: main.c,v 1.33 2007/08/01 14:08:29 vae Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. menubar.c menubar.c:25:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 25 | static const char rcsid[] = "$Id: menubar.c,v 1.1.1.1 2004/11/10 17:21:46 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. misc.c misc.c:22:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 22 | static const char rcsid[] = "$Id: misc.c,v 1.1.1.1 2004/11/10 17:21:46 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. netdisp.c netdisp.c:36:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 36 | static const char rcsid[] = "$Id: netdisp.c,v 1.1.1.1 2004/11/10 17:21:46 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. rmemset.c rmemset.c: In function 'rmemset': rmemset.c:61:16: warning: pointer targets in assignment from 'R_int_p_t *' {aka 'long int *'} to 'R_u_int_p_t *' {aka 'long unsigned int *'} differ in signedness [-Wpointer-sign] 61 | rp = (R_int_p_t *)lp; | ^ rmemset.c: At top level: rmemset.c:32:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 32 | static const char rcsid[] = "$Id: rmemset.c,v 1.1.1.1 2004/11/10 17:21:47 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. screen.c screen.c: In function 'scr_refresh': screen.c:2008:21: warning: variable 'is_cursor' set but not used [-Wunused-but-set-variable] 2008 | is_cursor, /* cursor this position */ | ^~~~~~~~~ screen.c: In function 'paste_text_property': screen.c:2786:27: warning: pointer targets in passing argument 1 of 'PasteIt' differ in signedness [-Wpointer-sign] 2786 | PasteIt(cl[0], strlen(cl[0])); | ~~^~~ | | | char * screen.c:2760:24: note: expected 'unsigned char *' but argument is of type 'char *' 2760 | PasteIt(unsigned char *data, unsigned int nitems) | ~~~~~~~~~~~~~~~^~~~ screen.c: In function 'selection_send': screen.c:3560:15: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 3560 | cl[0] = selection.text; | ^ screen.c: At top level: screen.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 38 | static const char rcsid[] = "$Id: screen.c,v 1.14 2006/03/29 22:32:07 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. scrollbar.c scrollbar.c: In function 'init_stuff': scrollbar.c:417:37: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] 417 | stp_bits, stp_width, stp_height); | ^~~~~~~~ | | | unsigned char * In file included from /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:47, from /tmp/work/x11/aterm/work/.buildlink/include/X11/Intrinsic.h:53, from rxvt.h:142, from scrollbar.c:32: /tmp/work/x11/aterm/work/.buildlink/include/X11/Xfuncproto.h:47:17: note: expected 'const char *' but argument is of type 'unsigned char *' 47 | #define _Xconst const /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:1603:5: note: in expansion of macro '_Xconst' 1603 | _Xconst char* /* data */, | ^~~~~~~ scrollbar.c: In function 'scrollbar_show_cached': scrollbar.c:552:36: warning: variable 'last_len' set but not used [-Wunused-but-set-variable] 552 | static int last_top, last_bot, last_len; | ^~~~~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. utmp.c utmp.c:42:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 42 | static const char rcsid[] = "$Id: utmp.c,v 1.1.1.1 2004/11/10 17:21:52 sasha Exp $"; | ^~~~~ In file included from utmp.c:45: utmp.c: In function 'makeutent': rxvt.h:892:33: warning: 'strncpy' specified bound 5 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:137:9: note: in expansion of macro 'STRNCPY' 137 | STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:199:5: note: in expansion of macro 'STRNCPY' 199 | STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:210:5: note: in expansion of macro 'STRNCPY' 210 | STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:211:5: note: in expansion of macro 'STRNCPY' 211 | STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 257 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:214:5: note: in expansion of macro 'STRNCPY' 214 | STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:210:5: note: in expansion of macro 'STRNCPY' 210 | STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:211:5: note: in expansion of macro 'STRNCPY' 211 | STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 257 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:214:5: note: in expansion of macro 'STRNCPY' 214 | STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:208:5: note: in expansion of macro 'STRNCPY' 208 | STRNCPY(utmp.ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?", | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:210:5: note: in expansion of macro 'STRNCPY' 210 | STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:211:5: note: in expansion of macro 'STRNCPY' 211 | STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); | ^~~~~~~ rxvt.h:892:33: warning: 'strncpy' specified bound 257 equals destination size [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:214:5: note: in expansion of macro 'STRNCPY' 214 | STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); | ^~~~~~~ utmp.c: In function 'cleanutent': rxvt.h:892:33: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 892 | #define STRNCPY(a, b, c) strncpy ((char *)(a), (char *) (b), (c)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:280:5: note: in expansion of macro 'STRNCPY' 280 | STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); | ^~~~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. xdefaults.c xdefaults.c:38:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 38 | static const char rcsid[] = "$Id: xdefaults.c,v 1.5 2005/12/06 17:08:44 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. pixmap.c pixmap.c: In function 'ValidatePixmap': pixmap.c:99:90: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 99 | if (!XGetGeometry (dpy, p, &root, &junk, &junk, pWidth, pHeight, &ujunk, &junk)) | ^~~~~ | | | int * In file included from /tmp/work/x11/aterm/work/.buildlink/include/X11/Intrinsic.h:53, from rxvt.h:142, from pixmap.c:30: /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:2639:5: note: expected 'unsigned int *' but argument is of type 'int *' 2639 | unsigned int* /* depth_return */ | ^~~~~~~~~~~~~ pixmap.c: In function 'GetRootDimensions': pixmap.c:119:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 119 | if( dpy == NULL ) | ^~ pixmap.c:121:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 121 | if (!XGetGeometry (dpy, RootWindow(dpy,DefaultScreen(dpy)), &root, | ^~ pixmap.c:122:58: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 122 | &w_x, &w_y, width, height, &junk, &junk)) | ^~~~~ | | | int * /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:2636:5: note: expected 'unsigned int *' but argument is of type 'int *' 2636 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ pixmap.c:122:65: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 122 | &w_x, &w_y, width, height, &junk, &junk)) | ^~~~~~ | | | int * /tmp/work/x11/aterm/work/.buildlink/include/X11/Xlib.h:2637:5: note: expected 'unsigned int *' but argument is of type 'int *' 2637 | unsigned int* /* height_return */, | ^~~~~~~~~~~~~ pixmap.c: In function 'ShadeXImage': pixmap.c:204:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 204 | if ((mask_r != 0x7c00) || | ^~ pixmap.c:208:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 208 | lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32)); | ^~~~~~ pixmap.c:217:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 217 | if ((mask_r != 0xf800) || | ^~ pixmap.c:221:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 221 | lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32)); | ^~~~~~ pixmap.c:230:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 230 | if ((mask_r != 0xff0000) || | ^~ pixmap.c:234:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 234 | lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256)); | ^~~~~~ pixmap.c:243:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 243 | if ((mask_r != 0xff0000) || | ^~ pixmap.c:247:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 247 | lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256)); | ^~~~~~ pixmap.c: In function 'CutWinPixmap': pixmap.c:674:29: warning: pointer targets in passing argument 2 of 'GetWinPosition' differ in signedness [-Wpointer-sign] 674 | if (!GetWinPosition (win, &x, &y)) | ^~ | | | unsigned int * pixmap.c:135:32: note: expected 'int *' but argument is of type 'unsigned int *' 135 | GetWinPosition (Window w, int *x, int *y) | ~~~~~^ pixmap.c:674:33: warning: pointer targets in passing argument 3 of 'GetWinPosition' differ in signedness [-Wpointer-sign] 674 | if (!GetWinPosition (win, &x, &y)) | ^~ | | | unsigned int * pixmap.c:135:40: note: expected 'int *' but argument is of type 'unsigned int *' 135 | GetWinPosition (Window w, int *x, int *y) | ~~~~~^ pixmap.c: At top level: pixmap.c:27:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 27 | static const char rcsid[] = "$Id: pixmap.c,v 1.17 2005/06/21 20:08:16 sasha Exp $"; | ^~~~~ gcc -DHAVE_CONFIG_H -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DNO_DEBUG_OUTPUT -I/opt/local/include -I/usr/include -I. -I.. -I. thai.c gcc -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -rdynamic -o aterm command.o graphics.o grkelot.o main.o menubar.o misc.o netdisp.o rmemset.o screen.o scrollbar.o utmp.o xdefaults.o pixmap.o thai.o -lSM -lICE -lsocket -lnsl -lX11