=> Bootstrap dependency digest>=20010302: found digest-20211005 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for blt-2.4znb11 (cd src; /usr/bin/make all) gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltAlloc.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltArrayObj.c bltArrayObj.c: In function 'SetArrayFromAny': bltArrayObj.c:57:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBgexec.c bltBgexec.c: In function 'InitSink': bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ bltBgexec.c: In function 'FreeSinkBuffer': bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ bltBgexec.c: In function 'CloseSink': bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ bltBgexec.c: In function 'DestroyBackgroundInfo': bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_DetachPids(1, (Tcl_Pid *)bgPtr->procArr[i]); ^ bltBgexec.c: In function 'CollectData.isra.1': bltBgexec.c:1252:8: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((nBytes == 0) || (data[0] == '\0')) { ^ bltBgexec.c:1312:6: note: 'length' was declared here int length; ^~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltChain.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltDebug.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHash.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltList.c bltList.c: In function 'Blt_ListCreateNode': bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow] case BLT_ONE_WORD_KEYS: ^~~~ bltList.c: In function 'Blt_ListGetNode': bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow] case BLT_ONE_WORD_KEYS: ^~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltNsUtil.c bltNsUtil.c: In function 'Blt_GetVariableNamespace': bltNsUtil.c:351:21: warning: implicit declaration of function 'Tcl_FindNamespaceVar'; did you mean 'Tcl_FindNamespace'? [-Wimplicit-function-declaration] varPtr = (Var *)Tcl_FindNamespaceVar(interp, (char *)name, ^~~~~~~~~~~~~~~~~~~~ Tcl_FindNamespace bltNsUtil.c:351:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] varPtr = (Var *)Tcl_FindNamespaceVar(interp, (char *)name, ^ bltNsUtil.c: In function 'Blt_EnterNamespace': bltNsUtil.c:379:9: warning: implicit declaration of function 'Tcl_PushCallFrame'; did you mean 'Tcl_ParseVarName'? [-Wimplicit-function-declaration] if (Tcl_PushCallFrame(interp, framePtr, (Tcl_Namespace *)nsPtr, 0) ^~~~~~~~~~~~~~~~~ Tcl_ParseVarName bltNsUtil.c: In function 'Blt_LeaveNamespace': bltNsUtil.c:392:5: warning: implicit declaration of function 'Tcl_PopCallFrame'; did you mean 'Tcl_LoadFile'? [-Wimplicit-function-declaration] Tcl_PopCallFrame(interp); ^~~~~~~~~~~~~~~~ Tcl_LoadFile In file included from blt.h:54:0, from bltInt.h:79, from bltNsUtil.c:28: bltNsUtil.c: In function 'Blt_CreateNsDeleteNotify': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltNsUtil.c:547:24: note: in expansion of macro 'BLT_ONE_WORD_KEYS' list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltParse.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltPool.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltSpline.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltSwitch.c bltSwitch.c: In function 'Blt_ProcessSwitches': bltSwitch.c:288:58: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((arg[0] != '-') || ((arg[1] == '-') && (argv[2] == '\0'))) { ^~ bltSwitch.c:288:50: note: did you mean to dereference the pointer? if ((arg[0] != '-') || ((arg[1] == '-') && (argv[2] == '\0'))) { ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTree.c In file included from blt.h:54:0, from bltInt.h:79, from bltTree.c:28: bltTree.c: In function 'FreeNode': bltTree.c:408:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&treeObjPtr->nodeTable, (char *)nodePtr->inode); ^ ./bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ bltTree.c: In function 'Blt_TreeCreateNode': bltTree.c:841:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&treeObjPtr->nodeTable,(char *)inode, ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltTree.c: In function 'Blt_TreeCreateNodeWithId': bltTree.c:896:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&treeObjPtr->nodeTable,(char *)inode, &isNew); ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltTree.c: In function 'Blt_TreeGetNode': bltTree.c:1002:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&treeObjPtr->nodeTable, (char *)inode); ^ ./bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeCmd.c In file included from ./blt.h:54:0, from ./bltInt.h:79, from bltTreeCmd.c:105: bltTreeCmd.c: In function 'ParseNode5': bltTreeCmd.c:1286:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltTreeCmd.c:1296:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&dataPtr->idTable, (char *)parentId); ^ ./bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ bltTreeCmd.c:1333:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltTreeCmd.c:1343:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltTreeCmd.c: In function 'ComparePatternList': bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] type = (int)Blt_ListGetValue(node); ^ bltTreeCmd.c: In function 'DeleteOp': bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_ChainAppend(chainPtr, (ClientData)Blt_TreeNodeId(node)); ^ bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] inode = (int)Blt_ChainGetValue(linkPtr); ^ bltTreeCmd.c: In function 'TypeOp': bltTreeCmd.c:4833:24: warning: passing argument 2 of 'Tcl_SetResult' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_SetResult(interp, valueObjPtr->typePtr->name, TCL_VOLATILE); ^~~~~~~~~~~ In file included from /tmp/x11/blt/work/.buildlink/include/tcl.h:2441:0, from ./bltInt.h:39, from bltTreeCmd.c:105: /tmp/x11/blt/work/.buildlink/include/tclDecls.h:693:14: note: expected 'char *' but argument is of type 'const char * const' EXTERN void Tcl_SetResult(Tcl_Interp *interp, char *result, ^~~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixPipe.c bltUnixPipe.c: In function 'CreateProcess': bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_WaitPid((Tcl_Pid)pid, &status, WNOHANG); ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUtil.c bltUtil.c: In function 'Blt_GetUid': bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltUtil.c:28: bltUtil.c:799:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ bltUtil.c: In function 'Blt_FreeUid': bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltUtil.c:28: bltUtil.c:838:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVector.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecMath.c bltVecMath.c: In function 'MathError': bltVecMath.c:767:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "DOMAIN", interp->result, ^~~~~~~~~~~~~~~~ In file included from bltInt.h:39:0, from bltVecInt.h:28, from bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltVecMath.c:774:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNDERFLOW", interp->result, ^~~~~~~~~~~~~~~~ In file included from bltInt.h:39:0, from bltVecInt.h:28, from bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltVecMath.c:780:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "OVERFLOW", interp->result, ^~~~~~~~~~~~~~~~ In file included from bltInt.h:39:0, from bltVecInt.h:28, from bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltVecMath.c:789:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNKNOWN", interp->result, ^~~~~~~~~~~~~~~~ In file included from bltInt.h:39:0, from bltVecInt.h:28, from bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecCmd.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecObjCmd.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWatch.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -DTCL_ONLY -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./bltInit.c ./bltInit.c: In function 'Blt_Init': ./bltInit.c:408:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL); ^ ./bltInit.c:457:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TCL_CMDS)); ^ rm -f libBLTlite.a ar rc libBLTlite.a bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltInit.o ranlib libBLTlite.a rm -f bltsh gcc -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -DTCL_ONLY -o bltsh -DTCLLIBPATH=\"/usr/pkg/lib/tcl8.6\" ./bltUnixMain.c libBLTlite.a -L/usr/pkg/lib -ltcl86 -lm -pthread gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrAxis.c bltGrAxis.c: In function 'StringToTicks': bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; ^ bltGrAxis.c: In function 'UseOp': bltGrAxis.c:3650:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] margin = (int)argv[-1]; ^ bltGrAxis.c: In function 'Blt_AxisOp': bltGrAxis.c:4193:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] argv[2] = (char *)margin; /* Hack. Slide a reference to the margin in ^ bltGrAxis.c: In function 'Blt_ResetAxes': bltGrAxis.c:328:27: warning: 'axisMax' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ bltGrAxis.c:1554:21: note: 'axisMax' was declared here double axisMin, axisMax; ^~~~~~~ bltGrAxis.c:328:27: warning: 'axisMin' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ bltGrAxis.c:1554:12: note: 'axisMin' was declared here double axisMin, axisMax; ^~~~~~~ bltGrAxis.c:1582:30: warning: 'step' may be used uninitialized in this function [-Wmaybe-uninitialized] axisPtr->majorSweep.step = step; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ bltGrAxis.c:1552:19: note: 'step' was declared here double range, step; ^~~~ bltGrAxis.c:328:27: warning: 'tickMax' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ bltGrAxis.c:1423:21: note: 'tickMax' was declared here double tickMin, tickMax; ^~~~~~~ bltGrAxis.c:1479:35: warning: 'tickMin' may be used uninitialized in this function [-Wmaybe-uninitialized] axisPtr->majorSweep.initial = floor(tickMin); ^~~~~~~~~~~~~~ bltGrAxis.c:1423:12: note: 'tickMin' was declared here double tickMin, tickMax; ^~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrBar.c bltGrBar.c: In function 'Blt_InitFreqTable': bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltGraph.h:28, from bltGrBar.c:28: bltGrBar.c:2206:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)count); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrElem.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrGrid.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrHairs.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrLegd.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrLine.c bltGrLine.c: In function 'ClosestLine': bltGrLine.c:3104:19: warning: 'closest.y' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ bltGrLine.c:3077:13: note: 'closest.y' was declared here Point2D closest, b; ^~~~~~~ bltGrLine.c:3104:19: warning: 'closest.x' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ bltGrLine.c:3077:13: note: 'closest.x' was declared here Point2D closest, b; ^~~~~~~ bltGrLine.c:3153:19: warning: 'closest.y' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ bltGrLine.c:3132:13: note: 'closest.y' was declared here Point2D closest, b; ^~~~~~~ bltGrLine.c:3153:19: warning: 'closest.x' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ bltGrLine.c:3132:13: note: 'closest.x' was declared here Point2D closest, b; ^~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrMarker.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrMisc.c bltGrMisc.c: In function 'StringToColorPair': bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int allowDefault = (int)clientData; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrPen.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrPs.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGraph.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBeep.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBind.c In file included from blt.h:54:0, from bltInt.h:79, from bltBind.c:28: bltBind.c: In function 'DoEvent': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltBind.c:116:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' bindIds = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBitmap.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBusy.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltCanvEps.c bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] CreateEps, /* createProc */ ^~~~~~~~~ bltCanvEps.c:1689:5: note: (near initialization for 'epsItemType.createProc') bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] ConfigureEps, /* configureProc */ ^~~~~~~~~~~~ bltCanvEps.c:1691:5: note: (near initialization for 'epsItemType.configProc') bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] EpsCoords, /* coordProc */ ^~~~~~~~~ bltCanvEps.c:1692:5: note: (near initialization for 'epsItemType.coordProc') bltCanvEps.c: In function 'Blt_InitEpsCanvasItem': bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] tagsOption.parseProc = Tk_CanvasTagsParseProc; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltColor.c In file included from blt.h:54:0, from bltInt.h:79, from bltColor.c:71: bltColor.c: In function 'GetUniqueColors': bltColor.c:538:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&colorTable, (char *)color.value, &isNew); ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltColor.c:71: bltColor.c:546:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ bltColor.c: In function 'PrivateColormap': bltColor.c:570:13: warning: variable 'imageColors' set but not used [-Wunused-but-set-variable] XColor *imageColors; ^~~~~~~~~~~ bltColor.c:566:9: warning: variable 'nFreeColors' set but not used [-Wunused-but-set-variable] int nFreeColors, nUsedColors; ^~~~~~~~~~~ At top level: bltColor.c:519:1: warning: 'GetUniqueColors' defined but not used [-Wunused-function] GetUniqueColors(image) ^~~~~~~~~~~~~~~ bltColor.c:313:1: warning: 'AllocateColors' defined but not used [-Wunused-function] AllocateColors(nImageColors, colorTabPtr, matchOnly) ^~~~~~~~~~~~~~ bltColor.c:254:1: warning: 'MatchColors' defined but not used [-Wunused-function] MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors, ^~~~~~~~~~~ bltColor.c:108:1: warning: 'BuildColorRamp' defined but not used [-Wunused-function] BuildColorRamp(palettePtr, nColors) ^~~~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltConfig.c bltConfig.c: In function 'Blt_StringToFlag': bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^ bltConfig.c: In function 'Blt_FlagToString': bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^ bltConfig.c: In function 'StringToDistance': bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return Blt_GetPixels(interp, tkwin, string, (int)clientData, valuePtr); ^ bltConfig.c: In function 'StringToCount': bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return Blt_GetInt(interp, string, (int)clientData, valuePtr); ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltContainer.c bltContainer.c: In function 'StringToXID': bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int flags = (int)clientData; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltCutbuffer.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltDragdrop.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHierbox.c In file included from blt.h:54:0, from bltInt.h:79, from bltHierbox.c:40: bltHierbox.c: In function 'CreateNode': bltHierbox.c:2080:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&(hboxPtr->nodeTable), (char *)serial, ^ ./bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ bltHierbox.c: In function 'GetNodeByIndex': bltHierbox.c:2375:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&(hboxPtr->nodeTable), (char *)serial); ^ ./bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ bltHierbox.c: In function 'NodeToString': bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] serial = (int)Blt_GetHashKey(&(hboxPtr->nodeTable), ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHtext.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltImage.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixImage.c In file included from blt.h:54:0, from bltInt.h:79, from bltUnixImage.c:29: bltUnixImage.c: In function 'Blt_DrawableToColorImage': bltUnixImage.c:577:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&pixelTable, (char *)destPtr->value); ^ ./bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltPs.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTable.c In file included from blt.h:54:0, from bltInt.h:79, from bltTable.c:47: bltTable.c: In function 'CreateTable': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltTable.c:1820:45: note: in expansion of macro 'BLT_ONE_WORD_KEYS' tablePtr->rowInfo.list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltTable.c:1821:48: note: in expansion of macro 'BLT_ONE_WORD_KEYS' tablePtr->columnInfo.list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ bltTable.c: In function 'BinEntry': bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^ bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->row.span); ^ bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^ bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->column.span); ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTabnotebook.c bltTabnotebook.c: In function 'GetWindowRectangle': bltTabnotebook.c:2433:12: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ bltTabnotebook.c:2433:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTabset.c bltTabset.c: In function 'GetWindowRectangle': bltTabset.c:2479:12: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ bltTabset.c:2479:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltText.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTile.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeView.c bltTreeView.c: In function 'Blt_TreeViewGetUid': bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltTreeView.c:40: bltTreeView.c:1061:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ bltTreeView.c: In function 'Blt_TreeViewFreeUid': bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from blt.h:54:0, from bltInt.h:79, from bltTreeView.c:40: bltTreeView.c:1090:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ./bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewCmd.c In file included from blt.h:54:0, from bltInt.h:79, from bltTreeViewCmd.c:39: bltTreeViewCmd.c: In function 'FindOp': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltTreeViewCmd.c:2426:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' options = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ bltTreeViewCmd.c: In function 'SearchAndApplyToTree': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltTreeViewCmd.c:2791:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' options = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ bltTreeViewCmd.c: In function 'TagNamesOp': ./bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ bltTreeViewCmd.c:4536:28: note: in expansion of macro 'BLT_ONE_WORD_KEYS' list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewEdit.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewColumn.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewStyle.c bltTreeViewStyle.c: In function 'EditTextBox': bltTreeViewStyle.c:856:12: warning: implicit declaration of function 'Blt_TreeViewTextbox'; did you mean 'Blt_TreeViewTextOp'? [-Wimplicit-function-declaration] return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr); ^~~~~~~~~~~~~~~~~~~ Blt_TreeViewTextOp At top level: bltTreeViewStyle.c:1280:1: warning: 'PickCheckBox' defined but not used [-Wunused-function] PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^~~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixDnd.c bltUnixDnd.c:1463:1: warning: 'MorphToken' defined but not used [-Wunused-function] MorphToken(dndPtr) ^~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWindow.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltObjConfig.c bltObjConfig.c: In function 'DoConfig': bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flag = (unsigned int)specPtr->customPtr; ^ bltObjConfig.c: In function 'FormatConfigValue': bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flag = (*(int *)ptr) & (unsigned int)specPtr->customPtr; ^ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWinop.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include tkButton.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include tkFrame.c gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltScrollbar.c bltScrollbar.c: In function 'ScrollbarWidgetCmd': bltScrollbar.c:537:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g", fraction); ^~~~~~~ In file included from bltInt.h:39:0, from bltScrollbar.c:19: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltScrollbar.c:537:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g", fraction); ^~~~~~~ In file included from bltInt.h:39:0, from bltScrollbar.c:19: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTed.c bltTed.c: In function 'EditOp': bltTed.c:1507:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^~~~~~ In file included from bltInt.h:39:0, from bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltTed.c: In function 'SelectOp': bltTed.c:1681:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(entryPtr->tkwin); ^~~~~~ In file included from bltInt.h:39:0, from bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ bltTed.c: In function 'RepOp': bltTed.c:1754:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^~~~~~ In file included from bltInt.h:39:0, from bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ At top level: bltTed.c:552:1: warning: 'CreateEntry' defined but not used [-Wunused-function] CreateEntry(tedPtr, entryPtr) ^~~~~~~~~~~ gcc -c -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./bltInit.c ./bltInit.c: In function 'Blt_Init': ./bltInit.c:408:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL); ^ ./bltInit.c:457:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TCL_CMDS)); ^ ./bltInit.c:493:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TK_CMDS)); ^ rm -f libBLT.a ar rc libBLT.a bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltBeep.o bltBind.o bltBitmap.o bltBusy.o bltCanvEps.o bltColor.o bltConfig.o bltContainer.o bltCutbuffer.o bltDragdrop.o bltHierbox.o bltHtext.o bltImage.o bltUnixImage.o bltPs.o bltTable.o bltTabnotebook.o bltTabset.o bltText.o bltTile.o bltTreeView.o bltTreeViewCmd.o bltTreeViewEdit.o bltTreeViewColumn.o bltTreeViewStyle.o bltUnixDnd.o bltWindow.o bltObjConfig.o bltWinop.o tkButton.o tkFrame.o bltScrollbar.o bltTed.o bltInit.o ranlib libBLT.a rm -f bltwish gcc -Wall -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -o bltwish -DTCLLIBPATH=\"/usr/pkg/lib/tcl8.6\" ./bltUnixMain.c libBLT.a -L/usr/pkg/lib -ltk86 -ltcl86 -L/usr/X11R7/lib -lX11 -lm -pthread (cd shared; /usr/bin/make CFLAGS="-O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2" all) gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrAxis.c ./../bltGrAxis.c: In function 'StringToTicks': ./../bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; ^ ./../bltGrAxis.c: In function 'UseOp': ./../bltGrAxis.c:3650:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] margin = (int)argv[-1]; ^ ./../bltGrAxis.c: In function 'Blt_AxisOp': ./../bltGrAxis.c:4193:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] argv[2] = (char *)margin; /* Hack. Slide a reference to the margin in ^ ./../bltGrAxis.c: In function 'Blt_ResetAxes': ./../bltGrAxis.c:328:27: warning: 'axisMax' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ ./../bltGrAxis.c:1554:21: note: 'axisMax' was declared here double axisMin, axisMax; ^~~~~~~ ./../bltGrAxis.c:328:27: warning: 'axisMin' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ ./../bltGrAxis.c:1554:12: note: 'axisMin' was declared here double axisMin, axisMax; ^~~~~~~ ./../bltGrAxis.c:1582:30: warning: 'step' may be used uninitialized in this function [-Wmaybe-uninitialized] axisPtr->majorSweep.step = step; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ./../bltGrAxis.c:1552:19: note: 'step' was declared here double range, step; ^~~~ ./../bltGrAxis.c:328:27: warning: 'tickMax' may be used uninitialized in this function [-Wmaybe-uninitialized] rangePtr->range = max - min; ~~~~^~~~~ ./../bltGrAxis.c:1423:21: note: 'tickMax' was declared here double tickMin, tickMax; ^~~~~~~ ./../bltGrAxis.c:1479:35: warning: 'tickMin' may be used uninitialized in this function [-Wmaybe-uninitialized] axisPtr->majorSweep.initial = floor(tickMin); ^~~~~~~~~~~~~~ ./../bltGrAxis.c:1423:12: note: 'tickMin' was declared here double tickMin, tickMax; ^~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrBar.c ./../bltGrBar.c: In function 'Blt_InitFreqTable': ./../bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltGraph.h:28, from ./../bltGrBar.c:28: ./../bltGrBar.c:2206:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)count); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ ./../bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrElem.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrGrid.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrHairs.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrLegd.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrLine.c ./../bltGrLine.c: In function 'ClosestLine': ./../bltGrLine.c:3104:19: warning: 'closest.y' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ ./../bltGrLine.c:3077:13: note: 'closest.y' was declared here Point2D closest, b; ^~~~~~~ ./../bltGrLine.c:3104:19: warning: 'closest.x' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ ./../bltGrLine.c:3077:13: note: 'closest.x' was declared here Point2D closest, b; ^~~~~~~ ./../bltGrLine.c:3153:19: warning: 'closest.y' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ ./../bltGrLine.c:3132:13: note: 'closest.y' was declared here Point2D closest, b; ^~~~~~~ ./../bltGrLine.c:3153:19: warning: 'closest.x' may be used uninitialized in this function [-Wmaybe-uninitialized] searchPtr->point = Blt_InvMap2D(graphPtr, closest.x, closest.y, ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &(linePtr->axes)); ~~~~~~~~~~~~~~~~~ ./../bltGrLine.c:3132:13: note: 'closest.x' was declared here Point2D closest, b; ^~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrMarker.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrMisc.c ./../bltGrMisc.c: In function 'StringToColorPair': ./../bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int allowDefault = (int)clientData; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrPen.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGrPs.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltGraph.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltAlloc.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltArrayObj.c ./../bltArrayObj.c: In function 'SetArrayFromAny': ./../bltArrayObj.c:57:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltBgexec.c ./../bltBgexec.c: In function 'InitSink': ./../bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ ./../bltBgexec.c: In function 'FreeSinkBuffer': ./../bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ ./../bltBgexec.c: In function 'CloseSink': ./../bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] sinkPtr->file = (Tcl_File)NULL; ^ ./../bltBgexec.c: In function 'DestroyBackgroundInfo': ./../bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_DetachPids(1, (Tcl_Pid *)bgPtr->procArr[i]); ^ ./../bltBgexec.c: In function 'CollectData.isra.1': ./../bltBgexec.c:1252:8: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((nBytes == 0) || (data[0] == '\0')) { ^ ./../bltBgexec.c:1312:6: note: 'length' was declared here int length; ^~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltChain.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltDebug.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltHash.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltList.c ./../bltList.c: In function 'Blt_ListCreateNode': ./../bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow] case BLT_ONE_WORD_KEYS: ^~~~ ./../bltList.c: In function 'Blt_ListGetNode': ./../bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow] case BLT_ONE_WORD_KEYS: ^~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltNsUtil.c ./../bltNsUtil.c: In function 'Blt_GetVariableNamespace': ./../bltNsUtil.c:351:21: warning: implicit declaration of function 'Tcl_FindNamespaceVar'; did you mean 'Tcl_FindNamespace'? [-Wimplicit-function-declaration] varPtr = (Var *)Tcl_FindNamespaceVar(interp, (char *)name, ^~~~~~~~~~~~~~~~~~~~ Tcl_FindNamespace ./../bltNsUtil.c:351:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] varPtr = (Var *)Tcl_FindNamespaceVar(interp, (char *)name, ^ ./../bltNsUtil.c: In function 'Blt_EnterNamespace': ./../bltNsUtil.c:379:9: warning: implicit declaration of function 'Tcl_PushCallFrame'; did you mean 'Tcl_ParseVarName'? [-Wimplicit-function-declaration] if (Tcl_PushCallFrame(interp, framePtr, (Tcl_Namespace *)nsPtr, 0) ^~~~~~~~~~~~~~~~~ Tcl_ParseVarName ./../bltNsUtil.c: In function 'Blt_LeaveNamespace': ./../bltNsUtil.c:392:5: warning: implicit declaration of function 'Tcl_PopCallFrame'; did you mean 'Tcl_LoadFile'? [-Wimplicit-function-declaration] Tcl_PopCallFrame(interp); ^~~~~~~~~~~~~~~~ Tcl_LoadFile In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltNsUtil.c:28: ./../bltNsUtil.c: In function 'Blt_CreateNsDeleteNotify': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltNsUtil.c:547:24: note: in expansion of macro 'BLT_ONE_WORD_KEYS' list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltParse.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltPool.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltSpline.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltSwitch.c ./../bltSwitch.c: In function 'Blt_ProcessSwitches': ./../bltSwitch.c:288:58: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((arg[0] != '-') || ((arg[1] == '-') && (argv[2] == '\0'))) { ^~ ./../bltSwitch.c:288:50: note: did you mean to dereference the pointer? if ((arg[0] != '-') || ((arg[1] == '-') && (argv[2] == '\0'))) { ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTree.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltTree.c:28: ./../bltTree.c: In function 'FreeNode': ./../bltTree.c:408:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&treeObjPtr->nodeTable, (char *)nodePtr->inode); ^ ../bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ ./../bltTree.c: In function 'Blt_TreeCreateNode': ./../bltTree.c:841:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&treeObjPtr->nodeTable,(char *)inode, ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltTree.c: In function 'Blt_TreeCreateNodeWithId': ./../bltTree.c:896:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&treeObjPtr->nodeTable,(char *)inode, &isNew); ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltTree.c: In function 'Blt_TreeGetNode': ./../bltTree.c:1002:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&treeObjPtr->nodeTable, (char *)inode); ^ ../bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeCmd.c In file included from ../blt.h:54:0, from ../bltInt.h:79, from ./../bltTreeCmd.c:105: ./../bltTreeCmd.c: In function 'ParseNode5': ./../bltTreeCmd.c:1286:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltTreeCmd.c:1296:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&dataPtr->idTable, (char *)parentId); ^ ../bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ ./../bltTreeCmd.c:1333:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltTreeCmd.c:1343:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&dataPtr->idTable, (char *)nodeId, ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltTreeCmd.c: In function 'ComparePatternList': ./../bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] type = (int)Blt_ListGetValue(node); ^ ./../bltTreeCmd.c: In function 'DeleteOp': ./../bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_ChainAppend(chainPtr, (ClientData)Blt_TreeNodeId(node)); ^ ./../bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] inode = (int)Blt_ChainGetValue(linkPtr); ^ ./../bltTreeCmd.c: In function 'TypeOp': ./../bltTreeCmd.c:4833:24: warning: passing argument 2 of 'Tcl_SetResult' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_SetResult(interp, valueObjPtr->typePtr->name, TCL_VOLATILE); ^~~~~~~~~~~ In file included from /tmp/x11/blt/work/.buildlink/include/tcl.h:2441:0, from ../bltInt.h:39, from ./../bltTreeCmd.c:105: /tmp/x11/blt/work/.buildlink/include/tclDecls.h:693:14: note: expected 'char *' but argument is of type 'const char * const' EXTERN void Tcl_SetResult(Tcl_Interp *interp, char *result, ^~~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltUnixPipe.c ./../bltUnixPipe.c: In function 'CreateProcess': ./../bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_WaitPid((Tcl_Pid)pid, &status, WNOHANG); ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltUtil.c ./../bltUtil.c: In function 'Blt_GetUid': ./../bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltUtil.c:28: ./../bltUtil.c:799:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltUtil.c: In function 'Blt_FreeUid': ./../bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltUtil.c:28: ./../bltUtil.c:838:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltVector.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltVecMath.c ./../bltVecMath.c: In function 'MathError': ./../bltVecMath.c:767:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "DOMAIN", interp->result, ^~~~~~~~~~~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltVecInt.h:28, from ./../bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltVecMath.c:774:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNDERFLOW", interp->result, ^~~~~~~~~~~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltVecInt.h:28, from ./../bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltVecMath.c:780:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "OVERFLOW", interp->result, ^~~~~~~~~~~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltVecInt.h:28, from ./../bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltVecMath.c:789:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNKNOWN", interp->result, ^~~~~~~~~~~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltVecInt.h:28, from ./../bltVecMath.c:29: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltVecCmd.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltVecObjCmd.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltWatch.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltBeep.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltBind.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltBind.c:28: ./../bltBind.c: In function 'DoEvent': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltBind.c:116:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' bindIds = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltBitmap.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltBusy.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltCanvEps.c ./../bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] CreateEps, /* createProc */ ^~~~~~~~~ ./../bltCanvEps.c:1689:5: note: (near initialization for 'epsItemType.createProc') ./../bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] ConfigureEps, /* configureProc */ ^~~~~~~~~~~~ ./../bltCanvEps.c:1691:5: note: (near initialization for 'epsItemType.configProc') ./../bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] EpsCoords, /* coordProc */ ^~~~~~~~~ ./../bltCanvEps.c:1692:5: note: (near initialization for 'epsItemType.coordProc') ./../bltCanvEps.c: In function 'Blt_InitEpsCanvasItem': ./../bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] tagsOption.parseProc = Tk_CanvasTagsParseProc; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltColor.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltColor.c:71: ./../bltColor.c: In function 'GetUniqueColors': ./../bltColor.c:538:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&colorTable, (char *)color.value, &isNew); ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltColor.c:71: ./../bltColor.c:546:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltColor.c: In function 'PrivateColormap': ./../bltColor.c:570:13: warning: variable 'imageColors' set but not used [-Wunused-but-set-variable] XColor *imageColors; ^~~~~~~~~~~ ./../bltColor.c:566:9: warning: variable 'nFreeColors' set but not used [-Wunused-but-set-variable] int nFreeColors, nUsedColors; ^~~~~~~~~~~ At top level: ./../bltColor.c:519:1: warning: 'GetUniqueColors' defined but not used [-Wunused-function] GetUniqueColors(image) ^~~~~~~~~~~~~~~ ./../bltColor.c:313:1: warning: 'AllocateColors' defined but not used [-Wunused-function] AllocateColors(nImageColors, colorTabPtr, matchOnly) ^~~~~~~~~~~~~~ ./../bltColor.c:254:1: warning: 'MatchColors' defined but not used [-Wunused-function] MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors, ^~~~~~~~~~~ ./../bltColor.c:108:1: warning: 'BuildColorRamp' defined but not used [-Wunused-function] BuildColorRamp(palettePtr, nColors) ^~~~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltConfig.c ./../bltConfig.c: In function 'Blt_StringToFlag': ./../bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^ ./../bltConfig.c: In function 'Blt_FlagToString': ./../bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^ ./../bltConfig.c: In function 'StringToDistance': ./../bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return Blt_GetPixels(interp, tkwin, string, (int)clientData, valuePtr); ^ ./../bltConfig.c: In function 'StringToCount': ./../bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return Blt_GetInt(interp, string, (int)clientData, valuePtr); ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltContainer.c ./../bltContainer.c: In function 'StringToXID': ./../bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] unsigned int flags = (int)clientData; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltCutbuffer.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltDragdrop.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltHierbox.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltHierbox.c:40: ./../bltHierbox.c: In function 'CreateNode': ./../bltHierbox.c:2080:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&(hboxPtr->nodeTable), (char *)serial, ^ ../bltHash.h:203:40: note: in definition of macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltHierbox.c: In function 'GetNodeByIndex': ./../bltHierbox.c:2375:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&(hboxPtr->nodeTable), (char *)serial); ^ ../bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ ./../bltHierbox.c: In function 'NodeToString': ./../bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] serial = (int)Blt_GetHashKey(&(hboxPtr->nodeTable), ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltHtext.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltImage.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltUnixImage.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltUnixImage.c:29: ./../bltUnixImage.c: In function 'Blt_DrawableToColorImage': ./../bltUnixImage.c:577:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&pixelTable, (char *)destPtr->value); ^ ../bltHash.h:201:38: note: in definition of macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltPs.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTable.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltTable.c:47: ./../bltTable.c: In function 'CreateTable': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltTable.c:1820:45: note: in expansion of macro 'BLT_ONE_WORD_KEYS' tablePtr->rowInfo.list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltTable.c:1821:48: note: in expansion of macro 'BLT_ONE_WORD_KEYS' tablePtr->columnInfo.list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ ./../bltTable.c: In function 'BinEntry': ./../bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^ ./../bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->row.span); ^ ./../bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^ ./../bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->column.span); ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTabnotebook.c ./../bltTabnotebook.c: In function 'GetWindowRectangle': ./../bltTabnotebook.c:2433:12: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ ./../bltTabnotebook.c:2433:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTabset.c ./../bltTabset.c: In function 'GetWindowRectangle': ./../bltTabset.c:2479:12: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ ./../bltTabset.c:2479:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltText.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTile.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeView.c ./../bltTreeView.c: In function 'Blt_TreeViewGetUid': ./../bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltTreeView.c:40: ./../bltTreeView.c:1061:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltTreeView.c: In function 'Blt_TreeViewFreeUid': ./../bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^ In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltTreeView.c:40: ./../bltTreeView.c:1090:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^ ../bltHash.h:191:68: note: in definition of macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeViewCmd.c In file included from ./../blt.h:54:0, from ./../bltInt.h:79, from ./../bltTreeViewCmd.c:39: ./../bltTreeViewCmd.c: In function 'FindOp': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltTreeViewCmd.c:2426:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' options = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ ./../bltTreeViewCmd.c: In function 'SearchAndApplyToTree': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltTreeViewCmd.c:2791:30: note: in expansion of macro 'BLT_ONE_WORD_KEYS' options = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ ./../bltTreeViewCmd.c: In function 'TagNamesOp': ../bltHash.h:91:27: warning: overflow in implicit constant conversion [-Woverflow] #define BLT_ONE_WORD_KEYS ((size_t)-1) ^ ./../bltTreeViewCmd.c:4536:28: note: in expansion of macro 'BLT_ONE_WORD_KEYS' list = Blt_ListCreate(BLT_ONE_WORD_KEYS); ^~~~~~~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeViewColumn.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeViewEdit.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTreeViewStyle.c ./../bltTreeViewStyle.c: In function 'EditTextBox': ./../bltTreeViewStyle.c:856:12: warning: implicit declaration of function 'Blt_TreeViewTextbox'; did you mean 'Blt_TreeViewTextOp'? [-Wimplicit-function-declaration] return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr); ^~~~~~~~~~~~~~~~~~~ Blt_TreeViewTextOp At top level: ./../bltTreeViewStyle.c:1280:1: warning: 'PickCheckBox' defined but not used [-Wunused-function] PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^~~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltUnixDnd.c ./../bltUnixDnd.c:1463:1: warning: 'MorphToken' defined but not used [-Wunused-function] MorphToken(dndPtr) ^~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltWindow.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltObjConfig.c ./../bltObjConfig.c: In function 'DoConfig': ./../bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flag = (unsigned int)specPtr->customPtr; ^ ./../bltObjConfig.c: In function 'FormatConfigValue': ./../bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flag = (*(int *)ptr) & (unsigned int)specPtr->customPtr; ^ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltWinop.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../tkButton.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../tkFrame.c gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltScrollbar.c ./../bltScrollbar.c: In function 'ScrollbarWidgetCmd': ./../bltScrollbar.c:537:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g", fraction); ^~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltScrollbar.c:19: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltScrollbar.c:537:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] sprintf(interp->result, "%g", fraction); ^~~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltScrollbar.c:19: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include ./../bltTed.c ./../bltTed.c: In function 'EditOp': ./../bltTed.c:1507:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltTed.c: In function 'SelectOp': ./../bltTed.c:1681:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(entryPtr->tkwin); ^~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ ./../bltTed.c: In function 'RepOp': ./../bltTed.c:1754:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^~~~~~ In file included from ./../bltInt.h:39:0, from ./../bltTed.c:28: /tmp/x11/blt/work/.buildlink/include/tcl.h:499:11: note: declared here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^~~~~~ At top level: ./../bltTed.c:552:1: warning: 'CreateEntry' defined but not used [-Wunused-function] CreateEntry(tedPtr, entryPtr) ^~~~~~~~~~~ gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./../bltInit.c ./../bltInit.c: In function 'Blt_Init': ./../bltInit.c:408:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL); ^ ./../bltInit.c:457:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TCL_CMDS)); ^ ./../bltInit.c:493:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TK_CMDS)); ^ rm -f libBLT24.so ld -Bshareable -x -R/usr/pkg/lib -R/usr/X11R7/lib -o libBLT24.so bltInit.o bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltBeep.o bltBind.o bltBitmap.o bltBusy.o bltCanvEps.o bltColor.o bltConfig.o bltContainer.o bltCutbuffer.o bltDragdrop.o bltHierbox.o bltHtext.o bltImage.o bltUnixImage.o bltPs.o bltTable.o bltTabnotebook.o bltTabset.o bltText.o bltTile.o bltTreeView.o bltTreeViewCmd.o bltTreeViewColumn.o bltTreeViewEdit.o bltTreeViewStyle.o bltUnixDnd.o bltWindow.o bltObjConfig.o bltWinop.o tkButton.o tkFrame.o bltScrollbar.o bltTed.o gcc -c -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include -DTCL_ONLY -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./../bltInit.c ./../bltInit.c: In function 'Blt_Init': ./../bltInit.c:408:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL); ^ ./../bltInit.c:457:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (ClientData)(flags | BLT_TCL_CMDS)); ^ rm -f libBLTlite24.so ld -Bshareable -x -R/usr/pkg/lib -R/usr/X11R7/lib -o libBLTlite24.so bltInit.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o rm -f bltwish24 gcc -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -o bltwish24 ./../bltUnixMain.c libBLT24.so -L/usr/pkg/lib -ltk86 -ltcl86 -L/usr/X11R7/lib -lX11 -lm -pthread rm -f bltsh24 gcc -Wall -fPIC -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I.. -I./.. -I./../.. -I/usr/pkg/include -I/usr/X11R7/include -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib -DTCL_ONLY -o bltsh24 ./../bltUnixMain.c libBLTlite24.so -L/usr/pkg/lib -ltcl86 -lm -pthread (cd library; /usr/bin/make all) rm -f pkgIndex.tcl sed -e 's/%VERSION%/2.4/' ./pkgIndex.tcl.in | sed -e 's/%LIB_PREFIX%/lib/' | sed -e 's;%LIB_DIR%;/usr/pkg/lib;' > pkgIndex.tcl (cd man; /usr/bin/make all) rm -rf BLT.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' BLT.mann > BLT.n rm -rf barchart.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' barchart.mann > barchart.n rm -rf beep.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' beep.mann > beep.n rm -rf bgexec.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bgexec.mann > bgexec.n /bin/cp bitmap.mann bltbitmap.mann rm -rf bltbitmap.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltbitmap.mann > bltbitmap.n rm -rf bltdebug.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltdebug.mann > bltdebug.n /bin/cp busy.mann bltbusy.mann rm -rf bltbusy.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltbusy.mann > bltbusy.n rm -rf container.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' container.mann > container.n rm -rf cutbuffer.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' cutbuffer.mann > cutbuffer.n rm -rf dragdrop.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' dragdrop.mann > dragdrop.n rm -rf eps.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' eps.mann > eps.n rm -rf graph.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' graph.mann > graph.n rm -rf hierbox.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hierbox.mann > hierbox.n rm -rf hiertable.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hiertable.mann > hiertable.n rm -rf htext.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' htext.mann > htext.n rm -rf spline.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' spline.mann > spline.n rm -rf stripchart.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' stripchart.mann > stripchart.n rm -rf table.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' table.mann > table.n rm -rf tabset.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tabset.mann > tabset.n rm -rf tile.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tile.mann > tile.n rm -rf tree.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tree.mann > tree.n rm -rf treeview.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' treeview.mann > treeview.n rm -rf vector.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' vector.mann > vector.n rm -rf watch.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' watch.mann > watch.n rm -rf winop.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' winop.mann > winop.n rm -rf Blt_Tree.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_Tree.man3 > Blt_Tree.3 rm -rf Blt_TreeGetNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetNode.man3 > Blt_TreeGetNode.3 rm -rf Blt_TreeCreate.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreate.man3 > Blt_TreeCreate.3 rm -rf Blt_TreeGetToken.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetToken.man3 > Blt_TreeGetToken.3 rm -rf Blt_TreeCreateNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreateNode.man3 > Blt_TreeCreateNode.3 rm -rf Blt_TreeName.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeName.man3 > Blt_TreeName.3 rm -rf Blt_TreeDeleteNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeDeleteNode.man3 > Blt_TreeDeleteNode.3 rm -rf Blt_TreeNodeId.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeNodeId.man3 > Blt_TreeNodeId.3 rm -rf Blt_TreeExists.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeExists.man3 > Blt_TreeExists.3 rm -rf Blt_TreeReleaseToken.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeReleaseToken.man3 > Blt_TreeReleaseToken.3 (cd demos; /usr/bin/make all)