=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Installing for blt-2.4znb14 => Generating pre-install file lists mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/bin mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/include mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/blt2.4 (cd src; /opt/pkg/bin/bmake install) /usr/bin/install -c -o pbulk -g staff -m 644 libBLT.a /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLT24.a (cd /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib; rm -f libBLT.a ; ln -s libBLT24.a libBLT.a) ranlib /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLT24.a /usr/bin/install -c -o pbulk -g staff -m 644 libBLTlite.a /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLTlite24.a (cd /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib; rm -f libBLTlite.a ; ln -s libBLTlite24.a libBLTlite.a) ranlib /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLTlite24.a (cd shared; /opt/pkg/bin/bmake install) clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrAxis.c ./../bltGrAxis.c:356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InRange(x, rangePtr) ^ ./../bltGrAxis.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AxisIsHorizontal(graphPtr, axisPtr) ^ ./../bltGrAxis.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToAnyAxis(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToAxis(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AxisToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrAxis.c:512:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToFormat(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FormatToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrAxis.c:593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToLimit(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LimitToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrAxis.c:664:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToTicks(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:672:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] unsigned int mask = (unsigned int)clientData; ^~~~~~~~~~~~~~~~~~~~~~~~ ./../bltGrAxis.c:734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TicksToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrAxis.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToLoose(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrAxis.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LooseToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrAxis.c:871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeLabels(chainPtr) ^ ./../bltGrAxis.c:903:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeLabel(graphPtr, axisPtr, value) ^ ./../bltGrAxis.c:964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InvHMap(graphPtr, axisPtr, x) ^ ./../bltGrAxis.c:997:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InvVMap(graphPtr, axisPtr, y) ^ ./../bltGrAxis.c:1030:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_HMap(graphPtr, axisPtr, x) ^ ./../bltGrAxis.c:1061:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VMap(graphPtr, axisPtr, y) ^ ./../bltGrAxis.c:1091:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Map2D(graphPtr, x, y, axesPtr) ^ ./../bltGrAxis.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InvMap2D(graphPtr, x, y, axesPtr) ^ ./../bltGrAxis.c:1141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetDataLimits(axisPtr, min, max) ^ ./../bltGrAxis.c:1154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FixAxisRange(axisPtr) ^ ./../bltGrAxis.c:1271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NiceNum(x, round) ^ ./../bltGrAxis.c:1307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GenerateTicks(sweepPtr) ^ ./../bltGrAxis.c:1418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LogScaleAxis(axisPtr, min, max) ^ ./../bltGrAxis.c:1429:9: warning: variable 'tickMin' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ ./../bltGrAxis.c:1479:41: note: uninitialized use occurs here axisPtr->majorSweep.initial = floor(tickMin); ^~~~~~~ ./../bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ ./../bltGrAxis.c:1423:19: note: initialize the variable 'tickMin' to silence this warning double tickMin, tickMax; ^ = 0.0 ./../bltGrAxis.c:1429:9: warning: variable 'tickMax' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ ./../bltGrAxis.c:1483:48: note: uninitialized use occurs here SetAxisRange(&axisPtr->axisRange, tickMin, tickMax); ^~~~~~~ ./../bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ ./../bltGrAxis.c:1423:28: note: initialize the variable 'tickMax' to silence this warning double tickMin, tickMax; ^ = 0.0 ./../bltGrAxis.c:1548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LinearScaleAxis(axisPtr, min, max) ^ ./../bltGrAxis.c:1559:9: warning: variable 'step' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ ./../bltGrAxis.c:1582:32: note: uninitialized use occurs here axisPtr->majorSweep.step = step; ^~~~ ./../bltGrAxis.c:1559:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ ./../bltGrAxis.c:1552:23: note: initialize the variable 'step' to silence this warning double range, step; ^ = 0.0 ./../bltGrAxis.c:1625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SweepTicks(axisPtr) ^ ./../bltGrAxis.c:1653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResetAxes(graphPtr) ^ ./../bltGrAxis.c:1758:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetTextStyles(graphPtr, axisPtr) ^ ./../bltGrAxis.c:1797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyAxis(graphPtr, axisPtr) ^ ./../bltGrAxis.c:1863:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AxisOffsets(graphPtr, axisPtr, margin, axisOffset, infoPtr) ^ ./../bltGrAxis.c:2022:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeAxisLine(graphPtr, axisPtr, line, segPtr) ^ ./../bltGrAxis.c:2049:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeTick(graphPtr, axisPtr, value, tick, line, segPtr) ^ ./../bltGrAxis.c:2096:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapAxis(graphPtr, axisPtr, offset, margin) ^ ./../bltGrAxis.c:2223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdjustViewport(offset, windowSize) ^ ./../bltGrAxis.c:2249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetAxisScrollInfo(interp, argc, argv, offsetPtr, windowSize, scrollUnits) ^ ./../bltGrAxis.c:2324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawAxis(graphPtr, drawable, axisPtr) ^ ./../bltGrAxis.c:2446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AxisToPostScript(psToken, axisPtr) ^ ./../bltGrAxis.c:2475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeGridLine(graphPtr, axisPtr, value, segPtr) ^ ./../bltGrAxis.c:2511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetAxisSegments(graphPtr, axisPtr, segPtrPtr, nSegmentsPtr) ^ ./../bltGrAxis.c:2593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetAxisGeometry(graphPtr, axisPtr) ^ ./../bltGrAxis.c:2724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetMarginGeometry(graphPtr, marginPtr) ^ ./../bltGrAxis.c:2786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeMargins(graphPtr) ^ ./../bltGrAxis.c:3010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LayoutMargins(graphPtr) ^ ./../bltGrAxis.c:3083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureAxis(graphPtr, axisPtr) ^ ./../bltGrAxis.c:3158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateAxis(graphPtr, name, margin) ^ ./../bltGrAxis.c:3217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameToAxis(graphPtr, name, axisPtrPtr) ^ ./../bltGrAxis.c:3241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetAxis(graphPtr, axisName, classUid, axisPtrPtr) ^ ./../bltGrAxis.c:3269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeAxis(graphPtr, axisPtr) ^ ./../bltGrAxis.c:3281:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyAxes(graphPtr) ^ ./../bltGrAxis.c:3304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DefaultAxes(graphPtr) ^ ./../bltGrAxis.c:3357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3384:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3464:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LimitsOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvTransformOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3595:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TransformOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3650:14: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] margin = (int)argv[-1]; ^~~~~~~~~~~~~ ./../bltGrAxis.c:3636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UseOp(graphPtr, axisPtr, argc, argv) ^ ./../bltGrAxis.c:3726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3803:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3834:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvTransformVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3955:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LimitsVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:3984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:4031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TransformVirtualOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:4045:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ViewOp(graphPtr, argc, argv) ^ ./../bltGrAxis.c:4129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VirtualAxisOp(graphPtr, interp, argc, argv) ^ ./../bltGrAxis.c:4162:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, argc, argv); ^ ./../bltGrAxis.c:4167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_AxisOp(graphPtr, margin, argc, argv) ^ ./../bltGrAxis.c:4193:15: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] argv[2] = (char *)margin; /* Hack. Slide a reference to the margin in ^~~~~~~~~~~~~~ ./../bltGrAxis.c:4197:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc)(graphPtr, axisPtr, argc - 3, argv + 3); ^ ./../bltGrAxis.c:4202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapAxes(graphPtr) ^ ./../bltGrAxis.c:4230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawAxes(graphPtr, drawable) ^ ./../bltGrAxis.c:4250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_AxesToPostScript(graphPtr, psToken) ^ ./../bltGrAxis.c:4289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawAxisLimits(graphPtr, drawable) ^ ./../bltGrAxis.c:4366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_AxisLimitsToPostScript(graphPtr, psToken) ^ ./../bltGrAxis.c:4438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetFirstAxis(chainPtr) ^ ./../bltGrAxis.c:4451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NearestAxis(graphPtr, x, y) ^ ./../bltGrAxis.c:4526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MakeAxisTag(graphPtr, tagName) ^ 88 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrBar.c ./../bltGrBar.c:469:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Round(x) ^ ./../bltGrBar.c:491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfBarMode(mode) ^ ./../bltGrBar.c:535:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToBarMode(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrBar.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BarModeToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrBar.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClearPalette(palette) ^ ./../bltGrBar.c:613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigurePen(graphPtr, penPtr) ^ ./../bltGrBar.c:671:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyPen(graphPtr, penPtr) ^ ./../bltGrBar.c:687:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitPen(penPtr) ^ ./../bltGrBar.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BarPen(penName) ^ ./../bltGrBar.c:736:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CheckStacks(graphPtr, pairPtr, minPtr, maxPtr) ^ ./../bltGrBar.c:791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureBar(graphPtr, elemPtr) ^ ./../bltGrBar.c:823:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBarExtents(elemPtr, extsPtr) ^ ./../bltGrBar.c:983:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestBar(graphPtr, elemPtr, searchPtr) ^ ./../bltGrBar.c:1063:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MergePens(barPtr, dataToStyle) ^ ./../bltGrBar.c:1191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapActiveBars(barPtr) ^ ./../bltGrBar.c:1232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetBar(barPtr) ^ ./../bltGrBar.c:1293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapBar(graphPtr, elemPtr) ^ ./../bltGrBar.c:1486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawSymbol(graphPtr, drawable, elemPtr, x, y, size) ^ ./../bltGrBar.c:1639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawNormalBar(graphPtr, drawable, elemPtr) ^ ./../bltGrBar.c:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawActiveBar(graphPtr, drawable, elemPtr) ^ ./../bltGrBar.c:1746:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SymbolToPostScript(graphPtr, psToken, elemPtr, x, y, size) ^ ./../bltGrBar.c:1787:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SegmentsToPostScript(graphPtr, psToken, penPtr, rectPtr, nRects) ^ ./../bltGrBar.c:1909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActiveBarToPostScript(graphPtr, psToken, elemPtr) ^ ./../bltGrBar.c:1958:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NormalBarToPostScript(graphPtr, psToken, elemPtr) ^ ./../bltGrBar.c:2027:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyBar(graphPtr, elemPtr) ^ ./../bltGrBar.c:2096:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BarElement(graphPtr, name, type) ^ ./../bltGrBar.c:2142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitFreqTable(graphPtr) ^ ./../bltGrBar.c:2200:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltGrBar.c:2206:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)count); ^~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltGrBar.c:2222:14: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltGrBar.c:2227:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] count = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltGrBar.c:2262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ComputeStacks(graphPtr) ^ ./../bltGrBar.c:2312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResetStacks(graphPtr) ^ 33 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrElem.c ./../bltGrElem.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetPenStyle(graphPtr, string, type, stylePtr) ^ ./../bltGrElem.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SyncElemVector(vPtr) ^ ./../bltGrElem.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindRange(vPtr) ^ ./../bltGrElem.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FindElemVectorMinimum(vPtr, minLimit) ^ ./../bltGrElem.c:220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeDataVector(vPtr) ^ ./../bltGrElem.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorChangedProc(interp, clientData, notify) ^ ./../bltGrElem.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EvalExprList(interp, list, nElemPtr, arrayPtr) ^ ./../bltGrElem.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToData(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrElem.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DataToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrElem.c:457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToDataPairs(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrElem.c:519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DataPairsToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrElem.c:579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToAlong(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrElem.c:617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AlongToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrElem.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreePalette(graphPtr, palette) ^ ./../bltGrElem.c:676:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StringToStyles(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrElem.c:744:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StylesToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrElem.c:800:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StyleMap(elemPtr) ^ ./../bltGrElem.c:871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapErrorBars(graphPtr, elemPtr, dataToStyle) ^ ./../bltGrElem.c:1023:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetIndex(interp, elemPtr, string, indexPtr) ^ ./../bltGrElem.c:1056:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameToElement(graphPtr, name, elemPtrPtr) ^ ./../bltGrElem.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyElement(graphPtr, elemPtr) ^ ./../bltGrElem.c:1163:26: warning: passing arguments to 'Blt_BarElement' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] elemPtr = Blt_BarElement(graphPtr, argv[3], classUid); ^ ./../bltGrElem.c:1166:27: warning: passing arguments to 'Blt_LineElement' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] elemPtr = Blt_LineElement(graphPtr, argv[3], classUid); ^ ./../bltGrElem.c:1140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateElement(graphPtr, interp, argc, argv, classUid) ^ ./../bltGrElem.c:1212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RebuildDisplayList(graphPtr, newList) ^ ./../bltGrElem.c:1260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyElements(graphPtr) ^ ./../bltGrElem.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapElements(graphPtr) ^ ./../bltGrElem.c:1319:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawElements(graphPtr, drawable) ^ ./../bltGrElem.c:1353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawActiveElements(graphPtr, drawable) ^ ./../bltGrElem.c:1380:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ElementsToPostScript(graphPtr, psToken) ^ ./../bltGrElem.c:1407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ActiveElementsToPostScript(graphPtr, psToken) ^ ./../bltGrElem.c:1426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphUpdateNeeded(graphPtr) ^ ./../bltGrElem.c:1461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MakeElementTag(graphPtr, tagName) ^ ./../bltGrElem.c:1539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOp(graphPtr, interp, argc, argv, type) ^ ./../bltGrElem.c:1594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeactivateOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1942:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:1976:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExistsOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:2006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:2043:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:2085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShowOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:2124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TypeOp(graphPtr, interp, argc, argv) ^ ./../bltGrElem.c:2181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ElementOp(graphPtr, interp, argc, argv, type) ^ ./../bltGrElem.c:2198:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, interp, argc, argv); ^ 48 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrGrid.c ./../bltGrGrid.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureGrid(graphPtr, gridPtr) ^ ./../bltGrGrid.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapGrid(graphPtr) ^ ./../bltGrGrid.c:185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawGrid(graphPtr, drawable) ^ ./../bltGrGrid.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GridToPostScript(graphPtr, psToken) ^ ./../bltGrGrid.c:252:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyGrid(graphPtr) ^ ./../bltGrGrid.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateGrid(graphPtr) ^ ./../bltGrGrid.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UnmapOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToggleOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:504:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GridOp(graphPtr, interp, argc, argv) ^ ./../bltGrGrid.c:516:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (graphPtr, interp, argc, argv); ^ 13 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrHairs.c ./../bltGrHairs.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TurnOffHairs(tkwin, chPtr) ^ ./../bltGrHairs.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TurnOnHairs(graphPtr, chPtr) ^ ./../bltGrHairs.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureCrosshairs(graphPtr) ^ ./../bltGrHairs.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_EnableCrosshairs(graphPtr) ^ ./../bltGrHairs.c:240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DisableCrosshairs(graphPtr) ^ ./../bltGrHairs.c:261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_UpdateCrosshairs(graphPtr) ^ ./../bltGrHairs.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyCrosshairs(graphPtr) ^ ./../bltGrHairs.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateCrosshairs(graphPtr) ^ ./../bltGrHairs.c:349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OnOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:450:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OffOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToggleOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CrosshairsOp(graphPtr, interp, argc, argv) ^ ./../bltGrHairs.c:543:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (graphPtr, interp, argc, argv); ^ 15 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrLegd.c ./../bltGrLegd.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedrawLegend(legendPtr) ^ ./../bltGrLegd.c:271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LegendEventProc(clientData, eventPtr) ^ ./../bltGrLegd.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateLegendWindow(interp, legendPtr, pathName) ^ ./../bltGrLegd.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPosition(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrLegd.c:432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PositionToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrLegd.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetLegendOrigin(legendPtr) ^ ./../bltGrLegd.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickLegendEntry(clientData, x, y, contextPtr) ^ ./../bltGrLegd.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapLegend(legendPtr, plotWidth, plotHeight) ^ ./../bltGrLegd.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawLegend(legendPtr, drawable) ^ ./../bltGrLegd.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendToPostScript(legendPtr, psToken) ^ ./../bltGrLegd.c:1021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayLegend(clientData) ^ ./../bltGrLegd.c:1064:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureLegend(graphPtr, legendPtr) ^ ./../bltGrLegd.c:1112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyLegend(graphPtr) ^ ./../bltGrLegd.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateLegend(graphPtr) ^ ./../bltGrLegd.c:1215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendOp(graphPtr, interp, argc, argv) ^ ./../bltGrLegd.c:1456:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, interp, argc, argv); ^ ./../bltGrLegd.c:1461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendSite(legendPtr) ^ ./../bltGrLegd.c:1468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendWidth(legendPtr) ^ ./../bltGrLegd.c:1475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendHeight(legendPtr) ^ ./../bltGrLegd.c:1482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendIsHidden(legendPtr) ^ ./../bltGrLegd.c:1489:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendIsRaised(legendPtr) ^ ./../bltGrLegd.c:1496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendX(legendPtr) ^ ./../bltGrLegd.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendY(legendPtr) ^ ./../bltGrLegd.c:1510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LegendRemoveElement(legendPtr, elemPtr) ^ 29 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrLine.c ./../bltGrLine.c:924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Round(x) ^ ./../bltGrLine.c:937:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToBitmap(interp, tkwin, symbolPtr, string) ^ ./../bltGrLine.c:990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PatternToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrLine.c:1010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPattern(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrLine.c:1052:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfSymbol(symbolPtr) ^ ./../bltGrLine.c:1098:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSymbol(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrLine.c:1171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SymbolToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrLine.c:1211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfSmooth(value) ^ ./../bltGrLine.c:1236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSmooth(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrLine.c:1272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SmoothToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrLine.c:1300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPenDir(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrLine.c:1342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfPenDir(penDir) ^ ./../bltGrLine.c:1371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PenDirToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrLine.c:1389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClearPalette(palette) ^ ./../bltGrLine.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigurePen(graphPtr, penPtr) ^ ./../bltGrLine.c:1562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyPen(graphPtr, penPtr) ^ ./../bltGrLine.c:1593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitPen(penPtr) ^ ./../bltGrLine.c:1612:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LinePen(penName) ^ ./../bltGrLine.c:1655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScaleSymbol(elemPtr, normalSize) ^ ./../bltGrLine.c:1716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetScreenPoints(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:1777:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReducePoints(mapPtr, tolerance) ^ ./../bltGrLine.c:1826:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GenerateSteps(mapPtr) ^ ./../bltGrLine.c:1884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GenerateSpline(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2015:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GenerateParametricSpline(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapSymbols(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapActiveSymbols(graphPtr, linePtr) ^ ./../bltGrLine.c:2263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapStrip(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MergePens(linePtr, dataToStyle) ^ ./../bltGrLine.c:2466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OutCode(extsPtr, p) ^ ./../bltGrLine.c:2487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClipSegment(extsPtr, code1, code2, p, q) ^ ./../bltGrLine.c:2549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SaveTrace(linePtr, start, length, mapPtr) ^ ./../bltGrLine.c:2606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeTraces(linePtr) ^ ./../bltGrLine.c:2639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapTraces(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapFillArea(graphPtr, linePtr, mapPtr) ^ ./../bltGrLine.c:2774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetLine(linePtr) ^ ./../bltGrLine.c:2834:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapLine(graphPtr, elemPtr) ^ ./../bltGrLine.c:2931:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DistanceToLine(x, y, p, q, t) ^ ./../bltGrLine.c:2963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DistanceToX(x, y, p, q, t) ^ ./../bltGrLine.c:3009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DistanceToY(x, y, p, q, t) ^ ./../bltGrLine.c:3070:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestTrace(graphPtr, linePtr, searchPtr, distProc) ^ ./../bltGrLine.c:3126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestStrip(graphPtr, linePtr, searchPtr, distProc) ^ ./../bltGrLine.c:3175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestPoint(linePtr, searchPtr) ^ ./../bltGrLine.c:3235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetLineExtents(elemPtr, extsPtr) ^ ./../bltGrLine.c:3364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltGrLine.c:3399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureLine(graphPtr, elemPtr) ^ ./../bltGrLine.c:3482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClosestLine(graphPtr, elemPtr, searchPtr) ^ ./../bltGrLine.c:3590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawCircles(display, drawable, linePtr, penPtr, nSymbolPts, symbolPts, radius) ^ ./../bltGrLine.c:3655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawSquares(display, drawable, linePtr, penPtr, nSymbolPts, symbolPts, r) ^ ./../bltGrLine.c:3732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawSymbols(graphPtr, drawable, linePtr, penPtr, size, nSymbolPts, symbolPts) ^ ./../bltGrLine.c:4170:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawSymbol(graphPtr, drawable, elemPtr, x, y, size) ^ ./../bltGrLine.c:4302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawTraces(graphPtr, drawable, linePtr, penPtr) ^ ./../bltGrLine.c:4376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawValues(graphPtr, drawable, linePtr, penPtr, nSymbolPts, symbolPts, ^ ./../bltGrLine.c:4437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawActiveLine(graphPtr, drawable, elemPtr) ^ ./../bltGrLine.c:4511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawNormalLine(graphPtr, drawable, elemPtr) ^ ./../bltGrLine.c:4622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSymbolPostScriptInfo(graphPtr, psToken, penPtr, size) ^ ./../bltGrLine.c:4727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SymbolsToPostScript(graphPtr, psToken, penPtr, size, nSymbolPts, symbolPts) ^ ./../bltGrLine.c:4787:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SymbolToPostScript(graphPtr, psToken, elemPtr, x, y, size) ^ ./../bltGrLine.c:4817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetLineAttributes(psToken, penPtr) ^ ./../bltGrLine.c:4839:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TracesToPostScript(psToken, linePtr, penPtr) ^ ./../bltGrLine.c:4886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ValuesToPostScript(psToken, linePtr, penPtr, nSymbolPts, symbolPts, ^ ./../bltGrLine.c:4944:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActiveLineToPostScript(graphPtr, psToken, elemPtr) ^ ./../bltGrLine.c:5008:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NormalLineToPostScript(graphPtr, psToken, elemPtr) ^ ./../bltGrLine.c:5122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyLine(graphPtr, elemPtr) ^ ./../bltGrLine.c:5204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineElement(graphPtr, name, classUid) ^ 64 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrMarker.c ./../bltGrMarker.c:1069:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BoxesDontOverlap(graphPtr, extsPtr) ^ ./../bltGrMarker.c:1102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetCoordinate(interp, expr, valuePtr) ^ ./../bltGrMarker.c:1140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrintCoordinate(interp, x) ^ ./../bltGrMarker.c:1177:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseCoordinates(interp, markerPtr, nExprs, exprArr) ^ ./../bltGrMarker.c:1272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToCoordinates(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrMarker.c:1317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CoordinatesToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrMarker.c:1371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HMap(graphPtr, axisPtr, x) ^ ./../bltGrMarker.c:1414:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VMap(graphPtr, axisPtr, y) ^ ./../bltGrMarker.c:1456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapPoint(graphPtr, pointPtr, axesPtr) ^ ./../bltGrMarker.c:1474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateMarker(graphPtr, name, classUid) ^ ./../bltGrMarker.c:1507:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyMarker(markerPtr) ^ ./../bltGrMarker.c:1563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureBitmapMarker(markerPtr) ^ ./../bltGrMarker.c:1644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapBitmapMarker(markerPtr) ^ ./../bltGrMarker.c:1817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInBitmapMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:1855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInBitmapMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:1911:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawBitmapMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:1969:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BitmapMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:2018:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeBitmapMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:2075:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltGrMarker.c:2118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureImageMarker(markerPtr) ^ ./../bltGrMarker.c:2190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapImageMarker(markerPtr) ^ ./../bltGrMarker.c:2341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInImageMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:2361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInImageMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:2400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawImageMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:2446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:2486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeImageMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:2557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTextMarker(markerPtr) ^ ./../bltGrMarker.c:2635:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapTextMarker(markerPtr) ^ ./../bltGrMarker.c:2665:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInTextMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:2703:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInTextMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:2756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawTextMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:2806:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:2853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeTextMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:2934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureWindowMarker(markerPtr) ^ ./../bltGrMarker.c:2990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapWindowMarker(markerPtr) ^ ./../bltGrMarker.c:3037:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInWindowMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:3057:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInWindowMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:3088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawWindowMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:3117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WindowMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:3150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeWindowMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:3211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChildEventProc(clientData, eventPtr) ^ ./../bltGrMarker.c:3241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChildGeometryProc(clientData, tkwin) ^ ./../bltGrMarker.c:3275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChildCustodyProc(clientData, tkwin) ^ ./../bltGrMarker.c:3306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapLineMarker(markerPtr) ^ ./../bltGrMarker.c:3357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInLineMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:3375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInLineMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:3426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawLineMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:3465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureLineMarker(markerPtr) ^ ./../bltGrMarker.c:3553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LineMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:3598:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeLineMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:3658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapPolygonMarker(markerPtr) ^ ./../bltGrMarker.c:3754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointInPolygonMarker(markerPtr, samplePtr) ^ ./../bltGrMarker.c:3775:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegionInPolygonMarker(markerPtr, extsPtr, enclosed) ^ ./../bltGrMarker.c:3790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawPolygonMarker(markerPtr, drawable) ^ ./../bltGrMarker.c:3828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PolygonMarkerToPostScript(markerPtr, psToken) ^ ./../bltGrMarker.c:3921:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigurePolygonMarker(markerPtr) ^ ./../bltGrMarker.c:4031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreePolygonMarker(graphPtr, markerPtr) ^ ./../bltGrMarker.c:4089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameToMarker(graphPtr, name, markerPtrPtr) ^ ./../bltGrMarker.c:4108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RenameMarker(graphPtr, markerPtr, oldName, newName) ^ ./../bltGrMarker.c:4149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MakeMarkerTag(graphPtr, tagName) ^ ./../bltGrMarker.c:4201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4493:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RelinkOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4682:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExistsOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TypeOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MarkerOp(graphPtr, interp, argc, argv) ^ ./../bltGrMarker.c:4780:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, interp, argc, argv); ^ ./../bltGrMarker.c:4792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MarkersToPostScript(graphPtr, psToken, under) ^ ./../bltGrMarker.c:4866:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawMarkers(graphPtr, drawable, under) ^ ./../bltGrMarker.c:4905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapMarkers(graphPtr) ^ ./../bltGrMarker.c:4926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyMarkers(graphPtr) ^ ./../bltGrMarker.c:4949:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NearestMarker(graphPtr, x, y, under) ^ 78 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrMisc.c ./../bltGrMisc.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetXY(interp, tkwin, string, xPtr, yPtr) ^ ./../bltGrMisc.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPoint(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrMisc.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrMisc.c:186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetColorPair(interp, tkwin, fgStr, bgStr, pairPtr, allowDefault) ^ ./../bltGrMisc.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeColorPair(pairPtr) ^ ./../bltGrMisc.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToColorPair(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrMisc.c:263:24: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] int allowDefault = (int)clientData; ^~~~~~~~~~~~~~~ ./../bltGrMisc.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfColor(colorPtr) ^ ./../bltGrMisc.c:340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColorPairToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrMisc.c:363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PointInSegments(samplePtr, segments, nSegments, halo) ^ ./../bltGrMisc.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PointInPolygon(samplePtr, points, nPoints) ^ ./../bltGrMisc.c:423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RegionInPolygon(extsPtr, points, nPoints, enclosed) ^ ./../bltGrMisc.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphExtents(graphPtr, extsPtr) ^ ./../bltGrMisc.c:557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineRectClip(extsPtr, p, q) ^ ./../bltGrMisc.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PolyRectClip(extsPtr, points, nPoints, clipPts) ^ ./../bltGrMisc.c:735:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetProjection(x, y, p, q) ^ ./../bltGrMisc.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_XColorToHSV(colorPtr, hsvPtr) ^ ./../bltGrMisc.c:852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_HSVToXColor(hsvPtr, colorPtr) ^ ./../bltGrMisc.c:925:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_AdjustViewport(offset, worldSize, windowSize, scrollUnits, scrollMode) ^ ./../bltGrMisc.c:982:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetScrollInfo(interp, argc, argv, offsetPtr, worldSize, windowSize, ^ ./../bltGrMisc.c:1046:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetScrollInfoFromObj(interp, objc, objv, offsetPtr, worldSize, windowSize, ^ ./../bltGrMisc.c:1132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_UpdateScrollbar(interp, scrollCmd, firstFract, lastFract) ^ ./../bltGrMisc.c:1167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPrivateGCFromDrawable(display, drawable, gcMask, valuePtr) ^ ./../bltGrMisc.c:1199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPrivateGC(tkwin, gcMask, valuePtr) ^ ./../bltGrMisc.c:1235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreePrivateGC(display, gc) ^ ./../bltGrMisc.c:1245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetDashes(display, gc, dashesPtr) ^ ./../bltGrMisc.c:1257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindSplit(points, i, j, split) ^ ./../bltGrMisc.c:1300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SimplifyLine(inputPts, low, high, tolerance, indices) ^ ./../bltGrMisc.c:1335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Draw2DSegments(display, drawable, gc, segPtr, nSegments) ^ ./../bltGrMisc.c:1362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawArrow(display, drawable, gc, x, y, arrowHeight, orientation) ^ ./../bltGrMisc.c:1500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Fill3DRectangle(tkwin, drawable, border, x, y, width, ^ ./../bltGrMisc.c:1550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Draw3DRectangle(tkwin, drawable, border, x, y, width, ^ 32 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrPen.c ./../bltGrPen.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToColor(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrPen.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfColor(colorPtr) ^ ./../bltGrPen.c:138:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColorToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrPen.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPen(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrPen.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PenToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrPen.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameToPen(graphPtr, name) ^ ./../bltGrPen.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyPen(graphPtr, penPtr) ^ ./../bltGrPen.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreePen(graphPtr, penPtr) ^ ./../bltGrPen.c:284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreatePen(graphPtr, penName, classUid, nOpts, options) ^ ./../bltGrPen.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPen(graphPtr, name, classUid, penPtrPtr) ^ ./../bltGrPen.c:408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyPens(graphPtr) ^ ./../bltGrPen.c:439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:578:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:664:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TypeOp(interp, graphPtr, argc, argv) ^ ./../bltGrPen.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PenOp(graphPtr, interp, argc, argv) ^ ./../bltGrPen.c:705:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (interp, graphPtr, argc, argv); ^ 19 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGrPs.c ./../bltGrPs.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToColorMode(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrPs.c:215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfColorMode(colorMode) ^ ./../bltGrPs.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColorModeToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrPs.c:283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToFormat(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltGrPs.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FormatToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltGrPs.c:357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyPostScript(graphPtr) ^ ./../bltGrPs.c:374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGrPs.c:405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGrPs.c:454:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeBoundingBox(graphPtr, psPtr) ^ ./../bltGrPs.c:546:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PreviewImage(graphPtr, psToken) ^ ./../bltGrPs.c:635:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PostScriptPreamble(graphPtr, fileName, psToken) ^ ./../bltGrPs.c:772:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MarginsToPostScript(graphPtr, psToken) ^ ./../bltGrPs.c:830:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GraphToPostScript(graphPtr, ident, psToken) ^ ./../bltGrPs.c:1109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OutputOp(graphPtr, interp, argc, argv) ^ ./../bltGrPs.c:1208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreatePostScript(graphPtr) ^ ./../bltGrPs.c:1256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PostScriptOp(graphPtr, interp, argc, argv) ^ ./../bltGrPs.c:1269:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, interp, argc, argv); ^ 17 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltGraph.c ./../bltGraph.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_EventuallyRedrawGraph(graphPtr) ^ ./../bltGraph.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GraphEventProc(clientData, eventPtr) ^ ./../bltGraph.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GraphInstCmdDeleteProc(clientData) ^ ./../bltGraph.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltGraph.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdjustAxisPointers(graphPtr) ^ ./../bltGraph.c:463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitPens(graphPtr) ^ ./../bltGraph.c:512:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphTags(table, object, context, list) ^ ./../bltGraph.c:564:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickEntry(clientData, x, y, contextPtr) ^ ./../bltGraph.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureGraph(graphPtr) ^ ./../bltGraph.c:792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyGraph(dataPtr) ^ ./../bltGraph.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateGraph(interp, argc, argv, classUid) ^ ./../bltGraph.c:973:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XAxisOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:987:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] X2AxisOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] YAxisOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1015:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Y2AxisOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1029:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BarOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LineOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1051:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ElementOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1061:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExtentsOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsideOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1237:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvtransformOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TransformOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1544:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToFormat(clientData, interp, switchName, string, record, offset) ^ ./../bltGraph.c:1693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SnapOp(graphPtr, interp, argc, argv) ^ ./../bltGraph.c:1869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphInstCmdProc(clientData, interp, argc, argv) ^ ./../bltGraph.c:1884:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (graphPtr, interp, argc, argv); ^ ./../bltGraph.c:1906:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NewGraph(interp, argc, argv, classUid) ^ ./../bltGraph.c:1945:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GraphCmd(clientData, interp, argc, argv) ^ ./../bltGraph.c:1972:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BarchartCmd(clientData, interp, argc, argv) ^ ./../bltGraph.c:1999:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StripchartCmd(clientData, interp, argc, argv) ^ ./../bltGraph.c:2054:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawMargins(graphPtr, drawable) ^ ./../bltGraph.c:2125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawPlotRegion(graphPtr, drawable) ^ ./../bltGraph.c:2149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LayoutGraph(graphPtr) ^ ./../bltGraph.c:2172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawGraph(graphPtr, drawable, backingStore) ^ ./../bltGraph.c:2246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateMarginTraces(graphPtr) ^ ./../bltGraph.c:2285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayGraph(clientData) ^ ./../bltGraph.c:2356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphInit(interp) ^ ./../bltGraph.c:2384:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetGraphFromWindowData(tkwin) ^ ./../bltGraph.c:2400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GraphType(graphPtr) ^ 41 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltAlloc.c ./../bltAlloc.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Calloc(nElems, sizeOfElem) ^ ./../bltAlloc.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Strdup(string) ^ 2 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltArrayObj.c ./../bltArrayObj.c:50:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetArrayFromAny(interp, objPtr) ^ ./../bltArrayObj.c:97:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DupArrayInternalRep(srcPtr, destPtr) ^ ./../bltArrayObj.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateStringOfArray(objPtr) ^ ./../bltArrayObj.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeArrayInternalRep(objPtr) ^ ./../bltArrayObj.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetArrayFromObj(interp, objPtr, tablePtrPtr) ^ ./../bltArrayObj.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NewArrayObj(objc, objv) ^ ./../bltArrayObj.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_IsArrayObj(objPtr) ^ ./../bltArrayObj.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RegisterArrayObj(interp) ^ 8 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltBgexec.c ./../bltBgexec.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSignal(clientData, interp, switchName, string, record, offset) ^ ./../bltBgexec.c:491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSinkData(sinkPtr, dataPtr, lengthPtr) ^ ./../bltBgexec.c:523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextBlock(sinkPtr, lengthPtr) ^ ./../bltBgexec.c:554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextLine(sinkPtr, lengthPtr) ^ ./../bltBgexec.c:600:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetSink(sinkPtr) ^ ./../bltBgexec.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitSink(bgPtr, sinkPtr, name, encoding) ^ ./../bltBgexec.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeSinkBuffer(sinkPtr) ^ ./../bltBgexec.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExtendSinkBuffer(sinkPtr) ^ ./../bltBgexec.c:775:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadBytes(sinkPtr) ^ ./../bltBgexec.c:846:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseSink(interp, sinkPtr) ^ ./../bltBgexec.c:908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CookSink(interp, sinkPtr) ^ ./../bltBgexec.c:1241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotifyOnUpdate(interp, sinkPtr, data, nBytes) ^ ./../bltBgexec.c:1300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CollectData(bgPtr, sinkPtr) ^ ./../bltBgexec.c:1359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateSinkHandler(bgPtr, sinkPtr, proc) ^ ./../bltBgexec.c:1390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisableTriggers(bgPtr) ^ ./../bltBgexec.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeBackgroundInfo(bgPtr) ^ ./../bltBgexec.c:1457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyBackgroundInfo(bgPtr) ^ ./../bltBgexec.c:1556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TimerProc(clientData) ^ ./../bltBgexec.c:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StdoutProc(clientData, mask) ^ ./../bltBgexec.c:1743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StderrProc(clientData, mask) ^ ./../bltBgexec.c:1788:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BgexecCmd(clientData, interp, argc, argv) ^ ./../bltBgexec.c:1995:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BgexecInit(interp) ^ 22 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltChain.c ./../bltChain.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainAllocLink(extraSize) ^ ./../bltChain.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainReset(chainPtr) ^ ./../bltChain.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainDestroy(chainPtr) ^ ./../bltChain.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainInit(chainPtr) ^ ./../bltChain.c:202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainLinkAfter(chainPtr, linkPtr, afterPtr) ^ ./../bltChain.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainLinkBefore(chainPtr, linkPtr, beforePtr) ^ ./../bltChain.c:284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainUnlinkLink(chainPtr, linkPtr) ^ ./../bltChain.c:327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainDeleteLink(chainPtr, linkPtr) ^ ./../bltChain.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainAppend(chainPtr, clientData) ^ ./../bltChain.c:349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainPrepend(chainPtr, clientData) ^ ./../bltChain.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainGetNthLink(chainPtr, position) ^ ./../bltChain.c:410:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ChainSort(chainPtr, proc) ^ 12 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltDebug.c ./../bltDebug.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWatch(name) ^ ./../bltDebug.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteWatch(watchName) ^ ./../bltDebug.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DebugProc(clientData, interp, level, command, proc, cmdClientData, ^ ./../bltDebug.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DebugCmd(clientData, interp, argc, argv) ^ ./../bltDebug.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DebugInit(interp) ^ 5 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltHash.c clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltList.c ./../bltList.c:31:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindString(listPtr, key) ^ ./../bltList.c:50:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindOneWord(listPtr, key) ^ ./../bltList.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindArray(listPtr, key) ^ ./../bltList.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeNode(nodePtr) ^ ./../bltList.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListCreate(type) ^ ./../bltList.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListCreateNode(listPtr, key) ^ ./../bltList.c:198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListReset(listPtr) ^ ./../bltList.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListDestroy(listPtr) ^ ./../bltList.c:251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListInit(listPtr, type) ^ ./../bltList.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListLinkAfter(listPtr, nodePtr, afterPtr) ^ ./../bltList.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListLinkBefore(listPtr, nodePtr, beforePtr) ^ ./../bltList.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListUnlinkNode(nodePtr) ^ ./../bltList.c:401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListGetNode(listPtr, key) ^ ./../bltList.c:432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListDeleteNode(nodePtr) ^ ./../bltList.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListDeleteNodeByKey(listPtr, key) ^ ./../bltList.c:467:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListAppend(listPtr, key, clientData) ^ ./../bltList.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListPrepend(listPtr, key, clientData) ^ ./../bltList.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListGetNthNode(listPtr, position, direction) ^ ./../bltList.c:555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ListSort(listPtr, proc) ^ 19 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltNsUtil.c ./../bltNsUtil.c:329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetArrayVariableTable(interp, varName, flags) ^ ./../bltNsUtil.c:345:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetVariableNamespace(interp, name) ^ ./../bltNsUtil.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetCommandNamespace(interp, cmdToken) ^ ./../bltNsUtil.c:371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_EnterNamespace(interp, nsPtr) ^ ./../bltNsUtil.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LeaveNamespace(interp, framePtr) ^ ./../bltNsUtil.c:399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ParseQualifiedName(interp, qualName, nsPtrPtr, namePtrPtr) ^ ./../bltNsUtil.c:439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetQualifiedName(nsPtr, name, resultPtr) ^ ./../bltNsUtil.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamespaceDeleteCmd(clientData, interp, argc, argv) ^ ./../bltNsUtil.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamespaceDeleteNotify(clientData) ^ ./../bltNsUtil.c:505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyNsDeleteNotify(interp, nsPtr, clientData) ^ ./../bltNsUtil.c:532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateNsDeleteNotify(interp, nsPtr, clientData, deleteProc) ^ ./../bltNsUtil.c:632:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateCommand(interp, cmdName, proc, clientData, deleteProc) ^ ./../bltNsUtil.c:690:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateCommandObj(interp, cmdName, proc, clientData, deleteProc) ^ 13 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltParse.c ./../bltParse.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ParseNestedCmd(interp, string, flags, termPtr, parsePtr) ^ ./../bltParse.c:272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ParseBraces(interp, string, termPtr, parsePtr) ^ ./../bltParse.c:380:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ExpandParseValue(parsePtr, needed) ^ ./../bltParse.c:449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ParseQuotes(interp, string, termChar, flags, termPtr, parsePtr) ^ 4 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltPool.c ./../bltPool.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VariablePoolAllocItem(poolPtr, size) ^ ./../bltPool.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VariablePoolFreeItem(poolPtr, item) ^ ./../bltPool.c:197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringPoolAllocItem(poolPtr, size) ^ ./../bltPool.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringPoolFreeItem(poolPtr, item) ^ ./../bltPool.c:319:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FixedPoolAllocItem(poolPtr, size) ^ ./../bltPool.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FixedPoolFreeItem(poolPtr, item) ^ ./../bltPool.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PoolCreate(type) ^ ./../bltPool.c:447:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PoolDestroy(poolPtr) ^ 8 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltSpline.c ./../bltSpline.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Search(points, nPoints, key, foundPtr) ^ ./../bltSpline.c:87:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadChoose(p, q, m1, m2, epsilon) ^ ./../bltSpline.c:224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadCases(p, q, m1, m2, param, which) ^ ./../bltSpline.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadSelect(p, q, m1, m2, epsilon, param) ^ ./../bltSpline.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadGetImage(p1, p2, p3, x1, x2, x3) ^ ./../bltSpline.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadSpline(intp, left, right, param, ncase) ^ ./../bltSpline.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadSlopes(points, m, nPoints) ^ ./../bltSpline.c:556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuadEval(origPts, nOrigPts, intpPts, nIntpPts, m, epsilon) ^ ./../bltSpline.c:753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_QuadraticSpline(origPts, nOrigPts, intpPts, nIntpPts) ^ ./../bltSpline.c:791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NaturalSpline(origPts, nOrigPts, intpPts, nIntpPts) ^ ./../bltSpline.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplineCmd(clientData, interp, argc, argv) ^ ./../bltSpline.c:973:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!(*proc) (origPts, nOrigPts, intpPts, nIntpPts)) { ^ ./../bltSpline.c:998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SplineInit(interp) ^ ./../bltSpline.c:1038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SolveCubic1(A, n) ^ ./../bltSpline.c:1083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SolveCubic2(A, spline, nIntervals) ^ ./../bltSpline.c:1137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CubicSlopes(points, nPoints, isClosed, unitX, unitY) ^ ./../bltSpline.c:1267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CubicEval(origPts, nOrigPts, intpPts, nIntpPts, spline) ^ ./../bltSpline.c:1326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NaturalParametricSpline(origPts, nOrigPts, extsPtr, isClosed, ^ ./../bltSpline.c:1372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CatromCoeffs(p, a, b, c, d) ^ ./../bltSpline.c:1400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CatromParametricSpline(points, nPoints, intpPts, nIntpPts) ^ 20 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltSwitch.c ./../bltSwitch.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindSwitchSpec(interp, specs, name, needFlags, hateFlags) ^ ./../bltSwitch.c:125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DoSwitch(interp, specPtr, string, record) ^ ./../bltSwitch.c:250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ProcessSwitches(interp, specs, argc, argv, record, flags) ^ ./../bltSwitch.c:357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ProcessObjSwitches(interp, specs, objc, objv, record, flags) ^ ./../bltSwitch.c:457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeSwitches(specs, record, needFlags) ^ 5 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTree.c ./../bltTree.c:792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeGetKey(string) ^ ./../bltTree.c:1397:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeValueExistsByKey(clientPtr, nodePtr, key) ^ ./../bltTree.c:1811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeApplyBFS(nodePtr, proc, clientData) ^ ./../bltTree.c:2021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeExists(interp, name) ^ 4 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeCmd.c ./../bltTreeCmd.c:984:17: warning: variable 'node' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (cmdPtr != NULL) { ^~~~~~~~~~~~~~ ./../bltTreeCmd.c:1035:9: note: uninitialized use occurs here if (node != NULL) { ^~~~ ./../bltTreeCmd.c:984:13: note: remove the 'if' if its condition is always true } else if (cmdPtr != NULL) { ^~~~~~~~~~~~~~~~~~~~ ./../bltTreeCmd.c:953:22: note: initialize the variable 'node' to silence this warning Blt_TreeNode node; ^ = NULL ./../bltTreeCmd.c:1670:9: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] type = (int)Blt_ListGetValue(node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTreeCmd.c:2524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DegreeOp(cmdPtr, interp, objc, objv) ^ ./../bltTreeCmd.c:2605:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] Blt_ChainAppend(chainPtr, (ClientData)Blt_TreeNodeId(node)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTreeCmd.c:2615:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] inode = (int)Blt_ChainGetValue(linkPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTreeCmd.c:2666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DumpOp(cmdPtr, interp, objc, objv) ^ ./../bltTreeCmd.c:3259:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (cmdPtr, interp, objc, objv); ^ ./../bltTreeCmd.c:3350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LastChildOp(cmdPtr, interp, objc, objv) ^ ./../bltTreeCmd.c:3768:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (cmdPtr, interp, objc, objv); ^ ./../bltTreeCmd.c:4593:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (cmdPtr, interp, objc, objv); ^ ./../bltTreeCmd.c:4800:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (cmdPtr, interp, objc, objv); ^ ./../bltTreeCmd.c:4833:24: warning: passing 'const char *const' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] Tcl_SetResult(interp, valueObjPtr->typePtr->name, TCL_VOLATILE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/blt/work/.buildlink/include/tclDecls.h:693:54: note: passing argument to parameter 'result' here EXTERN void Tcl_SetResult(Tcl_Interp *interp, char *result, ^ ./../bltTreeCmd.c:5288:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (cmdPtr, interp, objc, objv); ^ ./../bltTreeCmd.c:5611:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (clientData, interp, objc, objv); ^ 14 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltUnixPipe.c ./../bltUnixPipe.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OpenFile(fname, mode) ^ ./../bltUnixPipe.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTempFile(contents) ^ ./../bltUnixPipe.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreatePipe(inFilePtr, outFilePtr) ^ ./../bltUnixPipe.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseFile(fd) ^ ./../bltUnixPipe.c:289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetupStdFile(fd, type) ^ ./../bltUnixPipe.c:370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateProcess(interp, argc, argv, inputFile, outputFile, errorFile, pidPtr) ^ ./../bltUnixPipe.c:513:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FileForRedirect(interp, spec, atOK, arg, nextArg, flags, skipPtr, closePtr) ^ ./../bltUnixPipe.c:635:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreatePipeline(interp, argc, argv, pidArrayPtr, inPipePtr, ^ 8 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltUtil.c ./../bltUtil.c:38:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strtolower(s) ^ ./../bltUtil.c:344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DictionaryCompare(left, right) ^ ./../bltUtil.c:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Assert(testExpr, fileName, lineNumber) ^ ./../bltUtil.c:614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Itoa(value) ^ ./../bltUtil.c:622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Utoa(value) ^ ./../bltUtil.c:630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Dtoa(interp, value) ^ ./../bltUtil.c:642:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_OpenUtfFile(fileName, mode) ^ ./../bltUtil.c:678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitHexTable(hexTable) ^ ./../bltUtil.c:723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPosition(interp, string, indexPtr) ^ ./../bltUtil.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetUid(string) ^ ./../bltUtil.c:796:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltUtil.c:799:28: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^~~~~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltUtil.c:820:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeUid(uid) ^ ./../bltUtil.c:833:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltUtil.c:838:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^~~~~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltUtil.c:858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FindUid(string) ^ ./../bltUtil.c:892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BinaryOpSearch(specArr, nSpecs, string) ^ ./../bltUtil.c:951:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LinearOpSearch(specArr, nSpecs, string) ^ ./../bltUtil.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetOp(interp, nSpecs, specArr, operPos, argc, argv, flags) ^ ./../bltUtil.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetOpFromObj(interp, nSpecs, specArr, operPos, objc, objv, flags) ^ ./../bltUtil.c:1326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Crc32Init(interp) ^ 21 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltVector.c ./../bltVector.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindVectorInNamespace(dataPtr, nsPtr, vecName) ^ ./../bltVector.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetVectorObject(dataPtr, name, flags) ^ ./../bltVector.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorUpdateRange(vPtr) ^ ./../bltVector.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorGetIndex(interp, vPtr, string, indexPtr, flags, procPtrPtr) ^ ./../bltVector.c:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorGetIndexRange(interp, vPtr, string, flags, procPtrPtr) ^ ./../bltVector.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorParseElement(interp, dataPtr, start, endPtr, flags) ^ ./../bltVector.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorNotifyClients(clientData) ^ ./../bltVector.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorUpdateClients(vPtr) ^ ./../bltVector.c:554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorFlushCache(vPtr) ^ ./../bltVector.c:603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorLookupName(dataPtr, vecName, vPtrPtr) ^ ./../bltVector.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteCommand(vPtr) ^ ./../bltVector.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UnmapVariable(vPtr) ^ ./../bltVector.c:727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorMapVariable(interp, vPtr, name) ^ ./../bltVector.c:821:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorChangeLength(vPtr, length) ^ ./../bltVector.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorReset(vPtr, valueArr, length, size, freeProc) ^ ./../bltVector.c:977:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorNew(dataPtr) ^ ./../bltVector.c:1022:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorFree(vPtr) ^ ./../bltVector.c:1083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorInstDeleteProc(clientData) ^ ./../bltVector.c:1114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorCreate(dataPtr, vecName, cmdName, varName, newPtr) ^ ./../bltVector.c:1253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorDuplicate(destPtr, srcPtr) ^ ./../bltVector.c:1288:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorNamesOp(clientData, interp, argc, argv) ^ ./../bltVector.c:1331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorCreate2(clientData, interp, argStart, argc, argv) ^ ./../bltVector.c:1552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorCreateOp(clientData, interp, argc, argv) ^ ./../bltVector.c:1579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorDestroyOp(clientData, interp, argc, argv) ^ ./../bltVector.c:1613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorExprOp(clientData, interp, argc, argv) ^ ./../bltVector.c:1636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorCmd(clientData, interp, argc, argv) ^ ./../bltVector.c:1671:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (clientData, interp, argc, argv); ^ ./../bltVector.c:1693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorInterpDeleteProc(clientData, interp) ^ ./../bltVector.c:1720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorGetInterpData(interp) ^ ./../bltVector.c:1765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorInit(interp) ^ ./../bltVector.c:1810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateVector2(interp, vecName, cmdName, varName, initialSize, vecPtrPtr) ^ ./../bltVector.c:1848:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateVector(interp, name, size, vecPtrPtr) ^ ./../bltVector.c:1879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DeleteVector(vecPtr) ^ ./../bltVector.c:1910:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DeleteVectorByName(interp, name) ^ ./../bltVector.c:1951:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorExists2(interp, vecName) ^ ./../bltVector.c:1978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorExists(interp, vecName) ^ ./../bltVector.c:2012:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetVector(interp, name, vecPtrPtr) ^ ./../bltVector.c:2062:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResetVector(vecPtr, valueArr, length, size, freeProc) ^ ./../bltVector.c:2104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResizeVector(vecPtr, length) ^ ./../bltVector.c:2139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_AllocVectorId(interp, name) ^ ./../bltVector.c:2195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetVectorChangedProc(clientId, proc, clientData) ^ ./../bltVector.c:2232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeVectorId(clientId) ^ ./../bltVector.c:2260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfVectorId(clientId) ^ ./../bltVector.c:2272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfVector(vecPtr) ^ ./../bltVector.c:2292:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorNotifyPending(clientId) ^ ./../bltVector.c:2320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetVectorById(interp, clientId, vecPtrPtr) ^ ./../bltVector.c:2342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InstallIndexProc(interp, string, procPtr) ^ 47 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltVecMath.c ./../bltVecMath.c:240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] First(vPtr) ^ ./../bltVecMath.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Next(vPtr, current) ^ ./../bltVecMath.c:301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Sort(vPtr) ^ ./../bltVecMath.c:323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Length(vecPtr) ^ ./../bltVecMath.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VecMin(vecPtr) ^ ./../bltVecMath.c:368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VecMax(vecPtr) ^ ./../bltVecMath.c:397:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Mean(vecPtr) ^ ./../bltVecMath.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Variance(vecPtr) ^ ./../bltVecMath.c:445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Skew(vecPtr) ^ ./../bltVecMath.c:473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StdDeviation(vecPtr) ^ ./../bltVecMath.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AvgDeviation(vecPtr) ^ ./../bltVecMath.c:512:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Kurtosis(vecPtr) ^ ./../bltVecMath.c:543:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Median(vecPtr) ^ ./../bltVecMath.c:572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Q1(vecPtr) ^ ./../bltVecMath.c:608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Q3(vecPtr) ^ ./../bltVecMath.c:646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Norm(vecPtr) ^ ./../bltVecMath.c:664:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Product(vecPtr) ^ ./../bltVecMath.c:679:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Sum(vecPtr) ^ ./../bltVecMath.c:694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Nonzeros(vecPtr) ^ ./../bltVecMath.c:711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Fabs(value) ^ ./../bltVecMath.c:721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Round(value) ^ ./../bltVecMath.c:732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Fmod(x, y) ^ ./../bltVecMath.c:767:54: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "DOMAIN", interp->result, ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltVecMath.c:774:61: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNDERFLOW", interp->result, ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltVecMath.c:780:60: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "OVERFLOW", interp->result, ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltVecMath.c:789:55: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNKNOWN", interp->result, ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltVecMath.c:759:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MathError(interp, value) ^ ./../bltVecMath.c:817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseString(interp, string, valuePtr) ^ ./../bltVecMath.c:947:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*mathPtr->proc) (mathPtr->clientData, interp, valuePtr->vPtr) ^ ./../bltVecMath.c:895:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseMathFunction(interp, start, parsePtr, valuePtr) ^ ./../bltVecMath.c:979:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextToken(interp, parsePtr, valuePtr) ^ ./../bltVecMath.c:1226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextValue(interp, parsePtr, prec, valuePtr) ^ ./../bltVecMath.c:1772:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EvaluateExpression(interp, string, valuePtr) ^ ./../bltVecMath.c:1833:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComponentFunc(clientData, interp, vPtr) ^ ./../bltVecMath.c:1862:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScalarFunc(clientData, interp, vPtr) ^ ./../bltVecMath.c:1885:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VectorFunc(clientData, interp, vPtr) ^ ./../bltVecMath.c:1939:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorInstallMathFunctions(tablePtr) ^ ./../bltVecMath.c:1953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorUninstallMathFunctions(tablePtr) ^ ./../bltVecMath.c:1971:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InstallIndexProc(tablePtr, string, procPtr) ^ ./../bltVecMath.c:1992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorInstallSpecialIndices(tablePtr) ^ ./../bltVecMath.c:2024:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ExprVector(interp, string, vecPtr) ^ 41 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltVecCmd.c clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltVecObjCmd.c ./../bltVecObjCmd.c:49:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int GetDouble(interp, objPtr, valuePtr) ^ ./../bltVecObjCmd.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReplicateValue(vPtr, first, last, value) ^ ./../bltVecObjCmd.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CopyList(vPtr, objc, objv) ^ ./../bltVecObjCmd.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AppendVector(destPtr, srcPtr) ^ ./../bltVecObjCmd.c:137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AppendList(vPtr, objc, objv) ^ ./../bltVecObjCmd.c:184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AppendOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClearOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DupOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:464:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LengthOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:544:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MergeOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NormalizeOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotifyOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:758:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PopulateOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RangeOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InRange(value, min, max) ^ ./../bltVecObjCmd.c:930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBinaryFormat(interp, string, sizePtr) ^ ./../bltVecObjCmd.c:988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CopyValues(vPtr, byteArr, fmt, size, length, swap, indexPtr) ^ ./../bltVecObjCmd.c:1104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BinreadOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SearchOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OffsetOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RandomOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeqOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplitOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1574:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareVectors(a, b) ^ ./../bltVecObjCmd.c:1597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorSortIndex(vPtrPtr, nVectors) ^ ./../bltVecObjCmd.c:1620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortVectors(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1674:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InstExprOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArithOp(vPtr, interp, objc, objv) ^ ./../bltVecObjCmd.c:1963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorInstCmd(clientData, interp, objc, objv) ^ ./../bltVecObjCmd.c:1979:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*proc) (vPtr, interp, objc, objv); ^ ./../bltVecObjCmd.c:1996:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_VectorVarTrace(clientData, interp, part1, part2, flags) ^ 36 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltWatch.c ./../bltWatch.c:133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PreCmdProc(clientData, interp, level, command, cmdProc, cmdClientData, ^ ./../bltWatch.c:222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PostCmdProc(clientData, interp, code) ^ ./../bltWatch.c:340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NewWatch(interp, name) ^ ./../bltWatch.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyWatch(watchPtr) ^ ./../bltWatch.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameToWatch(interp, name, flags) ^ ./../bltWatch.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ListWatches(interp, state) ^ ./../bltWatch.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigWatch(watchPtr, interp, argc, argv) ^ ./../bltWatch.c:548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:583:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InfoOp(clientData, interp, argc, argv) ^ ./../bltWatch.c:791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WatchCmd(clientData, interp, argc, argv) ^ ./../bltWatch.c:804:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltWatch.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WatchDeleteCmd(clientData) ^ ./../bltWatch.c:838:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_WatchInit(interp) ^ 17 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltBeep.c ./../bltBeep.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BeepCmd(clientData, interp, argc, argv) ^ ./../bltBeep.c:63:16: warning: variable 'percent' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (argc == 2) { ^~~~~~~~~ ./../bltBeep.c:73:46: note: uninitialized use occurs here XBell(Tk_Display(Tk_MainWindow(interp)), percent); ^~~~~~~ ./../bltBeep.c:63:12: note: remove the 'if' if its condition is always true } else if (argc == 2) { ^~~~~~~~~~~~~~~ ./../bltBeep.c:54:16: note: initialize the variable 'percent' to silence this warning int percent; ^ = 0 ./../bltBeep.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BeepInit(interp) ^ 3 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltBind.c ./../bltBind.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DoEvent(bindPtr, eventPtr, item, context) ^ ./../bltBind.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickCurrentItem(bindPtr, eventPtr) ^ ./../bltBind.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindProc(clientData, eventPtr) ^ ./../bltBind.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureBindings(interp, bindPtr, item, argc, argv) ^ ./../bltBind.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureBindingsFromObj(interp, bindPtr, item, objc, objv) ^ ./../bltBind.c:581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateBindingTable(interp, tkwin, clientData, pickProc, tagProc) ^ ./../bltBind.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyBindingTable(bindPtr) ^ ./../bltBind.c:620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PickCurrentItem(bindPtr) ^ ./../bltBind.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DeleteBindings(bindPtr, object) ^ ./../bltBind.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MoveBindingTable(bindPtr, tkwin) ^ 10 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltBitmap.c ./../bltBitmap.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetHexValue(interp, string, valuePtr) ^ ./../bltBitmap.c:365:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BitmapToData(tkwin, bitmap, width, height, bitsPtr) ^ ./../bltBitmap.c:433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AsciiToData(interp, elemList, width, height, bitsPtr) ^ ./../bltBitmap.c:509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseListData(interp, string, widthPtr, heightPtr, bitsPtr) ^ ./../bltBitmap.c:595:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseStructData(interp, string, widthPtr, heightPtr, bitsPtr) ^ ./../bltBitmap.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BitmapDataToString(tkwin, bitmap, resultPtr) ^ ./../bltBitmap.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComposeOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DefineOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1093:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExistsOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HeightOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidthOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SourceOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DataOp(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BitmapCmd(clientData, interp, argc, argv) ^ ./../bltBitmap.c:1304:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltBitmap.c:1326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BitmapInterpDeleteProc(clientData, interp) ^ ./../bltBitmap.c:1346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBitmapInterpData(interp) ^ ./../bltBitmap.c:1384:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BitmapInit(interp) ^ 18 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltBusy.c ./../bltBusy.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShowBusyWindow(busyPtr) ^ ./../bltBusy.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideBusyWindow(busyPtr) ^ ./../bltBusy.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyEventProc(clientData, eventPtr) ^ ./../bltBusy.c:240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyCustodyProc(clientData, tkwin) ^ ./../bltBusy.c:271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyGeometryProc(clientData, tkwin) ^ ./../bltBusy.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RefWinEventProc(clientData, eventPtr) ^ ./../bltBusy.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureBusy(interp, busyPtr, argc, argv) ^ ./../bltBusy.c:465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateBusy(interp, tkRef) ^ ./../bltBusy.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyBusy(data) ^ ./../bltBusy.c:645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBusy(dataPtr, interp, pathName, busyPtrPtr) ^ ./../bltBusy.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HoldBusy(dataPtr, interp, argc, argv) ^ ./../bltBusy.c:752:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StatusOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ForgetOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:834:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReleaseOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:910:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:955:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HoldOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:989:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:1029:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(clientData, interp, argc, argv) ^ ./../bltBusy.c:1074:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyInterpDeleteProc(clientData, interp) ^ ./../bltBusy.c:1141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BusyCmd(clientData, interp, argc, argv) ^ ./../bltBusy.c:1157:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltBusy.c:1162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBusyInterpData(interp) ^ ./../bltBusy.c:1181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BusyInit(interp) ^ 24 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltCanvEps.c ./../bltCanvEps.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SkipBlanks(piPtr) ^ ./../bltCanvEps.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadPsLine(piPtr) ^ ./../bltCanvEps.c:392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReverseBits(byte) ^ ./../bltCanvEps.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetHexValue(piPtr, bytePtr) ^ ./../bltCanvEps.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadEPSI(epsPtr, piPtr) ^ ./../bltCanvEps.c:603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadPostScript(interp, epsPtr) ^ ./../bltCanvEps.c:720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OpenEpsFile(interp, epsPtr) ^ ./../bltCanvEps.c:769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseEpsFile(epsPtr) ^ ./../bltCanvEps.c:857:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteEps(canvas, itemPtr, display) ^ ./../bltCanvEps.c:918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateEps(interp, canvas, itemPtr, argc, argv) ^ ./../bltCanvEps.c:1005:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltCanvEps.c:1041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureEps(interp, canvas, itemPtr, argc, argv, flags) ^ ./../bltCanvEps.c:1195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EpsCoords(interp, canvas, itemPtr, argc, argv) ^ ./../bltCanvEps.c:1250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeEpsBbox(canvas, epsPtr) ^ ./../bltCanvEps.c:1296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayEps(canvas, itemPtr, display, drawable, x, y, width, height) ^ ./../bltCanvEps.c:1442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EpsToPoint(canvas, itemPtr, coordArr) ^ ./../bltCanvEps.c:1491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EpsToArea(canvas, itemPtr, area) ^ ./../bltCanvEps.c:1530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScaleEps(canvas, itemPtr, originX, originY, scaleX, scaleY) ^ ./../bltCanvEps.c:1562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslateEps(canvas, itemPtr, deltaX, deltaY) ^ ./../bltCanvEps.c:1596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EpsToPostScript(interp, canvas, itemPtr, prepass) ^ ./../bltCanvEps.c:1711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitEpsCanvasItem(interp) ^ ./../bltCanvEps.c:1716:26: warning: incompatible function pointer types assigning to 'Tk_OptionParseProc *' (aka 'int (*)(void *, struct Tcl_Interp *, struct Tk_Window_ *, char *, char *, int)') from 'int (ClientData, Tcl_Interp *, Tk_Window, const char *, char *, int)' (aka 'int (void *, struct Tcl_Interp *, struct Tk_Window_ *, const char *, char *, int)') [-Wincompatible-function-pointer-types] tagsOption.parseProc = Tk_CanvasTagsParseProc; ^ ~~~~~~~~~~~~~~~~~~~~~~ 22 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltColor.c ./../bltColor.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetPaletteSizes(nColors, nRedsPtr, nGreensPtr, nBluesPtr) ^ ./../bltColor.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BuildColorRamp(palettePtr, nColors) ^ ./../bltColor.c:150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QueryColormap(display, colorMap, mapColors, numMapColorsPtr) ^ ./../bltColor.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindClosestColor(colorPtr, mapColors, numMapColors) ^ ./../bltColor.c:238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareColors(a, b) ^ ./../bltColor.c:254:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors, ^ ./../bltColor.c:313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AllocateColors(nImageColors, colorTabPtr, matchOnly) ^ ./../bltColor.c:347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateColorTable(tkwin) ^ ./../bltColor.c:376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeColorTable(colorTabPtr) ^ ./../bltColor.c:407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DirectColorTable(interp, tkwin, image) ^ ./../bltColor.c:538:42: warning: cast to 'char *' from smaller integer type 'unsigned int' [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&colorTable, (char *)color.value, &isNew); ^~~~~~~~~~~~~~~~~~~ ../bltHash.h:203:40: note: expanded from macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltColor.c:543:17: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltColor.c:546:25: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^~~~~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltColor.c:519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetUniqueColors(image) ^ ./../bltColor.c:566:9: warning: variable 'nFreeColors' set but not used [-Wunused-but-set-variable] int nFreeColors, nUsedColors; ^ ./../bltColor.c:570:13: warning: variable 'imageColors' set but not used [-Wunused-but-set-variable] XColor *imageColors; ^ ./../bltColor.c:557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrivateColormap(interp, colorTabPtr, image, tkwin) ^ ./../bltColor.c:631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PseudoColorTable(interp, tkwin, image) ^ ./../bltColor.c:108:1: warning: unused function 'BuildColorRamp' [-Wunused-function] BuildColorRamp(palettePtr, nColors) ^ ./../bltColor.c:254:1: warning: unused function 'MatchColors' [-Wunused-function] MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors, ^ ./../bltColor.c:313:1: warning: unused function 'AllocateColors' [-Wunused-function] AllocateColors(nImageColors, colorTabPtr, matchOnly) ^ ./../bltColor.c:519:1: warning: unused function 'GetUniqueColors' [-Wunused-function] GetUniqueColors(image) ^ 22 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltConfig.c ./../bltConfig.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfFill(fill) ^ ./../bltConfig.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToFill(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FillToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StringToFlag(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:278:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^~~~~~~~~~~~~~~~~~~~~~~~ ./../bltConfig.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FlagToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:314:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] unsigned int mask = (unsigned int)clientData; /* Bit to be tested */ ^~~~~~~~~~~~~~~~~~~~~~~~ ./../bltConfig.c:334:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPixels(interp, tkwin, string, check, valuePtr) ^ ./../bltConfig.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToDistance(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:395:49: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] return Blt_GetPixels(interp, tkwin, string, (int)clientData, valuePtr); ^~~~~~~~~~~~~~~ ./../bltConfig.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DistanceToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetInt(interp, string, check, valuePtr) ^ ./../bltConfig.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToCount(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:484:39: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] return Blt_GetInt(interp, string, (int)clientData, valuePtr); ^~~~~~~~~~~~~~~ ./../bltConfig.c:501:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CountToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:542:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToPad(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PadToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToShadow(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:712:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShadowToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetDashes(interp, string, dashesPtr) ^ ./../bltConfig.c:841:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToDashes(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:868:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DashesToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:907:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToUid(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:943:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UidToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToState(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:1005:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StateToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:1037:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToList(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:1079:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ListToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:1119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToTile(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:1160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltConfig.c:1238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureWidgetComponent(interp, parent, resName, className, specsPtr, ^ ./../bltConfig.c:1298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StringToEnum(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltConfig.c:1349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_EnumToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ 33 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltContainer.c ./../bltContainer.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfId(display, window) ^ ./../bltContainer.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XGeometryErrorProc(clientData, eventPtr) ^ ./../bltContainer.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetAdoptedWindowGeometry(interp, cntrPtr) ^ ./../bltContainer.c:401:9: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~ ./../bltContainer.c:426:25: note: uninitialized use occurs here cntrPtr->adoptedX = x; ^ ./../bltContainer.c:401:5: note: remove the 'if' if its condition is always true if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltContainer.c:392:10: note: initialize the variable 'x' to silence this warning int x, y, width, height, borderWidth, depth; ^ = 0 ./../bltContainer.c:401:9: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~ ./../bltContainer.c:427:25: note: uninitialized use occurs here cntrPtr->adoptedY = y; ^ ./../bltContainer.c:401:5: note: remove the 'if' if its condition is always true if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltContainer.c:392:13: note: initialize the variable 'y' to silence this warning int x, y, width, height, borderWidth, depth; ^ = 0 ./../bltContainer.c:444:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetChildren(display, window) ^ ./../bltContainer.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameSearch(display, window, searchPtr) ^ ./../bltContainer.c:552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CmdSearch(display, window, searchPtr) ^ ./../bltContainer.c:609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TimeoutProc(clientData) ^ ./../bltContainer.c:634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TestAndWaitForWindow(cntrPtr, searchPtr) ^ ./../bltContainer.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapTree(display, window) ^ ./../bltContainer.c:817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToXID(clientData, interp, parent, string, widgRec, offset) ^ ./../bltContainer.c:825:26: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] unsigned int flags = (int)clientData; ^~~~~~~~~~~~~~~ ./../bltContainer.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XIDToString(clientData, parent, widgRec, offset, freeProcPtr) ^ ./../bltContainer.c:963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(cntrPtr) ^ ./../bltContainer.c:990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdoptedWindowEventProc(clientData, eventPtr) ^ ./../bltContainer.c:1024:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ContainerEventProc(clientData, eventPtr) ^ ./../bltContainer.c:1087:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToplevelEventProc(clientData, eventPtr) ^ ./../bltContainer.c:1118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyContainer(dataPtr) ^ ./../bltContainer.c:1158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureContainer(interp, cntrPtr, argc, argv, flags) ^ ./../bltContainer.c:1255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ContainerInstCmdDeleteProc(clientData) ^ ./../bltContainer.c:1291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ContainerCmd(clientData, interp, argc, argv) ^ ./../bltContainer.c:1357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayContainer(clientData) ^ ./../bltContainer.c:1546:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindOp(cntrPtr, interp, argc, argv) ^ ./../bltContainer.c:1584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(cntrPtr, interp, argc, argv) ^ ./../bltContainer.c:1615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(cntrPtr, interp, argc, argv) ^ ./../bltContainer.c:1667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ContainerInstCmd(clientData, interp, argc, argv) ^ ./../bltContainer.c:1682:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc)(cntrPtr, interp, argc, argv); ^ ./../bltContainer.c:1688:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ContainerInit(interp) ^ 29 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltCutbuffer.c ./../bltCutbuffer.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetCutNumber(interp, string, bufferPtr) ^ ./../bltCutbuffer.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RotateErrorProc(clientData, errEventPtr) ^ ./../bltCutbuffer.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(interp, tkwin, argc, argv) ^ ./../bltCutbuffer.c:119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RotateOp(interp, tkwin, argc, argv) ^ ./../bltCutbuffer.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetOp(interp, tkwin, argc, argv) ^ ./../bltCutbuffer.c:232:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (interp, tkwin, argc, argv); ^ ./../bltCutbuffer.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CutbufferCmd(clientData, interp, argc, argv) ^ ./../bltCutbuffer.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CutbufferInit(interp) ^ 8 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltDragdrop.c ./../bltDragdrop.c:681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetNativeWindow(tkwin) ^ ./../bltDragdrop.c:698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowZOrder(display, window) ^ ./../bltDragdrop.c:728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetProperty(display, window) ^ ./../bltDragdrop.c:755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetProperty(tkwin, data) ^ ./../bltDragdrop.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowRegion(display, window, x1Ptr, y1Ptr, x2Ptr, y2Ptr) ^ ./../bltDragdrop.c:790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChangeToken(tokenPtr, active) ^ ./../bltDragdrop.c:826:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenEventProc(clientData, eventPtr) ^ ./../bltDragdrop.c:853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideToken(tokenPtr) ^ ./../bltDragdrop.c:870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RaiseToken(tokenPtr) ^ ./../bltDragdrop.c:888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveToken(srcPtr, tokenPtr) ^ ./../bltDragdrop.c:924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWidgetCursor(interp, tkwin) ^ ./../bltDragdrop.c:956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateToken(clientData) ^ ./../bltDragdrop.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RejectToken(tokenPtr) ^ ./../bltDragdrop.c:1059:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureToken(interp, srcPtr, argc, argv) ^ ./../bltDragdrop.c:1084:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateToken(interp, srcPtr) ^ ./../bltDragdrop.c:1136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateSource(interp, pathName, newPtr) ^ ./../bltDragdrop.c:1188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroySource(srcPtr) ^ ./../bltDragdrop.c:1246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSource(interp, pathName, srcPtrPtr) ^ ./../bltDragdrop.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureSource(interp, srcPtr, argc, argv, flags) ^ ./../bltDragdrop.c:1379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SourceEventProc(clientData, eventPtr) ^ ./../bltDragdrop.c:1403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindTarget(tkwin) ^ ./../bltDragdrop.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTarget(interp, tkwin) ^ ./../bltDragdrop.c:1468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTarget(data) ^ ./../bltDragdrop.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TargetEventProc(clientData, eventPtr) ^ ./../bltDragdrop.c:1532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DndSend(srcPtr) ^ ./../bltDragdrop.c:1644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitRoot(srcPtr) ^ ./../bltDragdrop.c:1672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindTopWindow(srcPtr, x, y) ^ ./../bltDragdrop.c:1739:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OverTarget(srcPtr, x, y) ^ ./../bltDragdrop.c:1841:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RemoveWindow(windowPtr) ^ ./../bltDragdrop.c:1877:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QueryWindow(display, windowPtr) ^ ./../bltDragdrop.c:1946:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AddTargetProperty(interp, targetPtr) ^ ./../bltDragdrop.c:1991:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExpandPercents(string, subsArr, nSubs, resultPtr) ^ ./../bltDragdrop.c:2050:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DragOp(interp, argc, argv) ^ ./../bltDragdrop.c:2202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DropOp(interp, argc, argv) ^ ./../bltDragdrop.c:2261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ErrorsOp(interp, argc, argv) ^ ./../bltDragdrop.c:2285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActiveOp(interp, argc, argv) ^ ./../bltDragdrop.c:2303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LocationOp(interp, argc, argv) ^ ./../bltDragdrop.c:2332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenOp(interp, argc, argv) ^ ./../bltDragdrop.c:2351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HandlerOpOp(srcPtr, interp, argc, argv) ^ ./../bltDragdrop.c:2408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SourceOp(interp, argc, argv) ^ ./../bltDragdrop.c:2487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TargetOp(interp, argc, argv) ^ ./../bltDragdrop.c:2634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DragDropCmd(clientData, interp, argc, argv) ^ ./../bltDragdrop.c:2692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DragDropInit(interp) ^ 43 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltHierbox.c ./../bltHierbox.c:1128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToScrollMode(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHierbox.c:1164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollModeToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHierbox.c:1203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToButton(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHierbox.c:1241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHierbox.c:1275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltHierbox.c:1287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetCachedImage(hboxPtr, interp, tkwin, name) ^ ./../bltHierbox.c:1322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeCachedImage(hboxPtr, imagePtr) ^ ./../bltHierbox.c:1349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToImages(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHierbox.c:1413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImagesToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHierbox.c:1457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSeparator(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHierbox.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeparatorToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHierbox.c:1510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ApplyToTree(hboxPtr, rootPtr, proc, flags) ^ ./../bltHierbox.c:1549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureButtons(hboxPtr) ^ ./../bltHierbox.c:1603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyEntry(entryPtr) ^ ./../bltHierbox.c:1666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LastNode(treePtr, mask) ^ ./../bltHierbox.c:1697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextNode(treePtr, mask) ^ ./../bltHierbox.c:1726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EndNode(treePtr, mask) ^ ./../bltHierbox.c:1744:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExposeAncestors(treePtr) ^ ./../bltHierbox.c:1755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsBefore(t1Ptr, t2Ptr) ^ ./../bltHierbox.c:1814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsAncestor(rootPtr, treePtr) ^ ./../bltHierbox.c:1830:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsHidden(treePtr) ^ ./../bltHierbox.c:1852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectEntry(hboxPtr, treePtr) ^ ./../bltHierbox.c:1870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeselectEntry(hboxPtr, treePtr) ^ ./../bltHierbox.c:1887:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClearSelection(hboxPtr) ^ ./../bltHierbox.c:1900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PruneSelection(hboxPtr, rootPtr) ^ ./../bltHierbox.c:1927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsSelected(hboxPtr, treePtr) ^ ./../bltHierbox.c:1939:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetFullPath(treePtr, separator, resultPtr) ^ ./../bltHierbox.c:1978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertNode(parentPtr, position, nodePtr) ^ ./../bltHierbox.c:2010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyNode(data) ^ ./../bltHierbox.c:2080:52: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] hPtr = Blt_CreateHashEntry(&(hboxPtr->nodeTable), (char *)serial, ^~~~~~~~~~~~~~ ../bltHash.h:203:40: note: expanded from macro 'Blt_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, key, newPtr) ^~~ ./../bltHierbox.c:2044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateNode(hboxPtr, parentPtr, position, name) ^ ./../bltHierbox.c:2106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindComponent(parentPtr, name) ^ ./../bltHierbox.c:2142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SkipSeparators(path, separator, length) ^ ./../bltHierbox.c:2166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplitPath(hboxPtr, path, levelPtr, compPtrPtr) ^ ./../bltHierbox.c:2230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindPath(hboxPtr, rootPtr, path) ^ ./../bltHierbox.c:2324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NearestNode(hboxPtr, x, y, selectOne) ^ ./../bltHierbox.c:2375:54: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&(hboxPtr->nodeTable), (char *)serial); ^~~~~~~~~~~~~~ ../bltHash.h:201:38: note: expanded from macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ ./../bltHierbox.c:2365:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetNodeByIndex(hboxPtr, string) ^ ./../bltHierbox.c:2409:14: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] serial = (int)Blt_GetHashKey(&(hboxPtr->nodeTable), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltHierbox.c:2401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NodeToString(hboxPtr, nodePtr) ^ ./../bltHierbox.c:2458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetNode(hboxPtr, string, treePtrPtr) ^ ./../bltHierbox.c:2603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToNode(hboxPtr, string, treePtrPtr) ^ ./../bltHierbox.c:2625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PercentSubst(hboxPtr, treePtr, command, resultPtr) ^ ./../bltHierbox.c:2701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:2753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OpenNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:2804:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:2843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectRange(hboxPtr, fromPtr, toPtr) ^ ./../bltHierbox.c:2876:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsSelectedNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:2901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSelectedLabels(hboxPtr, treePtr) ^ ./../bltHierbox.c:2929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SizeOfNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:2954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareNodesByName(link1PtrPtr, link2PtrPtr) ^ ./../bltHierbox.c:2979:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareNodesByTclCmd(link1PtrPtr, link2PtrPtr) ^ ./../bltHierbox.c:3015:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:3044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UnmapNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:3071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapAncestors(hboxPtr, treePtr) ^ ./../bltHierbox.c:3102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:3112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FixUnmappedSelections(hboxPtr, treePtr) ^ ./../bltHierbox.c:3131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteNode(hboxPtr, treePtr) ^ ./../bltHierbox.c:3187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTree(hboxPtr, treePtr) ^ ./../bltHierbox.c:3196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTags(table, object, context, list) ^ ./../bltHierbox.c:3223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickButton(clientData, x, y, contextPtr) ^ ./../bltHierbox.c:3266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickEntry(clientData, x, y, contextPtr) ^ ./../bltHierbox.c:3308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureEntry(hboxPtr, entryPtr, argc, argv, flags) ^ ./../bltHierbox.c:3468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(hboxPtr) ^ ./../bltHierbox.c:3496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LabelBlinkProc(clientData) ^ ./../bltHierbox.c:3533:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyInvokeSelectCmd(hboxPtr) ^ ./../bltHierbox.c:3550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateHierbox(interp, tkwin) ^ ./../bltHierbox.c:3612:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyHierbox(dataPtr) ^ ./../bltHierbox.c:3690:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HierboxEventProc(clientData, eventPtr) ^ ./../bltHierbox.c:3763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionProc(clientData, offset, buffer, maxBytes) ^ ./../bltHierbox.c:3824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LostSelection(clientData) ^ ./../bltHierbox.c:3852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HierboxInstCmdDeleteProc(clientData) ^ ./../bltHierbox.c:3892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltHierbox.c:3924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureHierbox(interp, hboxPtr, argc, argv, flags) ^ ./../bltHierbox.c:4051:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetCoordinates(hboxPtr, treePtr, infoPtr) ^ ./../bltHierbox.c:4138:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeWidths(hboxPtr, treePtr) ^ ./../bltHierbox.c:4181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeLayout(hboxPtr) ^ ./../bltHierbox.c:4260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeVisibleEntries(hboxPtr) ^ ./../bltHierbox.c:4369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetCursorLocation(hboxPtr, treePtr) ^ ./../bltHierbox.c:4439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawVerticals(hboxPtr, treePtr, drawable) ^ ./../bltHierbox.c:4528:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawButton(hboxPtr, treePtr, drawable) ^ ./../bltHierbox.c:4622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayIcon(hboxPtr, treePtr, x, y, drawable) ^ ./../bltHierbox.c:4681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawData(hboxPtr, treePtr, x, y, entryHeight, drawable) ^ ./../bltHierbox.c:4729:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawLabel(hboxPtr, treePtr, x, y, drawable) ^ ./../bltHierbox.c:4850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawEntry(hboxPtr, treePtr, drawable) ^ ./../bltHierbox.c:4923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawOuterBorders(hboxPtr, drawable) ^ ./../bltHierbox.c:4979:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayHierbox(clientData) ^ ./../bltHierbox.c:5097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectCmdProc(clientData) ^ ./../bltHierbox.c:5135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HierboxCmd(clientData, interp, argc, argv) ^ ./../bltHierbox.c:5229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FocusOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BboxOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonActivateOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonBindOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonCgetOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonConfigureOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5557:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (hboxPtr, interp, argc, argv); ^ ./../bltHierbox.c:5543:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5668:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CurselectionOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5757:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsHiddenOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5896:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsBeforeOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:5914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScreenToIndex(hboxPtr, x, y) ^ ./../bltHierbox.c:6021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetLabelIndex(hboxPtr, entryPtr, string, indexPtr) ^ ./../bltHierbox.c:6107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IsOpenOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChildrenOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SizeOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6533:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (hboxPtr, interp, argc, argv); ^ ./../bltHierbox.c:6519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExactCompare(interp, name, pattern) ^ ./../bltHierbox.c:6549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GlobCompare(interp, name, pattern) ^ ./../bltHierbox.c:6558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegexpCompare(interp, name, pattern) ^ ./../bltHierbox.c:6580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:6894:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SearchAndApplyToTree(hboxPtr, interp, argc, argv, proc, nonMatchPtr) ^ ./../bltHierbox.c:7068:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShowOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NearestOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OpenOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RangeOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7696:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScanOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7758:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeeOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7899:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AnchorOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7938:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ClearallOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:7966:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IncludesOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MarkOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8064:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PresentOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8096:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOpOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8198:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (hboxPtr, interp, argc, argv); ^ ./../bltHierbox.c:8184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToggleOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XViewOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] YViewOp(hboxPtr, interp, argc, argv) ^ ./../bltHierbox.c:8407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HierboxInstCmd(clientData, interp, argc, argv) ^ ./../bltHierbox.c:8422:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (hboxPtr, interp, argc, argv); ^ ./../bltHierbox.c:8428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_HierboxInit(interp) ^ 149 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltHtext.c ./../bltHtext.c:548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToJustify(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHtext.c:589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfJustify(justify) ^ ./../bltHtext.c:618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] JustifyToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHtext.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetScreenDistance(interp, tkwin, string, sizePtr, countPtr) ^ ./../bltHtext.c:715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToHeight(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHtext.c:746:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToWidth(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltHtext.c:780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidthHeightToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltHtext.c:821:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(htPtr) ^ ./../bltHtext.c:847:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeArray(arrayPtr, elemSize, newSize, prevSize) ^ ./../bltHtext.c:897:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LineSearch(htPtr, yCoord, low, high) ^ ./../bltHtext.c:935:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexSearch(htPtr, key, low, high) ^ ./../bltHtext.c:977:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetXYPosIndex(htPtr, string, indexPtr) ^ ./../bltHtext.c:1070:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseIndex(htPtr, string, indexPtr) ^ ./../bltHtext.c:1220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetIndex(htPtr, string, indexPtr) ^ ./../bltHtext.c:1253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTextPosition(htPtr, tindex, lindexPtr, cindexPtr) ^ ./../bltHtext.c:1301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEmbeddedWidgetWidth(winPtr) ^ ./../bltHtext.c:1333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEmbeddedWidgetHeight(winPtr) ^ ./../bltHtext.c:1368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetEventProc(clientData, eventPtr) ^ ./../bltHtext.c:1432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetCustodyProc(clientData, tkwin) ^ ./../bltHtext.c:1476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetGeometryProc(clientData, tkwin) ^ ./../bltHtext.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindEmbeddedWidget(htPtr, tkwin) ^ ./../bltHtext.c:1537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateEmbeddedWidget(htPtr, name) ^ ./../bltHtext.c:1597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyEmbeddedWidget(winPtr) ^ ./../bltHtext.c:1633:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateLine(htPtr) ^ ./../bltHtext.c:1681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyLine(linePtr) ^ ./../bltHtext.c:1697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeText(htPtr) ^ ./../bltHtext.c:1732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyText(dataPtr) ^ ./../bltHtext.c:1776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextEventProc(clientData, eventPtr) ^ ./../bltHtext.c:1836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextDeleteCmdProc(clientData) ^ ./../bltHtext.c:1877:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltHtext.c:1890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetTextInfo(htPtr) ^ ./../bltHtext.c:1903:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetLastLine(htPtr) ^ ./../bltHtext.c:1931:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadNamedFile(interp, fileName, bufferPtr) ^ ./../bltHtext.c:2009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CollectCommand(htPtr, inputArr, maxBytes, cmdArr) ^ ./../bltHtext.c:2073:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseInput(interp, htPtr, input, nBytes) ^ ./../bltHtext.c:2191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IncludeText(interp, htPtr, fileName) ^ ./../bltHtext.c:2221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextVarProc(clientData, interp, name1, name2, flags) ^ ./../bltHtext.c:2280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTraces(htPtr) ^ ./../bltHtext.c:2297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteTraces(htPtr) ^ ./../bltHtext.c:2337:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureText(interp, htPtr) ^ ./../bltHtext.c:2441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslateAnchor(deltaX, deltaY, anchor) ^ ./../bltHtext.c:2505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeCavitySize(winPtr) ^ ./../bltHtext.c:2551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutLine(htPtr, linePtr) ^ ./../bltHtext.c:2685:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeLayout(htPtr) ^ ./../bltHtext.c:2731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetVisibleLines(htPtr) ^ ./../bltHtext.c:2804:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawSegment(htPtr, draw, linePtr, x, y, segPtr) ^ ./../bltHtext.c:2908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveEmbeddedWidget(winPtr, offset) ^ ./../bltHtext.c:3001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawPage(htPtr, deltaY) ^ ./../bltHtext.c:3135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendBogusEvent(tkwin) ^ ./../bltHtext.c:3218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayText(clientData) ^ ./../bltHtext.c:3408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextSelectionProc(clientData, offset, buffer, maxBytes) ^ ./../bltHtext.c:3454:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextLostSelection(clientData) ^ ./../bltHtext.c:3482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectLine(htPtr, tindex) ^ ./../bltHtext.c:3537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectWord(htPtr, tindex) ^ ./../bltHtext.c:3592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectTextBlock(htPtr, tindex) ^ ./../bltHtext.c:3660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GotoOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XViewOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] YViewOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AppendOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3942:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WindowsOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:3978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4034:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScanOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SearchOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RangeOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LinePosOp(htPtr, interp, argc, argv) ^ ./../bltHtext.c:4369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextWidgetCmd(clientData, interp, argc, argv) ^ ./../bltHtext.c:4384:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (htPtr, interp, argc, argv); ^ ./../bltHtext.c:4407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextCmd(clientData, interp, argc, argv) ^ ./../bltHtext.c:4482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_HtextInit(interp) ^ 72 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltImage.c ./../bltImage.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateColorImage(width, height) ^ ./../bltImage.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeColorImage(imagePtr) ^ ./../bltImage.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GammaCorrectColorImage(src, newGamma) ^ ./../bltImage.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageToGreyscale(image) ^ ./../bltImage.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageToPhoto(src, photo) ^ ./../bltImage.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PhotoRegionToColorImage(photo, x, y, width, height) ^ ./../bltImage.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PhotoToColorImage(photo) ^ ./../bltImage.c:389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DefaultFilter(x) ^ ./../bltImage.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DummyFilter(x) ^ ./../bltImage.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BoxFilter(x) ^ ./../bltImage.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TriangleFilter(x) ^ ./../bltImage.c:443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BellFilter(x) ^ ./../bltImage.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BSplineFilter(x) ^ ./../bltImage.c:489:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SincFilter(x) ^ ./../bltImage.c:500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BesselFilter(x) ^ ./../bltImage.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GaussianFilter(x) ^ ./../bltImage.c:528:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Lanczos3Filter(x) ^ ./../bltImage.c:544:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MitchellFilter(x) ^ ./../bltImage.c:569:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CatRomFilter(x) ^ ./../bltImage.c:592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GiFilter(x) ^ ./../bltImage.c:659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetResampleFilter(interp, name, filterPtrPtr) ^ ./../bltImage.c:730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeWeights(srcWidth, destWidth, filterPtr, samplePtrPtr) ^ ./../bltImage.c:841:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ZoomImageVertically(src, dest, filterPtr) ^ ./../bltImage.c:891:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ZoomImageHorizontally(src, dest, filterPtr) ^ ./../bltImage.c:954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResampleColorImage(src, width, height, horzFilterPtr, vertFilterPtr) ^ ./../bltImage.c:990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResamplePhoto(srcPhoto, x, y, width, height, destPhoto, horzFilterPtr, ^ ./../bltImage.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResizePhoto(srcPhoto, x, y, width, height, destPhoto) ^ ./../bltImage.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResizeColorImage(src, x, y, width, height, destWidth, destHeight) ^ ./../bltImage.c:1260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConvolveColorImage(src, filterPtr) ^ ./../bltImage.c:1343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SnapPhoto(interp, tkwin, drawable, x, y, width, height, destWidth, ^ ./../bltImage.c:1441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShearY(src, dest, y, offset, frac, bgColor) ^ ./../bltImage.c:1540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShearX(src, dest, x, offset, frac, bgColor) ^ ./../bltImage.c:1667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Rotate45(src, theta, bgColor) ^ ./../bltImage.c:1762:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CopyColorImage(src) ^ ./../bltImage.c:1793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Rotate90(src) ^ ./../bltImage.c:1833:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Rotate180(src) ^ ./../bltImage.c:1872:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Rotate270(src) ^ ./../bltImage.c:1908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RotateColorImage(src, angle) ^ ./../bltImage.c:2020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetColorImageStatistics(image) ^ ./../bltImage.c:2079:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] M3d(s) /* compute cumulative moments. */ ^ ./../bltImage.c:2128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Volume(cubePtr, m) ^ ./../bltImage.c:2151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Bottom(cubePtr, dir, m) ^ ./../bltImage.c:2176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Top(cubePtr, dir, pos, m) ^ ./../bltImage.c:2207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Variance(cubePtr, s) ^ ./../bltImage.c:2236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Maximize(cubePtr, dir, first, last, cut, rWhole, gWhole, bWhole, wWhole, s) ^ ./../bltImage.c:2290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Cut(set1, set2, s) ^ ./../bltImage.c:2351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplitColorSpace(s, cubes, nColors) ^ ./../bltImage.c:2405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Mark(cubePtr, label, tag) ^ ./../bltImage.c:2451:29: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types] Mark(cubePtr, color.value, lut); ^~~ ./../bltImage.c:2422:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateColorLookupTable(s, cubes, nColors) ^ ./../bltImage.c:2457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapColors(src, dest, lut) ^ ./../bltImage.c:2509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_QuantizeColorImage(src, dest, reduceColors) ^ ./../bltImage.c:2533:26: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types] MapColors(src, dest, lut); ^~~ ./../bltImage.c:2539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetRegion(x, y, width, height, regionPtr) ^ ./../bltImage.c:2648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Tk_ImageIsDeleted(tkImage) ^ ./../bltImage.c:2661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Tk_ImageGetMaster(tkImage) ^ ./../bltImage.c:2671:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Tk_ImageGetType(tkImage) ^ ./../bltImage.c:2681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Tk_ImageGetPhotoPixmap(tkImage) ^ ./../bltImage.c:2695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Tk_ImageGetPhotoGC(photoImage) ^ ./../bltImage.c:2723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TempImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltImage.c:2734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateTemporaryImage(interp, tkwin, clientData) ^ ./../bltImage.c:2754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DestroyTemporaryImage(interp, tkImage) ^ ./../bltImage.c:2769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfImage(tkImage) ^ 63 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltUnixImage.c ./../bltUnixImage.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShiftCount(mask) ^ ./../bltUnixImage.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CountBits(mask) ^ ./../bltUnixImage.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeMasks(visualPtr) ^ ./../bltUnixImage.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TrueColorPixel(visualPtr, pixelPtr) ^ ./../bltUnixImage.c:185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DirectColorPixel(colorTabPtr, pixelPtr) ^ ./../bltUnixImage.c:212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PseudoColorPixel(pixelPtr, lut) ^ ./../bltUnixImage.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageToPixmap(interp, tkwin, image, colorTablePtr) ^ ./../bltUnixImage.c:410:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XGetImageErrorProc(clientData, errEventPtr) ^ ./../bltUnixImage.c:447:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawableToColorImage(tkwin, drawable, x, y, width, height, inputGamma) ^ ./../bltUnixImage.c:577:44: warning: cast to 'char *' from smaller integer type 'unsigned int' [-Wint-to-pointer-cast] hPtr = Blt_FindHashEntry(&pixelTable, (char *)destPtr->value); ^~~~~~~~~~~~~~~~~~~~~~ ../bltHash.h:201:38: note: expanded from macro 'Blt_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, key) ^~~ ./../bltUnixImage.c:592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PhotoImageMask(tkwin, src) ^ ./../bltUnixImage.c:647:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageMask(tkwin, image) ^ ./../bltUnixImage.c:718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RotateBitmap(tkwin, srcBitmap, srcWidth, srcHeight, theta, ^ ./../bltUnixImage.c:904:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ScaleBitmap(tkwin, srcBitmap, srcWidth, srcHeight, destWidth, destHeight) ^ 14 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltPs.c ./../bltPs.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPsToken(interp, tkwin) ^ ./../bltPs.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ReleasePsToken(tokenPtr) ^ ./../bltPs.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PostScriptFromToken(tokenPtr) ^ ./../bltPs.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ScratchBufferFromToken(tokenPtr) ^ ./../bltPs.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FileToPostScript(tokenPtr, fileName) ^ ./../bltPs.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XColorToPostScript(tokenPtr, colorPtr) ^ ./../bltPs.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BackgroundToPostScript(tokenPtr, colorPtr) ^ ./../bltPs.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ForegroundToPostScript(tokenPtr, colorPtr) ^ ./../bltPs.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReverseBits(byte) ^ ./../bltPs.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ByteToHex(byte, string) ^ ./../bltPs.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BitmapDataToPostScript(tokenPtr, display, bitmap, width, height) ^ ./../bltPs.c:465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageToPsData(image, nComponents, resultPtr, prefix) ^ ./../bltPs.c:552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfAtom(tkwin, atom) ^ ./../bltPs.c:612:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XFontStructToPostScript(tkwin, fontPtr) ^ ./../bltPs.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ClearBackgroundToPostScript(tokenPtr) ^ ./../bltPs.c:708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CapStyleToPostScript(tokenPtr, capStyle) ^ ./../bltPs.c:725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_JoinStyleToPostScript(tokenPtr, joinStyle) ^ ./../bltPs.c:738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineWidthToPostScript(tokenPtr, lineWidth) ^ ./../bltPs.c:751:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineDashesToPostScript(tokenPtr, dashesPtr) ^ ./../bltPs.c:768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineAttributesToPostScript(tokenPtr, colorPtr, lineWidth, dashesPtr, ^ ./../bltPs.c:785:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RectangleToPostScript(tokenPtr, x, y, width, height) ^ ./../bltPs.c:796:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RegionToPostScript(tokenPtr, x, y, width, height) ^ ./../bltPs.c:806:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PathToPostScript(tokenPtr, screenPts, nScreenPts) ^ ./../bltPs.c:826:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PolygonToPostScript(tokenPtr, screenPts, nScreenPts) ^ ./../bltPs.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SegmentsToPostScript(tokenPtr, segPtr, nSegments) ^ ./../bltPs.c:855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RectanglesToPostScript(tokenPtr, rectArr, nRects) ^ ./../bltPs.c:874:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Draw3DRectangleToPostScript(tokenPtr, border, x, y, width, height, ^ ./../bltPs.c:967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Fill3DRectangleToPostScript(tokenPtr, border, x, y, width, height, ^ ./../bltPs.c:992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_StippleToPostScript(tokenPtr, display, bitmap) ^ ./../bltPs.c:1023:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ColorImageToPostScript(tokenPtr, image, x, y) ^ ./../bltPs.c:1077:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_WindowToPostScript(tokenPtr, tkwin, x, y) ^ ./../bltPs.c:1121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_PhotoToPostScript(tokenPtr, photo, x, y) ^ ./../bltPs.c:1161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FontToPostScript(tokenPtr, font) ^ ./../bltPs.c:1262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextLayoutToPostScript(tokenPtr, x, y, textPtr) ^ ./../bltPs.c:1359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TextToPostScript(tokenPtr, string, tsPtr, x, y) ^ ./../bltPs.c:1423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LineToPostScript(tokenPtr, pointPtr, nPoints) ^ ./../bltPs.c:1451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_BitmapToPostScript(tokenPtr, display, bitmap, scaleX, scaleY) ^ ./../bltPs.c:1476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_2DSegmentsToPostScript(psToken, segPtr, nSegments) ^ 38 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTable.c ./../bltTable.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToLimits(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTable.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetLimits(limitsPtr) ^ ./../bltTable.c:443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBoundedWidth(width, limitsPtr) ^ ./../bltTable.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetBoundedHeight(height, limitsPtr) ^ ./../bltTable.c:525:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfLimits(limitsPtr) ^ ./../bltTable.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LimitsToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTable.c:600:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToResize(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTable.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfResize(resize) ^ ./../bltTable.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTable.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToControl(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTable.c:754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfControl(control) ^ ./../bltTable.c:785:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ControlToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTable.c:799:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyArrangeTable(tablePtr) ^ ./../bltTable.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TableEventProc(clientData, eventPtr) ^ ./../bltTable.c:878:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidgetEventProc(clientData, eventPtr) ^ ./../bltTable.c:923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidgetCustodyProc(clientData, tkwin) ^ ./../bltTable.c:958:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidgetGeometryProc(clientData, tkwin) ^ ./../bltTable.c:985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindEntry(tablePtr, tkwin) ^ ./../bltTable.c:1000:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEntry(interp, tablePtr, string, entryPtrPtr) ^ ./../bltTable.c:1043:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateEntry(tablePtr, tkwin) ^ ./../bltTable.c:1121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyEntry(entryPtr) ^ ./../bltTable.c:1179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureEntry(tablePtr, interp, entryPtr, argc, argv) ^ ./../bltTable.c:1240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrintEntry(entryPtr, resultPtr) ^ ./../bltTable.c:1325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InfoEntry(interp, tablePtr, entryPtr) ^ ./../bltTable.c:1376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseRowColumn2(tablePtr, string, numberPtr) ^ ./../bltTable.c:1404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseRowColumn(tablePtr, string, numberPtr) ^ ./../bltTable.c:1440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetRowColumn(infoPtr, n) ^ ./../bltTable.c:1478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteRowColumn(tablePtr, infoPtr, rcPtr) ^ ./../bltTable.c:1531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureRowColumn(tablePtr, infoPtr, pattern, argc, argv) ^ ./../bltTable.c:1592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrintRowColumn(interp, infoPtr, rcPtr, resultPtr) ^ ./../bltTable.c:1644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InfoRowColumn(tablePtr, interp, pattern) ^ ./../bltTable.c:1701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitSpan(infoPtr, start, span) ^ ./../bltTable.c:1740:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetTable(dataPtr, interp, pathName, tablePtrPtr) ^ ./../bltTable.c:1785:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTable(dataPtr, interp, pathName) ^ ./../bltTable.c:1851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTable(tablePtr, interp, argc, argv) ^ ./../bltTable.c:1875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrintTable(tablePtr, resultPtr) ^ ./../bltTable.c:1920:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyPartitions(infoPtr) ^ ./../bltTable.c:1967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTable(dataPtr) ^ ./../bltTable.c:2013:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BinEntry(tablePtr, entryPtr) ^ ./../bltTable.c:2037:8: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTable.c:2049:37: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->row.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTable.c:2066:8: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast] key = (int)Blt_ListGetKey(node); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTable.c:2078:37: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] newNode = Blt_ListCreateNode(list, (char *)entryPtr->column.span); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTable.c:2114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseIndex(interp, string, rowPtr, columnPtr) ^ ./../bltTable.c:2176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ManageEntry(interp, tablePtr, tkwin, row, column, argc, argv) ^ ./../bltTable.c:2247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BuildTable(tablePtr, interp, argc, argv) ^ ./../bltTable.c:2358:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseItem(tablePtr, string, rowPtr, columnPtr) ^ ./../bltTable.c:2424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslateAnchor(dx, dy, anchor, xPtr, yPtr) ^ ./../bltTable.c:2487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqWidth(entryPtr) ^ ./../bltTable.c:2515:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqHeight(entryPtr) ^ ./../bltTable.c:2538:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTotalSpan(infoPtr) ^ ./../bltTable.c:2567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSpan(infoPtr, entryPtr) ^ ./../bltTable.c:2653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GrowSpan(infoPtr, entryPtr, growth) ^ ./../bltTable.c:2842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdjustPartitions(infoPtr, adjustment) ^ ./../bltTable.c:3002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResetPartitions(tablePtr, infoPtr, limitsProc) ^ ./../bltTable.c:3071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetNominalSizes(tablePtr, infoPtr) ^ ./../bltTable.c:3149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LockPartitions(infoPtr) ^ ./../bltTable.c:3186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutPartitions(tablePtr) ^ ./../bltTable.c:3331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArrangeEntries(tablePtr) ^ ./../bltTable.c:3484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArrangeTable(clientData) ^ ./../bltTable.c:3631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArrangeOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:3663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:3719:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:3811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:3890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] JoinOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4007:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExtentsOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ForgetOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InfoOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplitOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RowColumnSearch(infoPtr, x) ^ ./../bltTable.c:4440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LocateOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ContainersOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SaveOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SearchOp(dataPtr, interp, argc, argv) ^ ./../bltTable.c:4847:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TableCmd(clientData, interp, argc, argv) ^ ./../bltTable.c:4873:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (dataPtr, interp, argc, argv); ^ ./../bltTable.c:4897:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TableInterpDeleteProc(clientData, interp) ^ ./../bltTable.c:4918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTableInterpData(interp) ^ ./../bltTable.c:4955:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TableInit(interp) ^ 80 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTabnotebook.c ./../bltTabnotebook.c:843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeTag(nbPtr, tagName) ^ ./../bltTabnotebook.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WorldToScreen(nbPtr, x, y, xScreenPtr, yScreenPtr) ^ ./../bltTabnotebook.c:927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(nbPtr) ^ ./../bltTabnotebook.c:953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedrawTearoff(tabPtr) ^ ./../bltTabnotebook.c:978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltTabnotebook.c:1007:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImage(nbPtr, interp, tkwin, name) ^ ./../bltTabnotebook.c:1061:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeImage(nbPtr, imagePtr) ^ ./../bltTabnotebook.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToImage(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTabnotebook.c:1131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTabnotebook.c:1163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToWindow(clientData, interp, parent, string, widgRec, offset) ^ ./../bltTabnotebook.c:1240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WindowToString(clientData, parent, widgRec, offset, freeProcPtr) ^ ./../bltTabnotebook.c:1272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSide(clientData, interp, parent, string, widgRec, offset) ^ ./../bltTabnotebook.c:1316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SideToString(clientData, parent, widgRec, offset, freeProcPtr) ^ ./../bltTabnotebook.c:1356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSlant(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTabnotebook.c:1401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SlantToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTabnotebook.c:1426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WorldY(tabPtr) ^ ./../bltTabnotebook.c:1436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabIndex(nbPtr, tabPtr) ^ ./../bltTabnotebook.c:1482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RenumberTiers(nbPtr, tabPtr) ^ ./../bltTabnotebook.c:1532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickTab(clientData, x, y, contextPtr) ^ ./../bltTabnotebook.c:1590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabLeft(tabPtr) ^ ./../bltTabnotebook.c:1609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabRight(tabPtr) ^ ./../bltTabnotebook.c:1628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabUp(tabPtr) ^ ./../bltTabnotebook.c:1664:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabDown(tabPtr) ^ ./../bltTabnotebook.c:1725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTab(nbPtr, string, tabPtrPtr, allowNull) ^ ./../bltTabnotebook.c:1853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextOrLastTab(tabPtr) ^ ./../bltTabnotebook.c:1888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetEventProc(clientData, eventPtr) ^ ./../bltTabnotebook.c:1948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetCustodyProc(clientData, tkwin) ^ ./../bltTabnotebook.c:1997:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetGeometryProc(clientData, tkwin) ^ ./../bltTabnotebook.c:2021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTab(nbPtr, tabPtr) ^ ./../bltTabnotebook.c:2101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTab(nbPtr) ^ ./../bltTabnotebook.c:2141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltTabnotebook.c:2153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTab(nbPtr, tabPtr) ^ ./../bltTabnotebook.c:2256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TearoffEventProc(clientData, eventPtr) ^ ./../bltTabnotebook.c:2304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqWidth(tabPtr) ^ ./../bltTabnotebook.c:2336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqHeight(tabPtr) ^ ./../bltTabnotebook.c:2375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslateAnchor(dx, dy, anchor, xPtr, yPtr) ^ ./../bltTabnotebook.c:2422:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowRectangle(tabPtr, parent, tearoff, rectPtr) ^ ./../bltTabnotebook.c:2516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArrangeWindow(tkwin, rectPtr, force) ^ ./../bltTabnotebook.c:2537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTags(table, object, context, list) ^ ./../bltTabnotebook.c:2591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotebookEventProc(clientData, eventPtr) ^ ./../bltTabnotebook.c:2653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyNotebook(dataPtr) ^ ./../bltTabnotebook.c:2691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateNotebook(interp, tkwin) ^ ./../bltTabnotebook.c:2755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureNotebook(interp, nbPtr, argc, argv, flags) ^ ./../bltTabnotebook.c:2859:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:2893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:2924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:2956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:2991:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3053:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FocusOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IdOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PercentSubst(nbPtr, tabPtr, command, resultPtr) ^ ./../bltTabnotebook.c:3298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvokeOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NearestOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ViewOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdoptWindow(clientData) ^ ./../bltTabnotebook.c:3521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTearoff(dataPtr) ^ ./../bltTabnotebook.c:3554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTearoff(nbPtr, name, tabPtr) ^ ./../bltTabnotebook.c:3618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabCgetOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabConfigureOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3722:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabDockallOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3752:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabNamesOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3794:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabTearoffOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3874:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (nbPtr, interp, argc, argv); ^ ./../bltTabnotebook.c:3861:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3895:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationActivateOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3932:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationInvokeOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:3995:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (nbPtr, interp, argc, argv); ^ ./../bltTabnotebook.c:3981:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:4010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScanOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:4065:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeeOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:4113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SizeOp(nbPtr, interp, argc, argv) ^ ./../bltTabnotebook.c:4126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CountTabs(nbPtr) ^ ./../bltTabnotebook.c:4271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidenTabs(nbPtr, startPtr, nTabs, adjustment) ^ ./../bltTabnotebook.c:4314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdjustTabSizes(nbPtr, nTabs) ^ ./../bltTabnotebook.c:4392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeLayout(nbPtr) ^ ./../bltTabnotebook.c:4541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeVisibleTabs(nbPtr) ^ ./../bltTabnotebook.c:4607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw3DFolder(nbPtr, tabPtr, drawable, side, pointArr, nPoints) ^ ./../bltTabnotebook.c:4711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawLabel(nbPtr, tabPtr, drawable) ^ ./../bltTabnotebook.c:4853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawPerforation(nbPtr, tabPtr, drawable) ^ ./../bltTabnotebook.c:4962:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawFolder(nbPtr, tabPtr, drawable) ^ ./../bltTabnotebook.c:5267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawOuterBorders(nbPtr, drawable) ^ ./../bltTabnotebook.c:5318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayNotebook(clientData) ^ ./../bltTabnotebook.c:5464:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayTearoff(clientData) ^ ./../bltTabnotebook.c:5601:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotebookInstCmd(clientData, interp, argc, argv) ^ ./../bltTabnotebook.c:5617:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (nbPtr, interp, argc, argv); ^ ./../bltTabnotebook.c:5643:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotebookInstDeletedCmd(clientData) ^ ./../bltTabnotebook.c:5679:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NotebookCmd(clientData, interp, argc, argv) ^ ./../bltTabnotebook.c:5743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TabnotebookInit(interp) ^ 92 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTabset.c ./../bltTabset.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeTag(setPtr, tagName) ^ ./../bltTabset.c:863:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WorldToScreen(setPtr, x, y, xScreenPtr, yScreenPtr) ^ ./../bltTabset.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(setPtr) ^ ./../bltTabset.c:945:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedrawTearoff(tabPtr) ^ ./../bltTabset.c:970:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltTabset.c:999:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImage(setPtr, interp, tkwin, name) ^ ./../bltTabset.c:1053:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeImage(setPtr, imagePtr) ^ ./../bltTabset.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToImage(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTabset.c:1123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTabset.c:1155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToWindow(clientData, interp, parent, string, widgRec, offset) ^ ./../bltTabset.c:1232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WindowToString(clientData, parent, widgRec, offset, freeProcPtr) ^ ./../bltTabset.c:1264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSide(clientData, interp, parent, string, widgRec, offset) ^ ./../bltTabset.c:1308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SideToString(clientData, parent, widgRec, offset, freeProcPtr) ^ ./../bltTabset.c:1348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToSlant(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltTabset.c:1393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SlantToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltTabset.c:1418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WorldY(tabPtr) ^ ./../bltTabset.c:1428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabIndex(setPtr, tabPtr) ^ ./../bltTabset.c:1474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RenumberTiers(setPtr, tabPtr) ^ ./../bltTabset.c:1520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabExists(setPtr, string) ^ ./../bltTabset.c:1548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTabByName(setPtr, string, tabPtrPtr) ^ ./../bltTabset.c:1582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickTab(clientData, x, y, contextPtr) ^ ./../bltTabset.c:1638:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabLeft(tabPtr) ^ ./../bltTabset.c:1659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabRight(tabPtr) ^ ./../bltTabset.c:1680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabUp(tabPtr) ^ ./../bltTabset.c:1715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabDown(tabPtr) ^ ./../bltTabset.c:1775:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTabByIndex(setPtr, string, tabPtrPtr, allowNull) ^ ./../bltTabset.c:1900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NextOrLastTab(tabPtr) ^ ./../bltTabset.c:1935:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetEventProc(clientData, eventPtr) ^ ./../bltTabset.c:1995:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetCustodyProc(clientData, tkwin) ^ ./../bltTabset.c:2044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EmbeddedWidgetGeometryProc(clientData, tkwin) ^ ./../bltTabset.c:2068:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTab(setPtr, tabPtr) ^ ./../bltTabset.c:2148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTab(setPtr, name) ^ ./../bltTabset.c:2187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltTabset.c:2199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTab(setPtr, tabPtr) ^ ./../bltTabset.c:2302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TearoffEventProc(clientData, eventPtr) ^ ./../bltTabset.c:2350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqWidth(tabPtr) ^ ./../bltTabset.c:2382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetReqHeight(tabPtr) ^ ./../bltTabset.c:2421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslateAnchor(dx, dy, anchor, xPtr, yPtr) ^ ./../bltTabset.c:2468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowRectangle(tabPtr, parent, tearoff, rectPtr) ^ ./../bltTabset.c:2562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ArrangeWindow(tkwin, rectPtr, force) ^ ./../bltTabset.c:2583:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTags(table, object, context, list) ^ ./../bltTabset.c:2637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabsetEventProc(clientData, eventPtr) ^ ./../bltTabset.c:2699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTabset(dataPtr) ^ ./../bltTabset.c:2737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTabset(interp, tkwin) ^ ./../bltTabset.c:2801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTabset(interp, setPtr, argc, argv, flags) ^ ./../bltTabset.c:2904:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ActivateOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:2975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FocusOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PercentSubst(setPtr, tabPtr, command, resultPtr) ^ ./../bltTabset.c:3428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvokeOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NearestOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ViewOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3632:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdoptWindow(clientData) ^ ./../bltTabset.c:3648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTearoff(dataPtr) ^ ./../bltTabset.c:3681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTearoff(setPtr, name, tabPtr) ^ ./../bltTabset.c:3745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabCgetOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3784:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabConfigureOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3849:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabDockallOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabPageHeight(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabPageWidth(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3922:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabNamesOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:3964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabTearoffOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4046:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (setPtr, interp, argc, argv); ^ ./../bltTabset.c:4033:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4068:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationActivateOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationInvokeOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4168:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (setPtr, interp, argc, argv); ^ ./../bltTabset.c:4154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PerforationOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScanOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeeOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SizeOp(setPtr, interp, argc, argv) ^ ./../bltTabset.c:4296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CountTabs(setPtr) ^ ./../bltTabset.c:4441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WidenTabs(setPtr, startPtr, nTabs, adjustment) ^ ./../bltTabset.c:4484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AdjustTabSizes(setPtr, nTabs) ^ ./../bltTabset.c:4562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeLayout(setPtr) ^ ./../bltTabset.c:4711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeVisibleTabs(setPtr) ^ ./../bltTabset.c:4777:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw3DFolder(setPtr, tabPtr, drawable, side, pointArr, nPoints) ^ ./../bltTabset.c:4835:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawLabel(setPtr, tabPtr, drawable) ^ ./../bltTabset.c:4976:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawPerforation(setPtr, tabPtr, drawable) ^ ./../bltTabset.c:5085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawFolder(setPtr, tabPtr, drawable) ^ ./../bltTabset.c:5393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawOuterBorders(setPtr, drawable) ^ ./../bltTabset.c:5444:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayTabset(clientData) ^ ./../bltTabset.c:5590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayTearoff(clientData) ^ ./../bltTabset.c:5728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabsetInstCmd(clientData, interp, argc, argv) ^ ./../bltTabset.c:5744:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (setPtr, interp, argc, argv); ^ ./../bltTabset.c:5770:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabsetInstDeletedCmd(clientData) ^ ./../bltTabset.c:5806:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TabsetCmd(clientData, interp, argc, argv) ^ ./../bltTabset.c:5869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TabsetInit(interp) ^ 96 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltText.c ./../bltText.c:38:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawTextLayout(display, drawable, gc, font, x, y, textPtr) ^ ./../bltText.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetTextLayout(string, tsPtr) ^ ./../bltText.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetTextExtents(tsPtr, string, widthPtr, heightPtr) ^ ./../bltText.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetBoundingBox(width, height, theta, rotWidthPtr, rotHeightPtr, bbox) ^ ./../bltText.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TranslateAnchor(x, y, width, height, anchor, transXPtr, transYPtr) ^ ./../bltText.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TranslatePoint(pointPtr, width, height, anchor) ^ ./../bltText.c:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_CreateTextBitmap(tkwin, textPtr, tsPtr, bmWidthPtr, bmHeightPtr) ^ ./../bltText.c:571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitTextStyle(tsPtr) ^ ./../bltText.c:590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetDrawTextStyle(tsPtr, font, gc, normalColor, activeColor, shadowColor, ^ ./../bltText.c:615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetPrintTextStyle(tsPtr, font, fgColor, activeColor, shadowColor, theta, ^ ./../bltText.c:661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawTextLayout(tkwin, drawable, textPtr, tsPtr, x, y) ^ ./../bltText.c:800:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawText2(tkwin, drawable, string, tsPtr, x, y, areaPtr) ^ ./../bltText.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DrawText(tkwin, drawable, string, tsPtr, x, y) ^ ./../bltText.c:855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetBitmapGC(tkwin) ^ ./../bltText.c:889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResetTextStyle(tkwin, tsPtr) ^ ./../bltText.c:911:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeTextStyle(display, tsPtr) ^ 16 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTile.c ./../bltTile.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RedrawTile(tkwin, tilePtr) ^ ./../bltTile.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateTile(clientData) ^ ./../bltTile.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageChangedProc(clientData, x, y, width, height, imageWidth, imageHeight) ^ ./../bltTile.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTileInterpData(interp) ^ ./../bltTile.c:1055:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RectangleMask(display, drawable, x, y, width, height, mask, xOrigin, yOrigin) ^ ./../bltTile.c:1187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PolygonMask(display, pointArr, nPoints, regionPtr, mask, xOrigin, yOrigin) ^ 6 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeView.c ./../bltTreeView.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ObjToSeparator(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltTreeView.c:1058:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTreeView.c:1061:28: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^~~~~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltTreeView.c:1087:16: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] refCount = (int)Blt_GetHashValue(hPtr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltTreeView.c:1090:25: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] Blt_SetHashValue(hPtr, (ClientData)refCount); ^~~~~~~~~~~~~~~~~~~~ ../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue' #define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value)) ^~~~~ ./../bltTreeView.c:4708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewDrawHeadings(tvPtr, drawable) ^ ./../bltTreeView.c:4735:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawTreeView(tvPtr, drawable, x) ^ ./../bltTreeView.c:4797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewDrawOuterBorders(tvPtr, drawable) ^ ./../bltTreeView.c:5054:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TreeViewObjCmd(clientData, interp, objc, objv) ^ 9 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeViewCmd.c ./../bltTreeViewCmd.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SkipSeparators(path, separator, length) ^ ./../bltTreeViewCmd.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteNode(tvPtr, node) ^ ./../bltTreeViewCmd.c:145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SplitPath(tvPtr, path, depthPtr, compPtrPtr) ^ ./../bltTreeViewCmd.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LastEntry(tvPtr, entryPtr, mask) ^ ./../bltTreeViewCmd.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShowEntryApplyProc(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideEntryApplyProc(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapAncestors(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapAncestorsApplyProc(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindPath(tvPtr, rootPtr, path) ^ ./../bltTreeViewCmd.c:411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NodeToObj(node) ^ ./../bltTreeViewCmd.c:422:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEntryFromSpecialId(tvPtr, string, entryPtrPtr) ^ ./../bltTreeViewCmd.c:594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTagInfo(tvPtr, tagName, infoPtr) ^ ./../bltTreeViewCmd.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetTags(interp, tvPtr, entryPtr, list) ^ ./../bltTreeViewCmd.c:665:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AddTag(tvPtr, node, tagName) ^ ./../bltTreeViewCmd.c:704:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewFirstTaggedEntry(infoPtr) ^ ./../bltTreeViewCmd.c:711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewFindTaggedEntries(tvPtr, objPtr, infoPtr) ^ ./../bltTreeViewCmd.c:743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewNextTaggedEntry(infoPtr) ^ ./../bltTreeViewCmd.c:809:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEntryFromObj2(tvPtr, objPtr, entryPtrPtr) ^ ./../bltTreeViewCmd.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetEntryFromObj(tvPtr, objPtr, entryPtrPtr) ^ ./../bltTreeViewCmd.c:876:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetEntry(tvPtr, objPtr, entryPtrPtr) ^ ./../bltTreeViewCmd.c:898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetNthNode(parent, position) ^ ./../bltTreeViewCmd.c:938:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewPercentSubst(tvPtr, entryPtr, command, resultPtr) ^ ./../bltTreeViewCmd.c:1016:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectEntryApplyProc(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:1061:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyInvokeSelectCmd(tvPtr) ^ ./../bltTreeViewCmd.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewPruneSelection(tvPtr, rootPtr) ^ ./../bltTreeViewCmd.c:1131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FocusOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BboxOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawButton(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:1351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonActivateOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonBindOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonCgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1454:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1516:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewCmd.c:1502:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CurselectionOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1713:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BindOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EditOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1846:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryActivateOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryCgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:1940:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2003:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryIsBeforeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2030:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryIsHiddenOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2057:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryIsOpenOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2076:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryChildrenOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryDeleteOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntrySizeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2348:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewCmd.c:2334:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ExactCompare(interp, name, pattern) ^ ./../bltTreeViewCmd.c:2364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GlobCompare(interp, name, pattern) ^ ./../bltTreeViewCmd.c:2373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegexpCompare(interp, name, pattern) ^ ./../bltTreeViewCmd.c:2395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2682:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:2767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SearchAndApplyToTree(tvPtr, interp, objc, objv, proc, nonMatchPtr) ^ ./../bltTreeViewCmd.c:2948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FixSelectionsApplyProc(tvPtr, entryPtr) ^ ./../bltTreeViewCmd.c:2992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ShowOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3076:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3542:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NearestOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OpenOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3784:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RangeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3865:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScanOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:3930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SeeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4051:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewClearSelection(tvPtr) ^ ./../bltTreeViewCmd.c:4081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LostSelection(clientData) ^ ./../bltTreeViewCmd.c:4107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectRange(tvPtr, fromPtr, toPtr) ^ ./../bltTreeViewCmd.c:4161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionAnchorOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionClearallOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionIncludesOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionMarkOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionPresentOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionSetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4466:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewCmd.c:4452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagForgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4502:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagNamesOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagNodesOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4605:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagAddOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4662:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagDeleteOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4728:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc)(tvPtr, interp, objc, objv); ^ ./../bltTreeViewCmd.c:4714:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TagOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToggleOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XViewOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4813:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] YViewOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewWidgetInstCmd(clientData, interp, objc, objv) ^ ./../bltTreeViewCmd.c:4918:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ 92 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeViewColumn.c ./../bltTreeViewColumn.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ObjToColumn(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltTreeViewColumn.c:296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnToObj(clientData, interp, tkwin, widgRec, offset) ^ ./../bltTreeViewColumn.c:328:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ObjToData(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltTreeViewColumn.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DataToObj(clientData, interp, tkwin, widgRec, offset) ^ ./../bltTreeViewColumn.c:413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetColumn(interp, tvPtr, objPtr, columnPtrPtr) ^ ./../bltTreeViewColumn.c:458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ObjToStyle(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltTreeViewColumn.c:494:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleToObj(clientData, interp, tkwin, widgRec, offset) ^ ./../bltTreeViewColumn.c:511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeStyle(clientData, display, widgRec, offset) ^ ./../bltTreeViewColumn.c:524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewUpdateColumnGCs(tvPtr, columnPtr) ^ ./../bltTreeViewColumn.c:630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyColumn(tvPtr, columnPtr) ^ ./../bltTreeViewColumn.c:669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewDestroyColumns(tvPtr) ^ ./../bltTreeViewColumn.c:689:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewCreateColumn(tvPtr, columnPtr, name, defTitle) ^ ./../bltTreeViewColumn.c:726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateColumn(tvPtr, nameObjPtr, objc, objv) ^ ./../bltTreeViewColumn.c:754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewNearestColumn(tvPtr, x, y, contextPtr) ^ ./../bltTreeViewColumn.c:801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnActivateOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:849:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnBindOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:877:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnCgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnDeleteOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1032:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnInsertOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnCurrentOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnInvokeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnNamesOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnNearestOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateMark(tvPtr, newMark) ^ ./../bltTreeViewColumn.c:1332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeActivateOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeAnchorOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeMarkOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResizeSetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1481:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewColumn.c:1467:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColumnResizeOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1513:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewColumnOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1527:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewColumn.c:1533:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvokeCompare(tvPtr, e1Ptr, e2Ptr, command) ^ ./../bltTreeViewColumn.c:1575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareEntries(a, b) ^ ./../bltTreeViewColumn.c:1673:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompareNodes(n1Ptr, n2Ptr) ^ ./../bltTreeViewColumn.c:1721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortAutoOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1759:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortCgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1831:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortOnceOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1899:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewSortOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewColumn.c:1913:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tvPtr, interp, objc, objv); ^ ./../bltTreeViewColumn.c:1931:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SortApplyProc(node, clientData, order) ^ ./../bltTreeViewColumn.c:1954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewSortFlatView(tvPtr) ^ ./../bltTreeViewColumn.c:2035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewSortTreeView(tvPtr) ^ 45 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeViewEdit.c ./../bltTreeViewEdit.c:295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(tbPtr) ^ ./../bltTreeViewEdit.c:323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BlinkCursorProc(clientData) ^ ./../bltTreeViewEdit.c:359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextboxEventProc(clientData, eventPtr) ^ ./../bltTreeViewEdit.c:425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextboxLostSelectionProc(clientData) ^ ./../bltTreeViewEdit.c:437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PointerToIndex(tbPtr, x, y) ^ ./../bltTreeViewEdit.c:511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexToPointer(tbPtr) ^ ./../bltTreeViewEdit.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UpdateLayout(tbPtr) ^ ./../bltTreeViewEdit.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertText(tbPtr, insertText, insertPos, nBytes) ^ ./../bltTreeViewEdit.c:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteText(tbPtr, firstPos, lastPos) ^ ./../bltTreeViewEdit.c:735:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AcquireText(tvPtr, tbPtr, entryPtr, columnPtr) ^ ./../bltTreeViewEdit.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetIndexFromObj(interp, tbPtr, objPtr, indexPtr) ^ ./../bltTreeViewEdit.c:914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectText(tbPtr, textPos) ^ ./../bltTreeViewEdit.c:969:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextboxSelectionProc(clientData, offset, buffer, maxBytes) ^ ./../bltTreeViewEdit.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTextbox(data) ^ ./../bltTreeViewEdit.c:1017:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTextbox(tbPtr) ^ ./../bltTreeViewEdit.c:1050:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewTextbox(tvPtr, entryPtr, columnPtr) ^ ./../bltTreeViewEdit.c:1118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayTextbox(clientData) ^ ./../bltTreeViewEdit.c:1270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ApplyOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CancelOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IcursorOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IndexOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionAdjustOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionClearOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionFromOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1624:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionPresentOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionRangeOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionToOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1718:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tbPtr, interp, objc, objv); ^ ./../bltTreeViewEdit.c:1704:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectionOp(tbPtr, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TextboxCmd(clientData, interp, objc, objv) ^ ./../bltTreeViewEdit.c:1764:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (tbPtr, interp, objc, objv); ^ 35 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTreeViewStyle.c ./../bltTreeViewStyle.c:436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ObjToIcon(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltTreeViewStyle.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IconToObj(clientData, interp, tkwin, widgRec, offset) ^ ./../bltTreeViewStyle.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeIcon(clientData, display, widgRec, offset) ^ ./../bltTreeViewStyle.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTextBox(tvPtr, hPtr) ^ ./../bltTreeViewStyle.c:581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTextBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MeasureTextBox(tvPtr, stylePtr, valuePtr) ^ ./../bltTreeViewStyle.c:705:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawTextBox(tvPtr, drawable, entryPtr, valuePtr, stylePtr, x, y) ^ ./../bltTreeViewStyle.c:850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EditTextBox(tvPtr, entryPtr, valuePtr, stylePtr) ^ ./../bltTreeViewStyle.c:856:12: warning: call to undeclared function 'Blt_TreeViewTextbox'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr); ^ ./../bltTreeViewStyle.c:879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeTextBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:913:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateCheckBox(tvPtr, hPtr) ^ ./../bltTreeViewStyle.c:951:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureCheckBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1036:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MeasureCheckBox(tvPtr, stylePtr, valuePtr) ^ ./../bltTreeViewStyle.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawCheckBox(tvPtr, drawable, entryPtr, valuePtr, stylePtr, x, y) ^ ./../bltTreeViewStyle.c:1280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^ ./../bltTreeViewStyle.c:1333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EditCheckBox(tvPtr, entryPtr, valuePtr, stylePtr) ^ ./../bltTreeViewStyle.c:1381:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeCheckBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateComboBox(tvPtr, hPtr) ^ ./../bltTreeViewStyle.c:1468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureComboBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MeasureComboBox(tvPtr, stylePtr, valuePtr) ^ ./../bltTreeViewStyle.c:1596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawComboBox(tvPtr, drawable, entryPtr, valuePtr, stylePtr, x, y) ^ ./../bltTreeViewStyle.c:1743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PickComboBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^ ./../bltTreeViewStyle.c:1783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EditComboBox(tvPtr, entryPtr, valuePtr, stylePtr) ^ ./../bltTreeViewStyle.c:1789:12: warning: call to undeclared function 'Blt_TreeViewTextbox'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr); ^ ./../bltTreeViewStyle.c:1811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeComboBox(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetStyle(interp, tvPtr, styleName) ^ ./../bltTreeViewStyle.c:1851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetStyle(interp, tvPtr, styleName, stylePtrPtr) ^ ./../bltTreeViewStyle.c:1869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateStyle(interp, tvPtr, type, styleName, objc, objv) ^ ./../bltTreeViewStyle.c:1917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewUpdateStyleGCs(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewCreateStyle(interp, tvPtr, type, styleName) ^ ./../bltTreeViewStyle.c:1940:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewFreeStyle(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:1970:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewSetStyleIcon(tvPtr, stylePtr, icon) ^ ./../bltTreeViewStyle.c:1984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetStyleGC(stylePtr) ^ ./../bltTreeViewStyle.c:1992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetStyleBorder(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:2005:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetStyleFont(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:2018:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewGetStyleFg(tvPtr, stylePtr) ^ ./../bltTreeViewStyle.c:2031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawValue(tvPtr, entryPtr, valuePtr) ^ ./../bltTreeViewStyle.c:2130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleActivateOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleCgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleCheckBoxOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleComboBoxOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleConfigureOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleForgetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleHighlightOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleNamesOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleSetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleTextBoxOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StyleUnsetOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TreeViewStyleOp(tvPtr, interp, objc, objv) ^ ./../bltTreeViewStyle.c:2671:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc)(tvPtr, interp, objc, objv); ^ ./../bltTreeViewStyle.c:1280:1: warning: unused function 'PickCheckBox' [-Wunused-function] PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^ 51 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltUnixDnd.c ./../bltUnixDnd.c:646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToCursors(clientData, interp, tkwin, string, widgRec, offset) ^ ./../bltUnixDnd.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CursorsToString(clientData, tkwin, widgRec, offset, freeProcPtr) ^ ./../bltUnixDnd.c:730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PrintList(list) ^ ./../bltUnixDnd.c:746:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XSendEventErrorProc(clientData, errEventPtr) ^ ./../bltUnixDnd.c:757:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendClientMsg(display, window, mesgAtom, data0, data1, data2, data3, data4) ^ ./../bltUnixDnd.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowZOrder(display, window) ^ ./../bltUnixDnd.c:835:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetMaxPropertySize(display) ^ ./../bltUnixDnd.c:856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetProperty(display, window, atom) ^ ./../bltUnixDnd.c:903:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetProperty(tkwin, atom, data) ^ ./../bltUnixDnd.c:927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowRegion(display, windowPtr) ^ ./../bltUnixDnd.c:956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindTopWindow(dndPtr, x, y) ^ ./../bltUnixDnd.c:1018:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWidgetCursor(interp, tkwin) ^ ./../bltUnixDnd.c:1057:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfStatus(status) ^ ./../bltUnixDnd.c:1087:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NameOfAction(action) ^ ./../bltUnixDnd.c:1120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetAction(string) ^ ./../bltUnixDnd.c:1154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetDragResult(interp, string) ^ ./../bltUnixDnd.c:1172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AnimateActiveCursor(clientData) ^ ./../bltUnixDnd.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StartActiveCursor(dndPtr) ^ ./../bltUnixDnd.c:1210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StopActiveCursor(dndPtr) ^ ./../bltUnixDnd.c:1242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedrawToken(dndPtr) ^ ./../bltUnixDnd.c:1266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RaiseToken(dndPtr) ^ ./../bltUnixDnd.c:1293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayToken(clientData) ^ ./../bltUnixDnd.c:1335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FadeToken(dndPtr) ^ ./../bltUnixDnd.c:1385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SnapToken(dndPtr) ^ ./../bltUnixDnd.c:1421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HideToken(dndPtr) ^ ./../bltUnixDnd.c:1463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MorphToken(dndPtr) ^ ./../bltUnixDnd.c:1516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTokenPosition(dndPtr, x, y) ^ ./../bltUnixDnd.c:1559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveToken(dndPtr) ^ ./../bltUnixDnd.c:1584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChangeToken(dndPtr, status) ^ ./../bltUnixDnd.c:1633:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawRejectSymbol(dndPtr) ^ ./../bltUnixDnd.c:1701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyToken(data) ^ ./../bltUnixDnd.c:1743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenEventProc(clientData, eventPtr) ^ ./../bltUnixDnd.c:1776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateToken(interp, dndPtr) ^ ./../bltUnixDnd.c:1824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureToken(interp, dndPtr, argc, argv, flags) ^ ./../bltUnixDnd.c:1888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetFormattedData(dndPtr, format, timestamp, resultPtr) ^ ./../bltUnixDnd.c:1950:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyDnd(data) ^ ./../bltUnixDnd.c:2041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetDnd(clientData, interp, pathName, dndPtrPtr) ^ ./../bltUnixDnd.c:2077:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateDnd(interp, tkwin) ^ ./../bltUnixDnd.c:2096:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureDnd(interp, dndPtr) ^ ./../bltUnixDnd.c:2176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendRestrictProc(clientData, eventPtr) ^ ./../bltUnixDnd.c:2213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendTimerProc(clientData) ^ ./../bltUnixDnd.c:2239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TargetPropertyEventProc(clientData, eventPtr) ^ ./../bltUnixDnd.c:2325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CompleteDataTransaction(dndPtr, format, pendingPtr) ^ ./../bltUnixDnd.c:2430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SourcePropertyEventProc(clientData, eventPtr) ^ ./../bltUnixDnd.c:2507:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendDataToTarget(dndPtr, pendingPtr) ^ ./../bltUnixDnd.c:2557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DoDrop(dndPtr, eventPtr) ^ ./../bltUnixDnd.c:2603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DropFinished(dndPtr, eventPtr) ^ ./../bltUnixDnd.c:2645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeFormats(dndPtr) ^ ./../bltUnixDnd.c:2656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetSourceFormats(dndPtr, window, timestamp) ^ ./../bltUnixDnd.c:2681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvokeCallback(dndPtr, cmd, x, y, formats, button, keyState, timestamp) ^ ./../bltUnixDnd.c:2781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AcceptDrop(dndPtr, x, y, formats, button, keyState, timestamp) ^ ./../bltUnixDnd.c:2901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HandleDropEvent(dndPtr, eventPtr) ^ ./../bltUnixDnd.c:3005:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HandleDragEvent(dndPtr, eventPtr) ^ ./../bltUnixDnd.c:3062:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DndEventProc(clientData, eventPtr) ^ ./../bltUnixDnd.c:3132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SendPointerMessage(dndPtr, eventType, windowPtr, x, y) ^ ./../bltUnixDnd.c:3152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RelayEnterEvent(dndPtr, windowPtr, x, y) ^ ./../bltUnixDnd.c:3163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RelayLeaveEvent(dndPtr, windowPtr, x, y) ^ ./../bltUnixDnd.c:3174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RelayMotionEvent(dndPtr, windowPtr, x, y) ^ ./../bltUnixDnd.c:3185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RelayDropEvent(dndPtr, windowPtr, x, y) ^ ./../bltUnixDnd.c:3201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FreeWinfo(windowPtr) ^ ./../bltUnixDnd.c:3236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWinfo(display, windowPtr) ^ ./../bltUnixDnd.c:3304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InitRoot(dndPtr) ^ ./../bltUnixDnd.c:3319:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseProperty(interp, dndPtr, windowPtr, data) ^ ./../bltUnixDnd.c:3420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] OverTarget(dndPtr) ^ ./../bltUnixDnd.c:3504:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AddTargetProperty(dndPtr) ^ ./../bltUnixDnd.c:3546:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CancelDrag(dndPtr) ^ ./../bltUnixDnd.c:3566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DragInit(dndPtr, x, y) ^ ./../bltUnixDnd.c:3700:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CancelOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:3734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:3760:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:3812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeleteOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:3855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:3934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DragOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4043:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DropOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetdataOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] NamesOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PullOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetdataOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4417:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RegisterOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenWindowOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenCgetOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4528:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenConfigureOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4590:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltUnixDnd.c:4577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TokenOp(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4627:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DndCmd(clientData, interp, argc, argv) ^ ./../bltUnixDnd.c:4640:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltUnixDnd.c:4662:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DndInterpDeleteProc(clientData, interp) ^ ./../bltUnixDnd.c:4683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetDndInterpData(interp) ^ ./../bltUnixDnd.c:4737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DndInit(interp) ^ ./../bltUnixDnd.c:1463:1: warning: function 'MorphToken' is not needed and will not be emitted [-Wunneeded-internal-declaration] MorphToken(dndPtr) ^ 90 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltWindow.c ./../bltWindow.c:859:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetParent(display, window) ^ ./../bltWindow.c:875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowId(tkwin) ^ ./../bltWindow.c:915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DoConfigureNotify(winPtr) ^ ./../bltWindow.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MakeTransparentWindowExist(tkwin, parent, isBusy) ^ ./../bltWindow.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FindChild(parent, name) ^ ./../bltWindow.c:1138:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FirstChild(parent) ^ ./../bltWindow.c:1165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NextChild(tkwin) ^ ./../bltWindow.c:1193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UnlinkWindow(winPtr) ^ ./../bltWindow.c:1242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RelinkWindow(tkwin, newParent, x, y) ^ ./../bltWindow.c:1294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RelinkWindow2(tkwin, window, newParent, x, y) ^ ./../bltWindow.c:1327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_UnlinkWindow(tkwin) ^ ./../bltWindow.c:1359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Toplevel(tkwin) ^ ./../bltWindow.c:1369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RootCoordinates(tkwin, x, y, rootXPtr, rootYPtr) ^ ./../bltWindow.c:1390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RootX(tkwin) ^ ./../bltWindow.c:1405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RootY(tkwin) ^ ./../bltWindow.c:1571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetRealWindowId(tkwin) ^ ./../bltWindow.c:1588:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_RaiseToplevel(tkwin) ^ ./../bltWindow.c:1605:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_LowerToplevel(tkwin) ^ ./../bltWindow.c:1622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ResizeToplevel(tkwin, width, height) ^ ./../bltWindow.c:1640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MoveResizeToplevel(tkwin, x, y, width, height) ^ ./../bltWindow.c:1659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MoveToplevel(tkwin, x, y) ^ ./../bltWindow.c:1677:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_MapToplevel(tkwin) ^ ./../bltWindow.c:1694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_UnmapToplevel(tkwin) ^ ./../bltWindow.c:1702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XReparentWindowErrorProc(clientData, errEventPtr) ^ ./../bltWindow.c:1713:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ReparentWindow(display, window, newParent, x, y) ^ ./../bltWindow.c:1782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SetWindowInstanceData(tkwin, instanceData) ^ ./../bltWindow.c:1792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetWindowInstanceData(tkwin) ^ ./../bltWindow.c:1801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_DeleteWindowInstanceData(tkwin) ^ 28 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltObjConfig.c ./../bltObjConfig.c:368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPositionFromObj(interp, objPtr, indexPtr) ^ ./../bltObjConfig.c:410:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPixelsFromObj(interp, tkwin, objPtr, check, valuePtr) ^ ./../bltObjConfig.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetPadFromObj(interp, tkwin, objPtr, padPtr) ^ ./../bltObjConfig.c:488:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetShadowFromObj(interp, tkwin, objPtr, shadowPtr) ^ ./../bltObjConfig.c:532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetStateFromObj(interp, objPtr, statePtr) ^ ./../bltObjConfig.c:555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfState(state) ^ ./../bltObjConfig.c:619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetFillFromObj(interp, objPtr, fillPtr) ^ ./../bltObjConfig.c:668:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetDashesFromObj(interp, objPtr, dashesPtr) ^ ./../bltObjConfig.c:736:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_NameOfSide(side) ^ ./../bltObjConfig.c:765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_GetSideFromObj(interp, objPtr, sidePtr) ^ ./../bltObjConfig.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ObjToEnum(clientData, interp, tkwin, objPtr, widgRec, offset) ^ ./../bltObjConfig.c:858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_EnumToObj(clientData, interp, tkwin, widgRec, offset) ^ ./../bltObjConfig.c:1228:10: warning: cast to smaller integer type 'unsigned int' from 'Blt_CustomOption *' (aka 'struct Blt_CustomOption *') [-Wpointer-to-int-cast] flag = (unsigned int)specPtr->customPtr; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltObjConfig.c:901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DoConfig(interp, tkwin, specPtr, objPtr, widgRec) ^ ./../bltObjConfig.c:1503:29: warning: cast to smaller integer type 'unsigned int' from 'Blt_CustomOption *' (aka 'struct Blt_CustomOption *') [-Wpointer-to-int-cast] flag = (*(int *)ptr) & (unsigned int)specPtr->customPtr; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltObjConfig.c:1408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FormatConfigValue(interp, tkwin, specPtr, widgRec) ^ ./../bltObjConfig.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FormatConfigInfo(interp, tkwin, specPtr, widgRec) ^ ./../bltObjConfig.c:1671:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindConfigSpec(interp, specs, objPtr, needFlags, hateFlags) ^ ./../bltObjConfig.c:1776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureWidgetFromObj(interp, tkwin, specs, objc, objv, widgRec, flags) ^ ./../bltObjConfig.c:1961:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureInfoFromObj(interp, tkwin, specs, widgRec, objPtr, flags) ^ ./../bltObjConfig.c:2049:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureValueFromObj(interp, tkwin, specs, widgRec, objPtr, flags) ^ ./../bltObjConfig.c:2097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FreeObjOptions(specs, widgRec, display, needFlags) ^ ./../bltObjConfig.c:2258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ConfigureComponentFromObj(interp, parent, name, className, specsPtr, ^ ./../bltObjConfig.c:2320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ObjIsOption(specs, objPtr, flags) ^ 24 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltWinop.c ./../bltWinop.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetRealizedWindow(interp, string, tkwinPtr) ^ ./../bltWinop.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StringToWindow(interp, string) ^ ./../bltWinop.c:132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XGeometryErrorProc(clientData, errEventPtr) ^ ./../bltWinop.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetWindowSize(interp, window, widthPtr, heightPtr) ^ ./../bltWinop.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ColormapOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LowerOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RaiseOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MoveOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UnmapOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ChangesOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:410:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QueryOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WarpToOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:504:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConvolveOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:578:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QuantizeOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReadJPEGOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GradientOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ResampleOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RotateOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:904:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SnapOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:939:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SubsampleOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:1049:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc - 1, argv + 1); ^ ./../bltWinop.c:1035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ImageOp(clientData, interp, argc, argv) ^ ./../bltWinop.c:1086:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WinopCmd(clientData, interp, argc, argv) ^ ./../bltWinop.c:1100:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltWinop.c:1105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_WinopInit(interp) ^ 26 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../tkButton.c ./../tkButton.c:630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonCmd(clientData, interp, argc, argv) ^ ./../tkButton.c:641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CheckbuttonCmd(clientData, interp, argc, argv) ^ ./../tkButton.c:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LabelCmd(clientData, interp, argc, argv) ^ ./../tkButton.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RadiobuttonCmd(clientData, interp, argc, argv) ^ ./../tkButton.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonCreate(clientData, interp, argc, argv, type) ^ ./../tkButton.c:823:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonWidgetCmd(clientData, interp, argc, argv) ^ ./../tkButton.c:985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyButton(butPtr) ^ ./../tkButton.c:1041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../tkButton.c:1080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureButton(interp, butPtr, argc, argv, flags) ^ ./../tkButton.c:1360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayButton(clientData) ^ ./../tkButton.c:1646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeButtonGeometry(butPtr) ^ ./../tkButton.c:1759:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonEventProc(clientData, eventPtr) ^ ./../tkButton.c:1827:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonCmdDeletedProc(clientData) ^ ./../tkButton.c:1870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InvokeButton(butPtr) ^ ./../tkButton.c:1919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonVarProc(clientData, interp, name1, name2, flags) ^ ./../tkButton.c:1992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonTextVarProc(clientData, interp, name1, name2, flags) ^ ./../tkButton.c:2056:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonImageProc(clientData, x, y, width, height, imgWidth, imgHeight) ^ ./../tkButton.c:2095:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ButtonSelectImageProc(clientData, x, y, width, height, imgWidth, imgHeight) ^ ./../tkButton.c:2118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ButtonInit(interp) ^ 19 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../tkFrame.c ./../tkFrame.c:277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FrameCmd(clientData, interp, argc, argv) ^ ./../tkFrame.c:288:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ToplevelCmd(clientData, interp, argc, argv) ^ ./../tkFrame.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TkCreateFrame(clientData, interp, argc, argv, toplevel, appName) ^ ./../tkFrame.c:557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FrameWidgetCmd(clientData, interp, argc, argv) ^ ./../tkFrame.c:660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyFrame(memPtr) ^ ./../tkFrame.c:688:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../tkFrame.c:724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureFrame(interp, framePtr, argc, argv, flags) ^ ./../tkFrame.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayFrame(clientData) ^ ./../tkFrame.c:876:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FrameEventProc(clientData, eventPtr) ^ ./../tkFrame.c:964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FrameCmdDeletedProc(clientData) ^ ./../tkFrame.c:1010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MapFrame(clientData) ^ ./../tkFrame.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_FrameInit(interp) ^ 12 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltScrollbar.c ./../bltScrollbar.c:330:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollbarCmd(clientData, interp, argc, argv) ^ ./../bltScrollbar.c:435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollbarWidgetCmd(clientData, interp, argc, argv) ^ ./../bltScrollbar.c:731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyScrollbar(memPtr) ^ ./../bltScrollbar.c:772:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TileChangedProc(clientData, tile) ^ ./../bltScrollbar.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureScrollbar(interp, scrollPtr, argc, argv, flags) ^ ./../bltScrollbar.c:896:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayScrollbar(clientData) ^ ./../bltScrollbar.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollbarEventProc(clientData, eventPtr) ^ ./../bltScrollbar.c:1214:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollbarCmdDeletedProc(clientData) ^ ./../bltScrollbar.c:1255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ComputeScrollbarGeometry(scrollPtr) ^ ./../bltScrollbar.c:1338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ScrollbarPosition(scrollPtr, x, y) ^ ./../bltScrollbar.c:1398:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(scrollPtr) ^ ./../bltScrollbar.c:1411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_ScrollbarInit(interp) ^ 12 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include ./../bltTed.c ./../bltTed.c:335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedraw(tedPtr) ^ ./../bltTed.c:364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EventuallyRedrawEntry(repPtr) ^ ./../bltTed.c:391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EntryEventProc(clientData, eventPtr) ^ ./../bltTed.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TedEventProc(clientData, eventPtr) ^ ./../bltTed.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateGrid(tedPtr) ^ ./../bltTed.c:493:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateEventWindow(tedPtr) ^ ./../bltTed.c:552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateEntry(tedPtr, entryPtr) ^ ./../bltTed.c:600:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyEntry(data) ^ ./../bltTed.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayEntry(clientData) ^ ./../bltTed.c:700:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FindEditor(clientData, interp, pathName) ^ ./../bltTed.c:726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTed(tablePtr, interp) ^ ./../bltTed.c:770:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyTed(freeProcData) ^ ./../bltTed.c:819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureTed(tedPtr, argc, argv, flags) ^ ./../bltTed.c:964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutGrid(tedPtr) ^ ./../bltTed.c:1045:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutPads(tedPtr) ^ ./../bltTed.c:1134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutEntries(tedPtr) ^ ./../bltTed.c:1179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutControlEntries(tedPtr) ^ ./../bltTed.c:1240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LayoutButtons(tedPtr) ^ ./../bltTed.c:1303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DisplayTed(clientData) ^ ./../bltTed.c:1424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DrawEditor(editPtr) ^ ./../bltTed.c:1440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DestroyEditor(destroyData) ^ ./../bltTed.c:1507:13: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltTed.c:1474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EditOp(dataPtr, interp, argc, argv) ^ ./../bltTed.c:1526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CgetOp(dataPtr, interp, argc, argv) ^ ./../bltTed.c:1562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ConfigureOp(dataPtr, interp, argc, argv) ^ ./../bltTed.c:1681:14: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(entryPtr->tkwin); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltTed.c:1598:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SelectOp(dataPtr, interp, argc, argv) ^ ./../bltTed.c:1754:13: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:514:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ ./../bltTed.c:1715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RepOp(dataPtr, interp, argc, argv) ^ ./../bltTed.c:1807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TedCmd(clientData, interp, argc, argv) ^ ./../bltTed.c:1820:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = (*proc) (clientData, interp, argc, argv); ^ ./../bltTed.c:1825:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetTableInterpData(interp) ^ ./../bltTed.c:1854:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_TedInit(interp) ^ ./../bltTed.c:552:1: warning: unused function 'CreateEntry' [-Wunused-function] CreateEntry(tedPtr, entryPtr) ^ 34 warnings generated. clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -I.. -I./.. -I./../.. -I/opt/pkg/include -DBLT_LIBRARY=\"/opt/pkg/lib/blt2.4\" ./../bltInit.c ./../bltInit.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MinMathProc(clientData, interp, argsPtr, resultPtr) ^ ./../bltInit.c:326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MaxMathProc(clientData, interp, argsPtr, resultPtr) ^ ./../bltInit.c:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetLibraryPath(interp) ^ ./../bltInit.c:408:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast] flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltInit.c:457:3: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (ClientData)(flags | BLT_TCL_CMDS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltInit.c:493:3: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (ClientData)(flags | BLT_TK_CMDS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../bltInit.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_Init(interp) ^ ./../bltInit.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_SafeInit(interp) ^ ./../bltInit.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitCmd(interp, nsName, specPtr) ^ ./../bltInit.c:680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitObjCmd(interp, nsName, specPtr) ^ ./../bltInit.c:743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blt_InitCmds(interp, nsName, specPtr, nCmds) ^ 11 warnings generated. rm -f libBLT24.so clang -dynamiclib -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include -Wl,-single_module -L/opt/pkg/lib -headerpad_max_install_names -Wl,-search_paths_first -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 ld: warning: -single_module is obsolete ld: Undefined symbols: _TclFreeObj, referenced from: _Blt_NewArrayObj in bltArrayObj.o _FreeArrayInternalRep in bltArrayObj.o _NotifyOnUpdate in bltBgexec.o _FreeSinkBuffer in bltBgexec.o _Blt_TreeSetValueByKey in bltTree.o _Blt_TreeUnsetValueByKey in bltTree.o _Blt_TreeSetArrayValue in bltTree.o ... _TclLookupVar, referenced from: _Blt_GetArrayVariableTable in bltNsUtil.o _Tcl_AddErrorInfo, referenced from: _Blt_ProcessSwitches in bltSwitch.o _Blt_ProcessObjSwitches in bltSwitch.o _ConfigureSource in bltDragdrop.o _HierboxCmd in bltHierbox.o _NotebookCmd in bltTabnotebook.o _TabsetCmd in bltTabset.o _TreeViewObjCmd in bltTreeView.o ... _Tcl_AppendElement, referenced from: _BindVirtualOp in bltGrAxis.o _NamesVirtualOp in bltGrAxis.o _ViewOp in bltGrAxis.o _ViewOp in bltGrAxis.o _InvTransformOp in bltGrAxis.o _LimitsOp in bltGrAxis.o _LimitsOp in bltGrAxis.o ... _Tcl_AppendResult, referenced from: _CreateAxis in bltGrAxis.o _ConfigureAxis in bltGrAxis.o _ConfigureAxis in bltGrAxis.o _ViewOp in bltGrAxis.o _UseOp in bltGrAxis.o _GetAxis in bltGrAxis.o _NameToAxis in bltGrAxis.o ... _Tcl_AsyncCreate, referenced from: _CreateOp in bltWatch.o _Tcl_AsyncDelete, referenced from: _DeleteOp in bltWatch.o _Tcl_AsyncMark, referenced from: _PreCmdProc in bltWatch.o _Tcl_BackgroundError, referenced from: _GetMarginGeometry in bltGrAxis.o _Blt_UpdateScrollbar in bltGrMisc.o _TimerProc in bltBgexec.o _CollectData in bltBgexec.o _CloseSink in bltBgexec.o _NotifyOnUpdate in bltBgexec.o _NotifyOnUpdate in bltBgexec.o _NotifyOnUpdate in bltBgexec.o ... _Tcl_Backslash, referenced from: _Blt_ParseBraces in bltParse.o _Blt_ParseQuotes in bltParse.o _Tcl_CancelIdleCall, referenced from: _Blt_DestroyLegend in bltGrLegd.o _LegendEventProc in bltGrLegd.o _GraphEventProc in bltGraph.o _Blt_TreeReleaseToken in bltTree.o _Blt_TreeDeleteEventHandler in bltTree.o _Blt_VectorFree in bltVector.o _NotifyOp in bltVecObjCmd.o ... _Tcl_Close, referenced from: _DumpfileOp in bltTreeCmd.o _RestorefileOp in bltTreeCmd.o _Blt_FileToPostScript in bltPs.o _Blt_FileToPostScript in bltPs.o _Tcl_CommandComplete, referenced from: _RestoreOp in bltTreeCmd.o _RestorefileOp in bltTreeCmd.o _Tcl_Concat, referenced from: _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o _Tcl_CreateCommand, referenced from: _Blt_InitCmd in bltInit.o _StringToPosition in bltGrLegd.o _NewGraph in bltGraph.o _Blt_CreateCommand in bltNsUtil.o _Blt_CreateCommand in bltNsUtil.o _ContainerCmd in bltContainer.o _HierboxCmd in bltHierbox.o ... _Tcl_CreateFileHandler, referenced from: _CreateSinkHandler in bltBgexec.o _Tcl_CreateMathFunc, referenced from: _Blt_Init in bltInit.o _Blt_Init in bltInit.o _Tcl_CreateNamespace, referenced from: _Blt_Init in bltInit.o _Blt_Init in bltInit.o _Tcl_CreateObjCommand, referenced from: _Blt_InitObjCmd in bltInit.o _Blt_CreateCommandObj in bltNsUtil.o _Blt_CreateCommandObj in bltNsUtil.o _TreeCreateOp in bltTreeCmd.o _Blt_VectorCreate in bltVector.o _TreeViewObjCmd in bltTreeView.o _Blt_TreeViewTextbox in bltTreeViewEdit.o ... _Tcl_CreateTimerHandler, referenced from: _BgexecCmd in bltBgexec.o _TimerProc in bltBgexec.o _StdoutProc in bltBgexec.o _StderrProc in bltBgexec.o _StringToXID in bltContainer.o _DndSend in bltDragdrop.o _HierboxEventProc in bltHierbox.o ... _Tcl_CreateTrace, referenced from: _DebugCmd in bltDebug.o _ActivateOp in bltWatch.o _ConfigWatch in bltWatch.o _Tcl_DStringAppend, referenced from: _Blt_Init in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Blt_InitObjCmd in bltInit.o ... _Tcl_DStringAppendElement, referenced from: _LooseToString in bltGrAxis.o _LooseToString in bltGrAxis.o _TicksToString in bltGrAxis.o _DataToString in bltGrElem.o _DataPairsToString in bltGrElem.o _DataPairsToString in bltGrElem.o _Blt_StylesToString in bltGrElem.o _Blt_StylesToString in bltGrElem.o _Blt_StylesToString in bltGrElem.o ... _Tcl_DStringEndSublist, referenced from: _Blt_StylesToString in bltGrElem.o _PrintNode in bltTreeCmd.o _PrintNode in bltTreeCmd.o _NotifyInfoOp in bltTreeCmd.o _NotifyInfoOp in bltTreeCmd.o _DataOp in bltBitmap.o _Tcl_DStringFree, referenced from: _Blt_Init in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _LooseToString in bltGrAxis.o _TicksToString in bltGrAxis.o ... _Tcl_DStringGetResult, referenced from: _PullOp in bltUnixDnd.o _DropFinished in bltUnixDnd.o _ChangeToken in bltUnixDnd.o _HandleDropEvent in bltUnixDnd.o _GetFormattedData in bltUnixDnd.o _GetFormattedData in bltUnixDnd.o _InvokeCallback in bltUnixDnd.o ... _Tcl_DStringInit, referenced from: _Blt_Init in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _LooseToString in bltGrAxis.o _TicksToString in bltGrAxis.o _DataToString in bltGrElem.o _DataPairsToString in bltGrElem.o ... _Tcl_DStringResult, referenced from: _DumpOp in bltTreeCmd.o _PathOp in bltTreeCmd.o _NotifyInfoOp in bltTreeCmd.o _TagDumpOp in bltTreeCmd.o _TraceInfoOp in bltTreeCmd.o _DataOp in bltBitmap.o _SourceOp in bltBitmap.o ... _Tcl_DStringSetLength, referenced from: _PositionOp in bltTreeCmd.o _SaveOp in bltTable.o _SaveOp in bltTable.o _SaveOp in bltTable.o _GetOp in bltTreeViewCmd.o _Tcl_DStringStartSublist, referenced from: _Blt_StylesToString in bltGrElem.o _PrintNode in bltTreeCmd.o _PrintNode in bltTreeCmd.o _NotifyInfoOp in bltTreeCmd.o _NotifyInfoOp in bltTreeCmd.o _DataOp in bltBitmap.o _Tcl_DeleteAssocData, referenced from: _TreeInterpDeleteProc in bltTree.o _TreeInterpDeleteProc in bltTreeCmd.o _VectorInterpDeleteProc in bltVector.o _BitmapInterpDeleteProc in bltBitmap.o _BusyInterpDeleteProc in bltBusy.o _TableInterpDeleteProc in bltTable.o _TileInterpDeleteProc in bltTile.o ... _Tcl_DeleteCommandFromToken, referenced from: _Blt_DestroyLegend in bltGrLegd.o _LegendEventProc in bltGrLegd.o _GraphEventProc in bltGraph.o _TreeDestroyOp in bltTreeCmd.o _DeleteCommand in bltVector.o _ContainerEventProc in bltContainer.o _HierboxEventProc in bltHierbox.o ... _Tcl_DeleteFileHandler, referenced from: _CloseSink in bltBgexec.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o ... _Tcl_DeleteNamespace, referenced from: _Blt_Init in bltInit.o _Tcl_DeleteTimerHandler, referenced from: _DisableTriggers in bltBgexec.o _StringToXID in bltContainer.o _DragDropCmd in bltDragdrop.o _DestroySource in bltDragdrop.o _HierboxEventProc in bltHierbox.o _TextboxEventProc in bltTreeViewEdit.o _TextboxEventProc in bltTreeViewEdit.o ... _Tcl_DeleteTrace, referenced from: _DebugCmd in bltDebug.o _ActivateOp in bltWatch.o _DeleteOp in bltWatch.o _ConfigWatch in bltWatch.o _Tcl_DetachPids, referenced from: _DestroyBackgroundInfo in bltBgexec.o _Blt_CreatePipeline in bltUnixPipe.o _Tcl_DoOneEvent, referenced from: _BgexecCmd in bltBgexec.o _StringToXID in bltContainer.o _PullOp in bltUnixDnd.o _DoDrop in bltUnixDnd.o _MapFrame in tkFrame.o _Tcl_DoWhenIdle, referenced from: _EventuallyRedrawLegend in bltGrLegd.o _Blt_EventuallyRedrawGraph in bltGraph.o _NotifyClients in bltTree.o _Blt_VectorUpdateClients in bltVector.o _EventuallyRedraw in bltContainer.o _DragDropCmd in bltDragdrop.o _EventuallyRedraw in bltHierbox.o ... _Tcl_DuplicateObj, referenced from: _Blt_TreeGetArrayValue in bltTree.o _Blt_TreeSetArrayValue in bltTree.o _Blt_TreeUnsetArrayValue in bltTree.o _Blt_TreeArrayValueExists in bltTree.o _Blt_TreeArrayNames in bltTree.o _Tcl_Eof, referenced from: _BinreadOp in bltVecObjCmd.o _Tcl_Eval, referenced from: _Blt_Init in bltInit.o _Blt_ParseNestedCmd in bltParse.o _TreeTraceProc in bltTreeCmd.o _PreCmdProc in bltWatch.o _PostCmdProc in bltWatch.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o ... _Tcl_EvalEx, referenced from: _InvokeButton in tkButton.o _Tcl_EvalObjv, referenced from: _NotifyOnUpdate in bltBgexec.o _TreeEventProc in bltTreeCmd.o _ApplyNodeProc in bltTreeCmd.o _MatchNodeProc in bltTreeCmd.o _TreeViewObjCmd in bltTreeView.o _CompareEntries in bltTreeViewColumn.o _Tcl_EventuallyFree, referenced from: _GraphEventProc in bltGraph.o _BusyEventProc in bltBusy.o _RefWinEventProc in bltBusy.o _BusyCustodyProc in bltBusy.o _ForgetOp in bltBusy.o _ContainerEventProc in bltContainer.o _HierboxEventProc in bltHierbox.o ... _Tcl_Export, referenced from: _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Tcl_ExprDouble, referenced from: _TransformOp in bltGrAxis.o _StringToTicks in bltGrAxis.o _StringToLimit in bltGrAxis.o _EvalExprList in bltGrElem.o _GetCoordinate in bltGrMarker.o _InvtransformOp in bltGraph.o _InvtransformOp in bltGraph.o ... _Tcl_ExprLong, referenced from: _ActivateOp in bltGrElem.o _StringToPosition in bltGrLegd.o _StringToPosition in bltGrLegd.o _Blt_VectorGetIndex in bltVector.o _StringToDashes in bltConfig.o _ParseIndex in bltTable.o _ParseIndex in bltTable.o ... _Tcl_ExternalToUtf, referenced from: _CollectData in bltBgexec.o _Tcl_FindCommand, referenced from: _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Tcl_FindNamespace, referenced from: _Blt_Init in bltInit.o _Blt_InitCmd in bltInit.o _Blt_InitObjCmd in bltInit.o _Blt_ParseQualifiedName in bltNsUtil.o _Tcl_FindNamespaceVar, referenced from: _Blt_GetVariableNamespace in bltNsUtil.o _Tcl_Flush, referenced from: _NotifyOnUpdate in bltBgexec.o _DebugProc in bltDebug.o _FileForRedirect in bltUnixPipe.o _Tcl_FreeResult, referenced from: _Blt_ParseNestedCmd in bltParse.o _Tcl_GetAssocData, referenced from: _Blt_Init in bltInit.o _GetTreeInterpData in bltTree.o _GetTreeCmdInterpData in bltTreeCmd.o _Blt_VectorGetInterpData in bltVector.o _Blt_BitmapInit in bltBitmap.o _Blt_BusyInit in bltBusy.o _Blt_TableInit in bltTable.o ... _Tcl_GetBoolean, referenced from: _StringToLoose in bltGrAxis.o _DebugCmd in bltDebug.o _DoSwitch in bltSwitch.o _VectorCreate2 in bltVector.o _VectorCreate2 in bltVector.o _Blt_StringToFlag in bltConfig.o _StringToButton in bltHierbox.o ... _Tcl_GetBooleanFromObj, referenced from: _ObjToButton in bltTreeView.o _SortAutoOp in bltTreeViewColumn.o _StyleHighlightOp in bltTreeViewStyle.o _DoConfig in bltObjConfig.o _DoConfig in bltObjConfig.o _Tcl_GetChannel, referenced from: _FileForRedirect in bltUnixPipe.o _BinreadOp in bltVecObjCmd.o _Tcl_GetChannelHandle, referenced from: _FileForRedirect in bltUnixPipe.o _SetupStdFile in bltUnixPipe.o _Tcl_GetChannelName, referenced from: _FileForRedirect in bltUnixPipe.o _Tcl_GetCommandInfo, referenced from: _Blt_DestroyNsDeleteNotify in bltNsUtil.o _Blt_CreateNsDeleteNotify in bltNsUtil.o _GetTreeCmd in bltTreeCmd.o _TreeCreateOp in bltTreeCmd.o _GenerateName in bltTreeCmd.o _DeleteCommand in bltVector.o _Blt_VectorCreate in bltVector.o ... _Tcl_GetCommandName, referenced from: _TreeNamesOp in bltTreeCmd.o _CompareNodes in bltTreeCmd.o _TreeTraceProc in bltTreeCmd.o _DeleteCommand in bltVector.o _Tcl_GetCurrentNamespace, referenced from: _Blt_CreateCommand in bltNsUtil.o _Blt_CreateCommandObj in bltNsUtil.o _Blt_TreeCreate in bltTree.o _GetTreeObject in bltTree.o _GetTreeCmd in bltTreeCmd.o _TreeCreateOp in bltTreeCmd.o _GenerateName in bltTreeCmd.o ... _Tcl_GetDouble, referenced from: _ViewOp in bltGrAxis.o _Blt_StringToStyles in bltGrElem.o _Blt_StringToStyles in bltGrElem.o _Blt_GetScrollInfo in bltGrMisc.o _DoSwitch in bltSwitch.o _CompareNodes in bltTreeCmd.o _CompareNodes in bltTreeCmd.o ... _Tcl_GetDoubleFromObj, referenced from: _Blt_GetScrollInfoFromObj in bltGrMisc.o _GetDouble in bltVecObjCmd.o _CompareEntries in bltTreeViewColumn.o _CompareEntries in bltTreeViewColumn.o _DoConfig in bltObjConfig.o _DoConfig in bltObjConfig.o _Tcl_GetEncoding, referenced from: _BgexecCmd in bltBgexec.o _BgexecCmd in bltBgexec.o _Tcl_GetGlobalNamespace, referenced from: _Blt_ParseQualifiedName in bltNsUtil.o _GetTreeObject in bltTree.o _GetVectorObject in bltVector.o _Tcl_GetHostName, referenced from: _OutputOp in bltGrPs.o _Tcl_GetIndexFromObjStruct, referenced from: _NotifyOp in bltVecObjCmd.o _Tcl_GetInt, referenced from: _ViewOp in bltGrAxis.o _ViewOp in bltGrAxis.o _InvTransformOp in bltGrAxis.o _FindOp in bltGrMarker.o _FindOp in bltGrMarker.o _FindOp in bltGrMarker.o _FindOp in bltGrMarker.o ... _Tcl_GetIntFromObj, referenced from: _Blt_GetScrollInfoFromObj in bltGrMisc.o _Blt_GetScrollInfoFromObj in bltGrMisc.o _ExitCmd in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _CopyOp in bltTreeCmd.o ... _Tcl_GetLongFromObj, referenced from: _BinreadOp in bltVecObjCmd.o _Tcl_GetObjResult, referenced from: _CompareDictionaryCmd in bltTreeCmd.o _AncestorOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _DegreeOp in bltTreeCmd.o _DepthOp in bltTreeCmd.o _FindChildOp in bltTreeCmd.o _FirstChildOp in bltTreeCmd.o ... _Tcl_GetStdChannel, referenced from: _NotifyOnUpdate in bltBgexec.o _DebugProc in bltDebug.o _SetupStdFile in bltUnixPipe.o _Tcl_GetString, referenced from: _Blt_GetScrollInfoFromObj in bltGrMisc.o _Blt_GetScrollInfoFromObj in bltGrMisc.o _Blt_GetScrollInfoFromObj in bltGrMisc.o _SetArrayFromAny in bltArrayObj.o _Blt_NewArrayObj in bltArrayObj.o _UpdateStringOfArray in bltArrayObj.o _Blt_ProcessObjSwitches in bltSwitch.o _Blt_ProcessObjSwitches in bltSwitch.o ... _Tcl_GetStringFromObj, referenced from: _TraceCreateOp in bltTreeCmd.o _SortOp in bltVecObjCmd.o _CloseOp in bltTreeViewCmd.o _FindOp in bltTreeViewCmd.o _OpenOp in bltTreeViewCmd.o _RangeOp in bltTreeViewCmd.o _ScanOp in bltTreeViewCmd.o ... _Tcl_GetStringResult, referenced from: _GetMarginGeometry in bltGrAxis.o _CompareNodes in bltTreeCmd.o _Blt_VectorVarTrace in bltVecObjCmd.o _PreCmdProc in bltWatch.o _PostCmdProc in bltWatch.o _PostCmdProc in bltWatch.o _DragDropCmd in bltDragdrop.o ... _Tcl_GetVar2, referenced from: _OutputOp in bltGrPs.o _PostCmdProc in bltWatch.o _PostCmdProc in bltWatch.o _Blt_FileToPostScript in bltPs.o _Blt_BackgroundToPostScript in bltPs.o _Blt_ForegroundToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o ... _Tcl_GetVar2Ex, referenced from: _Blt_VectorVarTrace in bltVecObjCmd.o _Tcl_Gets, referenced from: _RestorefileOp in bltTreeCmd.o _RestorefileOp in bltTreeCmd.o _Tcl_GlobalEval, referenced from: _Blt_UpdateScrollbar in bltGrMisc.o _CompareNodes in bltTreeCmd.o _ConfigureSource in bltDragdrop.o _HierboxCmd in bltHierbox.o _OpenNode in bltHierbox.o _SelectCmdProc in bltHierbox.o _FindOp in bltHierbox.o ... _Tcl_InvalidateStringRep, referenced from: _FreeArrayInternalRep in bltArrayObj.o _DupArrayInternalRep in bltArrayObj.o _Blt_TreeSetArrayValue in bltTree.o _Tcl_ListObjAppendElement, referenced from: _Blt_TreeArrayNames in bltTree.o _TreeNamesOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _GetOp in bltTreeCmd.o _GetOp in bltTreeCmd.o _KeysOp in bltTreeCmd.o ... _Tcl_ListObjGetElements, referenced from: _IndexOp in bltTreeCmd.o _AppendOp in bltVecObjCmd.o _SetOp in bltVecObjCmd.o _ObjToIcons in bltTreeView.o _GetEntryExtents in bltTreeView.o _ObjToData in bltTreeViewColumn.o _Blt_GetPadFromObj in bltObjConfig.o ... _Tcl_Merge, referenced from: _FormatToString in bltGrAxis.o _DebugProc in bltDebug.o _PreCmdProc in bltWatch.o _CmdSearch in bltContainer.o _GetdataOp in bltUnixDnd.o _SetdataOp in bltUnixDnd.o _Tcl_NewByteArrayObj, referenced from: _BgexecCmd in bltBgexec.o _CloseSink in bltBgexec.o _NotifyOnUpdate in bltBgexec.o _NotifyOnUpdate in bltBgexec.o _Tcl_NewDoubleObj, referenced from: _Blt_VectorVarTrace in bltVecObjCmd.o _GetValues in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o _ArithOp in bltVecObjCmd.o ... _Tcl_NewIntObj, referenced from: _TreeEventProc in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _CopyOp in bltTreeCmd.o _ExistsOp in bltTreeCmd.o _PositionOp in bltTreeCmd.o _PositionOp in bltTreeCmd.o ... _Tcl_NewListObj, referenced from: _TreeNamesOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _FindOp in bltTreeCmd.o _GetOp in bltTreeCmd.o _KeysOp in bltTreeCmd.o _PositionOp in bltTreeCmd.o ... _Tcl_NewObj, referenced from: _Blt_NewArrayObj in bltArrayObj.o _Tcl_NewStringObj, referenced from: _Blt_Init in bltInit.o _SetArrayFromAny in bltArrayObj.o _InitSink in bltBgexec.o _Blt_TreeArrayNames in bltTree.o _TreeNamesOp in bltTreeCmd.o _TreeEventProc in bltTreeCmd.o _ApplyOp in bltTreeCmd.o _ApplyOp in bltTreeCmd.o ... _Tcl_NumUtfChars, referenced from: _IndexOpOp in bltHierbox.o _GetLabelIndex in bltHierbox.o _IndexOp in bltTreeViewEdit.o _GetIndexFromObj in bltTreeViewEdit.o _Tcl_OpenFileChannel, referenced from: _DumpfileOp in bltTreeCmd.o _RestorefileOp in bltTreeCmd.o _Blt_FileToPostScript in bltPs.o _Tcl_ParseVar, referenced from: _Blt_ParseQuotes in bltParse.o _NextToken in bltVecMath.o _Tcl_PkgPresentEx, referenced from: _Blt_Init in bltInit.o _Tcl_PkgProvideEx, referenced from: _Blt_Init in bltInit.o _Tcl_PkgRequireEx, referenced from: _Blt_Init in bltInit.o _Tcl_PopCallFrame, referenced from: _Blt_LeaveNamespace in bltNsUtil.o _Tcl_PosixError, referenced from: _OutputOp in bltGrPs.o _OutputOp in bltGrPs.o _CreateSinkHandler in bltBgexec.o _CollectData in bltBgexec.o _RestorefileOp in bltTreeCmd.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o _Blt_CreatePipeline in bltUnixPipe.o ... _Tcl_Preserve, referenced from: _Blt_GraphInstCmdProc in bltGraph.o _TreeInstObjCmd in bltTreeCmd.o _BindProc in bltBind.o _CgetOp in bltBusy.o _ConfigureOp in bltBusy.o _StatusOp in bltBusy.o _ContainerInstCmd in bltContainer.o ... _Tcl_PrintDouble, referenced from: _TicksToString in bltGrAxis.o _LimitToString in bltGrAxis.o _DataToString in bltGrElem.o _DataPairsToString in bltGrElem.o _DataPairsToString in bltGrElem.o _Blt_StylesToString in bltGrElem.o _Blt_StylesToString in bltGrElem.o ... _Tcl_PushCallFrame, referenced from: _Blt_EnterNamespace in bltNsUtil.o _Tcl_Read, referenced from: _BinreadOp in bltVecObjCmd.o _Blt_FileToPostScript in bltPs.o _Tcl_ReapDetachedProcs, referenced from: _BgexecCmd in bltBgexec.o _DestroyBackgroundInfo in bltBgexec.o _Blt_CreatePipeline in bltUnixPipe.o _Tcl_RegExpCompile, referenced from: _DefineOp in bltBitmap.o _DefineOp in bltBitmap.o _SearchOp in bltHtext.o _Tcl_RegExpExec, referenced from: _DefineOp in bltBitmap.o _DefineOp in bltBitmap.o _SearchOp in bltHtext.o _Tcl_RegExpMatch, referenced from: _ComparePatternList in bltTreeCmd.o _RegexpCompare in bltHierbox.o _RegexpCompare in bltTreeViewCmd.o _Tcl_RegExpRange, referenced from: _DefineOp in bltBitmap.o _SearchOp in bltHtext.o _Tcl_RegisterObjType, referenced from: _Blt_RegisterArrayObj in bltArrayObj.o _Tcl_Release, referenced from: _Blt_GraphInstCmdProc in bltGraph.o _TreeInstObjCmd in bltTreeCmd.o _BindProc in bltBind.o _CgetOp in bltBusy.o _ConfigureOp in bltBusy.o _StatusOp in bltBusy.o _ContainerInstCmd in bltContainer.o ... _Tcl_ResetResult, referenced from: _GetMarginGeometry in bltGrAxis.o _GetMarginGeometry in bltGrAxis.o _ShowOp in bltGrElem.o _StringToSymbol in bltGrLine.o _DeleteOp in bltGrMarker.o _NamesOp in bltGrMarker.o _Blt_ParseQuotes in bltParse.o ... _Tcl_SetAssocData, referenced from: _Blt_Init in bltInit.o _Blt_Init in bltInit.o _GetTreeInterpData in bltTree.o _GetTreeCmdInterpData in bltTreeCmd.o _Blt_VectorGetInterpData in bltVector.o _Blt_BitmapInit in bltBitmap.o _Blt_BusyInit in bltBusy.o ... _Tcl_SetChannelOption, referenced from: _BinreadOp in bltVecObjCmd.o _Tcl_SetCommandInfo, referenced from: _DeleteCommand in bltVector.o _Tcl_SetErrorCode, referenced from: _MathError in bltVecMath.o _Tcl_SetIntObj, referenced from: _CompareDictionaryCmd in bltTreeCmd.o _AncestorOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _DegreeOp in bltTreeCmd.o _DepthOp in bltTreeCmd.o _FindChildOp in bltTreeCmd.o _FirstChildOp in bltTreeCmd.o ... _Tcl_SetObjResult, referenced from: _BgexecCmd in bltBgexec.o _TreeNamesOp in bltTreeCmd.o _ChildrenOp in bltTreeCmd.o _CopyOp in bltTreeCmd.o _ExistsOp in bltTreeCmd.o _FindOp in bltTreeCmd.o _GetOp in bltTreeCmd.o ... _Tcl_SetResult, referenced from: _CreateVirtualOp in bltGrAxis.o _GetOp in bltGrAxis.o _TransformOp in bltGrAxis.o _CreateOp in bltGrElem.o _ClosestOp in bltGrElem.o _ExistsOp in bltGrElem.o _GetOp in bltGrElem.o ... _Tcl_SetStringObj, referenced from: _LabelOp in bltTreeCmd.o _NotifyCreateOp in bltTreeCmd.o _TraceCreateOp in bltTreeCmd.o _Tcl_SetVar2, referenced from: _Blt_Init in bltInit.o _Blt_Init in bltInit.o _Blt_Init in bltInit.o _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o ... _Tcl_SetVar2Ex, referenced from: _CloseSink in bltBgexec.o _NotifyOnUpdate in bltBgexec.o _Blt_VectorVarTrace in bltVecObjCmd.o _Blt_VectorVarTrace in bltVecObjCmd.o _Tcl_SignalMsg, referenced from: _TimerProc in bltBgexec.o _Tcl_Sleep, referenced from: _ButtonWidgetCmd in tkButton.o _Tcl_SplitList, referenced from: _UseOp in bltGrAxis.o _StringToFormat in bltGrAxis.o _StringToLoose in bltGrAxis.o _StringToTicks in bltGrAxis.o _Blt_StringToStyles in bltGrElem.o _Blt_StringToStyles in bltGrElem.o _EvalExprList in bltGrElem.o ... _Tcl_StringMatch, referenced from: _NamesVirtualOp in bltGrAxis.o _NamesOp in bltGrElem.o _ActivateOp in bltGrLegd.o _NamesOp in bltGrMarker.o _NamesOp in bltGrPen.o _DebugProc in bltDebug.o _Blt_SwitchChanged in bltSwitch.o ... _Tcl_TraceVar2, referenced from: _BgexecCmd in bltBgexec.o _Blt_VectorFlushCache in bltVector.o _Blt_VectorMapVariable in bltVector.o _ConfigureText in bltHtext.o _ConfigureButton in tkButton.o _ConfigureButton in tkButton.o _ButtonTextVarProc in tkButton.o ... _Tcl_TranslateFileName, referenced from: _Blt_CreatePipeline in bltUnixPipe.o _FileForRedirect in bltUnixPipe.o _Tcl_UniCharIsLower, referenced from: _Blt_DictionaryCompare in bltUtil.o _Blt_DictionaryCompare in bltUtil.o _Tcl_UniCharIsUpper, referenced from: _Blt_DictionaryCompare in bltUtil.o _Blt_DictionaryCompare in bltUtil.o _Tcl_UniCharToLower, referenced from: _Blt_DictionaryCompare in bltUtil.o _Blt_DictionaryCompare in bltUtil.o _Tcl_UnsetVar2, referenced from: _Blt_VectorFlushCache in bltVector.o _Blt_VectorMapVariable in bltVector.o _UnmapVariable in bltVector.o _Tcl_UntraceVar2, referenced from: _DisableTriggers in bltBgexec.o _Blt_VectorFlushCache in bltVector.o _UnmapVariable in bltVector.o _ConfigureText in bltHtext.o _ButtonEventProc in tkButton.o _ButtonEventProc in tkButton.o _ConfigureButton in tkButton.o _ConfigureButton in tkButton.o ... _Tcl_UtfAtIndex, referenced from: _GetLabelIndex in bltHierbox.o _GetIndexFromObj in bltTreeViewEdit.o _Tcl_UtfToExternalDString, referenced from: _Blt_OpenUtfFile in bltUtil.o _Tcl_UtfToUniChar, referenced from: _Blt_DictionaryCompare in bltUtil.o _Blt_DictionaryCompare in bltUtil.o _GetLabelIndex in bltHierbox.o _TextLayoutToPostScript in bltPs.o _GetIndexFromObj in bltTreeViewEdit.o _Tcl_VarEval, referenced from: _GetMarginGeometry in bltGrAxis.o _DragDropCmd in bltDragdrop.o _UpdateToken in bltDragdrop.o _GetWidgetCursor in bltDragdrop.o _DndSend in bltDragdrop.o _HierboxCmd in bltHierbox.o _CompareNodesByTclCmd in bltHierbox.o ... _Tcl_VarTraceInfo2, referenced from: _TextVarProc in bltHtext.o _Tcl_WaitPid, referenced from: _Blt_CreatePipeline in bltUnixPipe.o _Tcl_Write, referenced from: _DebugProc in bltDebug.o _DumpfileOp in bltTreeCmd.o _Tcl_WriteObj, referenced from: _NotifyOnUpdate in bltBgexec.o _TclpAlloc, referenced from: _Blt_MallocProcPtr in bltAlloc.o _TclpFree, referenced from: _Blt_FreeProcPtr in bltAlloc.o _TclpRealloc, referenced from: _Blt_ReallocProcPtr in bltAlloc.o _TkComputeAnchor, referenced from: _DisplayButton in tkButton.o _DisplayButton in tkButton.o _TkCreateMainWindow, referenced from: _TkCreateFrame in tkFrame.o _TkSetWindowMenuBar, referenced from: _FrameCmdDeletedProc in tkFrame.o _FrameEventProc in tkFrame.o _ConfigureFrame in tkFrame.o _Tk_3DBorderColor, referenced from: _ConfigurePen in bltGrBar.o _ConfigurePen in bltGrBar.o _ConfigurePen in bltGrBar.o _SymbolToPostScript in bltGrBar.o _SymbolToPostScript in bltGrBar.o _SegmentsToPostScript in bltGrBar.o _SegmentsToPostScript in bltGrBar.o ... _Tk_3DBorderGC, referenced from: _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o _Draw3DFolder in bltTabnotebook.o _Draw3DFolder in bltTabnotebook.o _DisplayButton in tkButton.o _DisplayButton in tkButton.o ... _Tk_Alloc3DBorderFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_AllocBitmapFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_AllocColorFromObj, referenced from: _Blt_GetShadowFromObj in bltObjConfig.o _DoConfig in bltObjConfig.o _Tk_AllocCursorFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_AllocFontFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_BindEvent, referenced from: _DoEvent in bltBind.o _Tk_CanvasDrawableCoords, referenced from: _DisplayEps in bltCanvEps.o _Tk_CanvasEventuallyRedraw, referenced from: _ImageChangedProc in bltCanvEps.o _Tk_CanvasGetCoord, referenced from: _CreateEps in bltCanvEps.o _CreateEps in bltCanvEps.o _EpsCoords in bltCanvEps.o _EpsCoords in bltCanvEps.o _Tk_CanvasPsY, referenced from: _EpsToPostScript in bltCanvEps.o _Tk_CanvasTagsParseProc, referenced from: _Blt_InitEpsCanvasItem in bltCanvEps.o _Tk_CanvasTagsPrintProc, referenced from: _Blt_InitEpsCanvasItem in bltCanvEps.o _Tk_CanvasTkwin, referenced from: _CreateEps in bltCanvEps.o _ConfigureEps in bltCanvEps.o _DisplayEps in bltCanvEps.o _EpsToPostScript in bltCanvEps.o _Tk_ChangeWindowAttributes, referenced from: _DragDropCmd in bltDragdrop.o _TokenWindowOp in bltUnixDnd.o _Tk_ComputeTextLayout, referenced from: _ComputeButtonGeometry in tkButton.o _Tk_ConfigureInfo, referenced from: _ConfigureOp in bltGrAxis.o _ConfigureOp in bltGrElem.o _ConfigureOp in bltGrGrid.o _ConfigureOp in bltGrHairs.o _ConfigureOp in bltGrLegd.o _ConfigureOp in bltGrMarker.o _ConfigureOp in bltGrPen.o ... _Tk_ConfigureValue, referenced from: _CgetVirtualOp in bltGrAxis.o _CgetOp in bltGrAxis.o _CgetOp in bltGrElem.o _CgetOp in bltGrGrid.o _CgetOp in bltGrHairs.o _CgetOp in bltGrLegd.o _CgetOp in bltGrMarker.o ... _Tk_ConfigureWidget, referenced from: _ConfigureOp in bltGrAxis.o _ClosestOp in bltGrElem.o _ConfigureOp in bltGrElem.o _ConfigureOp in bltGrGrid.o _ConfigureOp in bltGrHairs.o _ConfigureOp in bltGrLegd.o _ConfigureOp in bltGrMarker.o ... _Tk_CreateBinding, referenced from: _Blt_ConfigureBindings in bltBind.o _Blt_ConfigureBindingsFromObj in bltBind.o _Tk_CreateBindingTable, referenced from: _Blt_CreateBindingTable in bltBind.o _Tk_CreateErrorHandler, referenced from: _ConfigureContainer in bltContainer.o _RotateOp in bltCutbuffer.o _Blt_DrawableToColorImage in bltUnixImage.o _SendClientMsg in bltUnixDnd.o _Blt_ReparentWindow in bltWindow.o _SnapOp in bltWinop.o _Tk_CreateEventHandler, referenced from: _StringToPosition in bltGrLegd.o _ConfigureWindowMarker in bltGrMarker.o _NewGraph in bltGraph.o _Blt_CreateBindingTable in bltBind.o _Blt_MoveBindingTable in bltBind.o _HoldOp in bltBusy.o _HoldOp in bltBusy.o ... _Tk_CreateGenericHandler, referenced from: _ConfigureContainer in bltContainer.o _RegisterOp in bltUnixDnd.o _Tk_CreateItemType, referenced from: _Blt_InitEpsCanvasItem in bltCanvEps.o _Tk_CreateSelHandler, referenced from: _HierboxCmd in bltHierbox.o _TextCmd in bltHtext.o _TreeViewObjCmd in bltTreeView.o _Blt_TreeViewTextbox in bltTreeViewEdit.o _Tk_CreateWindow, referenced from: _HoldOp in bltBusy.o _Blt_ConfigureWidgetComponent in bltConfig.o _DragDropCmd in bltDragdrop.o _Blt_TreeViewTextbox in bltTreeViewEdit.o _TokenWindowOp in bltUnixDnd.o _Blt_ConfigureComponentFromObj in bltObjConfig.o _CreateTed in bltTed.o _CreateTed in bltTed.o _CreateTed in bltTed.o ... _Tk_CreateWindowFromPath, referenced from: _StringToPosition in bltGrLegd.o _NewGraph in bltGraph.o _ContainerCmd in bltContainer.o _HierboxCmd in bltHierbox.o _TextCmd in bltHtext.o _NotebookCmd in bltTabnotebook.o _CreateTearoff in bltTabnotebook.o ... _Tk_DefineBitmap, referenced from: _Blt_BitmapInit in bltBitmap.o _Blt_BitmapInit in bltBitmap.o _ComposeOp in bltBitmap.o _DefineOp in bltBitmap.o _ConfigureHierbox in bltHierbox.o _ConfigureHierbox in bltHierbox.o _Tk_DefineCursor, referenced from: _HoldOp in bltBusy.o _ConfigureBusy in bltBusy.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o _ResizeActivateOp in bltTreeViewColumn.o _ResizeActivateOp in bltTreeViewColumn.o _DrawValue in bltTreeViewStyle.o ... _Tk_DeleteAllBindings, referenced from: _Blt_DeleteBindings in bltBind.o _Tk_DeleteBinding, referenced from: _Blt_ConfigureBindings in bltBind.o _Blt_ConfigureBindings in bltBind.o _Blt_ConfigureBindingsFromObj in bltBind.o _Blt_ConfigureBindingsFromObj in bltBind.o _Tk_DeleteBindingTable, referenced from: _Blt_DestroyBindingTable in bltBind.o _Tk_DeleteErrorHandler, referenced from: _ConfigureContainer in bltContainer.o _RotateOp in bltCutbuffer.o _Blt_DrawableToColorImage in bltUnixImage.o _SendClientMsg in bltUnixDnd.o _Blt_ReparentWindow in bltWindow.o _SnapOp in bltWinop.o _Tk_DeleteEventHandler, referenced from: _Blt_DestroyLegend in bltGrLegd.o _ConfigureWindowMarker in bltGrMarker.o _FreeWindowMarker in bltGrMarker.o _Blt_DestroyBindingTable in bltBind.o _Blt_MoveBindingTable in bltBind.o _DestroyBusy in bltBusy.o _DestroyBusy in bltBusy.o ... _Tk_DeleteGenericHandler, referenced from: _DestroyContainer in bltContainer.o _DestroyDnd in bltUnixDnd.o _Tk_DeleteSelHandler, referenced from: _DestroyHierbox in bltHierbox.o _DestroyTreeView in bltTreeView.o _DestroyTextbox in bltTreeViewEdit.o _Tk_DestroyWindow, referenced from: _Blt_DestroyLegend in bltGrLegd.o _StringToPosition in bltGrLegd.o _StringToPosition in bltGrLegd.o _FreeWindowMarker in bltGrMarker.o _GraphInstCmdDeleteProc in bltGraph.o _DestroyBusy in bltBusy.o _Blt_ConfigureWidgetComponent in bltConfig.o ... _Tk_Draw3DPolygon, referenced from: _DisplayNotebook in bltTabnotebook.o _DisplayNotebook in bltTabnotebook.o _DisplayTabset in bltTabset.o _DisplayTabset in bltTabset.o _Draw3DFolder in bltTabset.o _DisplayButton in tkButton.o _Tk_Draw3DRectangle, referenced from: _Blt_Draw3DRectangle in bltGrMisc.o _Tk_DrawChars, referenced from: _DrawSegment in bltHtext.o _DrawSegment in bltHtext.o _DrawSegment in bltHtext.o _DrawTextLayout in bltText.o _DisplayTextbox in bltTreeViewEdit.o _Tk_DrawFocusHighlight, referenced from: _Blt_DrawGraph in bltGraph.o _DisplayContainer in bltContainer.o _DrawOuterBorders in bltHierbox.o _DisplayNotebook in bltTabnotebook.o _DrawOuterBorders in bltTabset.o _Blt_TreeViewDrawOuterBorders in bltTreeView.o _DisplayButton in tkButton.o ... _Tk_DrawTextLayout, referenced from: _DisplayButton in tkButton.o _Tk_Fill3DPolygon, referenced from: _Draw3DFolder in bltTabnotebook.o _Draw3DFolder in bltTabset.o _DisplayButton in tkButton.o _Tk_Fill3DRectangle, referenced from: _Blt_Fill3DRectangle in bltGrMisc.o _Tk_FindPhoto, referenced from: _ConfigureImageMarker in bltGrMarker.o _MapImageMarker in bltGrMarker.o _ImageMarkerToPostScript in bltGrMarker.o _ImageChangedProc in bltGrMarker.o _ConfigureEps in bltCanvEps.o _DisplayEps in bltCanvEps.o _EpsToPostScript in bltCanvEps.o ... _Tk_FontId, referenced from: _ConfigureEntry in bltHierbox.o _ConfigureEntry in bltHierbox.o _ConfigureText in bltHtext.o _ConfigureTab in bltTabnotebook.o _ConfigureTab in bltTabset.o _Blt_CreateTextBitmap in bltText.o _Blt_ResetTextStyle in bltText.o ... _Tk_Free3DBorder, referenced from: _DoConfig in bltObjConfig.o _Blt_FreeObjOptions in bltObjConfig.o _Tk_FreeBitmap, referenced from: _DestroyPen in bltGrLine.o _DestroyPen in bltGrLine.o _StringToSymbol in bltGrLine.o _StringToSymbol in bltGrLine.o _StringToSymbol in bltGrLine.o _DestroyLine in bltGrLine.o _StringToPattern in bltGrLine.o ... _Tk_FreeColor, referenced from: _Blt_FreeColorPair in bltGrMisc.o _Blt_FreeColorPair in bltGrMisc.o _StringToShadow in bltConfig.o _StringToShadow in bltConfig.o _DestroyEntry in bltHierbox.o _DestroyEntry in bltHierbox.o _DestroyHierbox in bltHierbox.o ... _Tk_FreeColormap, referenced from: _DestroyFrame in tkFrame.o _Tk_FreeCursor, referenced from: _DragDropCmd in bltDragdrop.o _DestroySource in bltDragdrop.o _DestroySource in bltDragdrop.o _DestroyDnd in bltUnixDnd.o _DragInit in bltUnixDnd.o _DoConfig in bltObjConfig.o _Blt_FreeObjOptions in bltObjConfig.o ... _Tk_FreeFont, referenced from: _DoConfig in bltObjConfig.o _Blt_FreeObjOptions in bltObjConfig.o _Tk_FreeGC, referenced from: _DestroyAxis in bltGrAxis.o _ConfigureAxis in bltGrAxis.o _ConfigurePen in bltGrBar.o _ConfigurePen in bltGrBar.o _DestroyPen in bltGrBar.o _DestroyPen in bltGrBar.o _ConfigurePen in bltGrLine.o _ConfigurePen in bltGrLine.o _ConfigurePen in bltGrLine.o ... _Tk_FreeImage, referenced from: _ConfigureImageMarker in bltGrMarker.o _FreeImageMarker in bltGrMarker.o _ConfigureEps in bltCanvEps.o _DeleteEps in bltCanvEps.o _FreeCachedImage in bltHierbox.o _Blt_DestroyTemporaryImage in bltImage.o _FreeImage in bltTabnotebook.o ... _Tk_FreeOptions, referenced from: _DestroyAxis in bltGrAxis.o _DestroyElement in bltGrElem.o _Blt_DestroyGrid in bltGrGrid.o _Blt_DestroyCrosshairs in bltGrHairs.o _Blt_DestroyLegend in bltGrLegd.o _DestroyMarker in bltGrMarker.o _DestroyPen in bltGrPen.o ... _Tk_FreePixmap, referenced from: _Blt_DrawLegend in bltGrLegd.o _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _FreeBitmapMarker in bltGrMarker.o _MapBitmapMarker in bltGrMarker.o _FreeImageMarker in bltGrMarker.o _Blt_GetPrivateGC in bltGrMisc.o ... _Tk_FreeTextLayout, referenced from: _ButtonEventProc in tkButton.o _ComputeButtonGeometry in tkButton.o _Tk_FreeXId, referenced from: _Blt_FreePrivateGC in bltGrMisc.o _Tk_GCForColor, referenced from: _Blt_DrawGraph in bltGraph.o _DisplayContainer in bltContainer.o _DrawOuterBorders in bltHierbox.o _DisplayNotebook in bltTabnotebook.o _DrawFolder in bltTabnotebook.o _Draw3DFolder in bltTabnotebook.o _Draw3DFolder in bltTabnotebook.o ... _Tk_GeometryRequest, referenced from: _Blt_MapLegend in bltGrLegd.o _ConfigureGraph in bltGraph.o _ConfigureContainer in bltContainer.o _ConfigureHierbox in bltHierbox.o _DisplayText in bltHtext.o _ArrangeTable in bltTable.o _ConfigureNotebook in bltTabnotebook.o ... _Tk_GetAllBindings, referenced from: _Blt_ConfigureBindings in bltBind.o _Blt_ConfigureBindingsFromObj in bltBind.o _Tk_GetAnchor, referenced from: _SeeOp in bltHierbox.o _Tk_GetAnchorFromObj, referenced from: _SeeOp in bltTreeViewCmd.o _DoConfig in bltObjConfig.o _Tk_GetAtomName, referenced from: _NameOfAtom in bltPs.o _Tk_GetBinding, referenced from: _Blt_ConfigureBindings in bltBind.o _Blt_ConfigureBindingsFromObj in bltBind.o _Tk_GetBitmap, referenced from: _StringToSymbol in bltGrLine.o _StringToSymbol in bltGrLine.o _StringToPattern in bltGrLine.o _ComposeOp in bltBitmap.o _DataOp in bltBitmap.o _DefineOp in bltBitmap.o _ExistsOp in bltBitmap.o ... _Tk_GetCapStyle, referenced from: _DoConfig in bltObjConfig.o _Tk_GetColor, referenced from: _GetColorPair in bltGrMisc.o _GetColorPair in bltGrMisc.o _StringToColor in bltGrPen.o _StringToShadow in bltConfig.o _ConfigureHierbox in bltHierbox.o _GradientOp in bltWinop.o _GradientOp in bltWinop.o ... _Tk_GetColormap, referenced from: _Blt_DirectColorTable in bltColor.o _TkCreateFrame in tkFrame.o _Tk_GetCursor, referenced from: _GetWidgetCursor in bltDragdrop.o _StringToCursors in bltUnixDnd.o _DragInit in bltUnixDnd.o _Tk_GetFontMetrics, referenced from: _Blt_MapLegend in bltGrLegd.o _Blt_DrawLegend in bltGrLegd.o _Blt_LegendToPostScript in bltGrLegd.o _GetCursorLocation in bltHierbox.o _ConfigureEntry in bltHierbox.o _GetLabelIndex in bltHierbox.o _ConfigureText in bltHtext.o ... _Tk_GetGC, referenced from: _ConfigureAxis in bltGrAxis.o _ConfigurePen in bltGrBar.o _ConfigurePen in bltGrBar.o _ConfigurePen in bltGrLine.o _ConfigurePen in bltGrLine.o _ConfigurePen in bltGrLine.o _ConfigureLine in bltGrLine.o ... _Tk_GetImage, referenced from: _ConfigureImageMarker in bltGrMarker.o _ConfigureEps in bltCanvEps.o _StringToImages in bltHierbox.o _Blt_CreateTemporaryImage in bltImage.o _StringToImage in bltTabnotebook.o _StringToImage in bltTabset.o _Blt_GetTile in bltTile.o ... _Tk_GetJoinStyle, referenced from: _DoConfig in bltObjConfig.o _Tk_GetJustifyFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_GetMMFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_GetOption, referenced from: _Blt_ConfigureWidgetFromObj in bltObjConfig.o _TkCreateFrame in tkFrame.o _TkCreateFrame in tkFrame.o _TkCreateFrame in tkFrame.o _TkCreateFrame in tkFrame.o _Tk_GetPixels, referenced from: _ClosestOp in bltGrElem.o _ClosestOp in bltGrElem.o _Blt_GetXY in bltGrMisc.o _Blt_GetXY in bltGrMisc.o _InsideOp in bltGraph.o _InsideOp in bltGraph.o _Blt_GetPixels in bltConfig.o ... _Tk_GetPixelsFromObj, referenced from: _NearestOp in bltTreeViewCmd.o _NearestOp in bltTreeViewCmd.o _ColumnNearestOp in bltTreeViewColumn.o _ColumnNearestOp in bltTreeViewColumn.o _Blt_GetPixelsFromObj in bltObjConfig.o _DoConfig in bltObjConfig.o _Tk_GetPixmap, referenced from: _Blt_DrawLegend in bltGrLegd.o _Blt_GetPrivateGC in bltGrMisc.o _OutputOp in bltGrPs.o _DisplayGraph in bltGraph.o _Blt_DrawGraph in bltGraph.o _SnapOp in bltGraph.o _DisplayHierbox in bltHierbox.o ... _Tk_GetReliefFromObj, referenced from: _DoConfig in bltObjConfig.o _Tk_GetRootCoords, referenced from: _EditOp in bltTreeViewCmd.o _NearestOp in bltTreeViewCmd.o _Blt_RootCoordinates in bltWindow.o _Tk_GetUid, referenced from: _StringToSymbol in bltGrLine.o _StringToSymbol in bltGrLine.o _StringToPattern in bltGrLine.o _GetColorPair in bltGrMisc.o _GetColorPair in bltGrMisc.o _StringToColor in bltGrPen.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o _Blt_GraphInit in bltGraph.o ... _Tk_GetVRootGeometry, referenced from: _DragDropCmd in bltDragdrop.o _OverTarget in bltDragdrop.o _OverTarget in bltUnixDnd.o _GetTokenPosition in bltUnixDnd.o _Blt_RootCoordinates in bltWindow.o _Tk_GetVisual, referenced from: _TkCreateFrame in tkFrame.o _Tk_HandleEvent, referenced from: _Blt_MakeTransparentWindowExist in bltWindow.o _Tk_IdToWindow, referenced from: _NameOfId in bltContainer.o _DisplayContainer in bltContainer.o _PullOp in bltUnixDnd.o _Tk_InternAtom, referenced from: _Blt_FontToPostScript in bltPs.o _Tk_MainWindow, referenced from: _StringToPosition in bltGrLegd.o _NewGraph in bltGraph.o _BeepCmd in bltBeep.o _Blt_BitmapInit in bltBitmap.o _HoldOp in bltBusy.o _GetBusy in bltBusy.o _ContainerCmd in bltContainer.o ... _Tk_MaintainGeometry, referenced from: _ArrangeTable in bltTable.o _Tk_MakeWindowExist, referenced from: _HoldOp in bltBusy.o _HoldOp in bltBusy.o _ContainerCmd in bltContainer.o _ConfigureContainer in bltContainer.o _StringToXID in bltContainer.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o ... _Tk_ManageGeometry, referenced from: _ConfigureWindowMarker in bltGrMarker.o _ConfigureWindowMarker in bltGrMarker.o _FreeWindowMarker in bltGrMarker.o _HoldOp in bltBusy.o _DestroyBusy in bltBusy.o _AppendOp in bltHtext.o _TableCmd in bltTable.o ... _Tk_MapWindow, referenced from: _DrawWindowMarker in bltGrMarker.o _ShowBusyWindow in bltBusy.o _DragDropCmd in bltDragdrop.o _MoveEmbeddedWidget in bltHtext.o _ArrangeTable in bltTable.o _ArrangeWindow in bltTabnotebook.o _AdoptWindow in bltTabnotebook.o ... _Tk_MeasureChars, referenced from: _GetLabelIndex in bltHierbox.o _DisplayText in bltHtext.o _DisplayText in bltHtext.o _DrawSegment in bltHtext.o _DrawSegment in bltHtext.o _GetIndex in bltHtext.o _DisplayTextbox in bltTreeViewEdit.o _DisplayTextbox in bltTreeViewEdit.o ... _Tk_MoveResizeWindow, referenced from: _DrawWindowMarker in bltGrMarker.o _HoldOp in bltBusy.o _RefWinEventProc in bltBusy.o _MoveEmbeddedWidget in bltHtext.o _ArrangeTable in bltTable.o _ArrangeWindow in bltTabnotebook.o _ArrangeWindow in bltTabset.o ... _Tk_MoveToplevelWindow, referenced from: _DragDropCmd in bltDragdrop.o _SnapToken in bltUnixDnd.o _MoveToken in bltUnixDnd.o _Tk_MoveWindow, referenced from: _DisplayTed in bltTed.o _Tk_NameOf3DBorder, referenced from: _FormatConfigValue in bltObjConfig.o _Tk_NameOfAnchor, referenced from: _PrintEntry in bltTable.o _FormatConfigValue in bltObjConfig.o _Tk_NameOfBitmap, referenced from: _SymbolToString in bltGrLine.o _SymbolToString in bltGrLine.o _SymbolsToPostScript in bltGrLine.o _SymbolsToPostScript in bltGrLine.o _PatternToString in bltGrLine.o _FormatConfigValue in bltObjConfig.o _Tk_NameOfCapStyle, referenced from: _FormatConfigValue in bltObjConfig.o _Tk_NameOfColor, referenced from: _ColorPairToString in bltGrMisc.o _ColorPairToString in bltGrMisc.o _ColorToString in bltGrPen.o _ShadowToString in bltConfig.o _Blt_BackgroundToPostScript in bltPs.o _Blt_ForegroundToPostScript in bltPs.o _FormatConfigValue in bltObjConfig.o _FormatConfigValue in bltObjConfig.o ... _Tk_NameOfCursor, referenced from: _CursorsToString in bltUnixDnd.o _FormatConfigValue in bltObjConfig.o _Tk_NameOfFont, referenced from: _Blt_FontToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o _FormatConfigValue in bltObjConfig.o _Tk_NameOfImage, referenced from: _Blt_DestroyTemporaryImage in bltImage.o _Blt_NameOfImage in bltImage.o _Tk_NameOfJoinStyle, referenced from: _FormatConfigValue in bltObjConfig.o _Tk_NameOfJustify, referenced from: _FormatConfigValue in bltObjConfig.o _Tk_NameOfRelief, referenced from: _FormatConfigValue in bltObjConfig.o _Tk_NameToWindow, referenced from: _ConfigureWindowMarker in bltGrMarker.o _HoldOp in bltBusy.o _GetBusy in bltBusy.o _StringToXID in bltContainer.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o _GetSource in bltDragdrop.o ... _Tk_OwnSelection, referenced from: _SelectOpOp in bltHierbox.o _SelectTextBlock in bltHtext.o _SelectWord in bltHtext.o _SelectLine in bltHtext.o _SelectionSetOp in bltTreeViewCmd.o _SelectText in bltTreeViewEdit.o _Tk_PhotoGetImage, referenced from: _Blt_ColorImageToPhoto in bltImage.o _Blt_PhotoRegionToColorImage in bltImage.o _Blt_PhotoToColorImage in bltImage.o _Blt_ResamplePhoto in bltImage.o _Blt_ResizePhoto in bltImage.o _Blt_ResizePhoto in bltImage.o _RedrawTile in bltTile.o ... _Tk_PhotoPutBlock_NoComposite, referenced from: _Blt_ColorImageToPhoto in bltImage.o _ResampleOp in bltWinop.o _Tk_PhotoSetSize_Panic, referenced from: _Blt_ColorImageToPhoto in bltImage.o _QuantizeOp in bltWinop.o _ResampleOp in bltWinop.o _SubsampleOp in bltWinop.o _Tk_PostscriptFontName, referenced from: _Blt_FontToPostScript in bltPs.o _Tk_RedrawImage, referenced from: _DrawImageMarker in bltGrMarker.o _DisplayEps in bltCanvEps.o _DisplayHierbox in bltHierbox.o _DisplayHierbox in bltHierbox.o _DrawButton in bltHierbox.o _DrawFolder in bltTabnotebook.o _DrawLabel in bltTabset.o ... _Tk_ResizeWindow, referenced from: _DisplayContainer in bltContainer.o _DisplayTed in bltTed.o _DisplayTed in bltTed.o _CreateTed in bltTed.o _Tk_RestackWindow, referenced from: _DisplayTed in bltTed.o _CreateTed in bltTed.o _CreateTed in bltTed.o _Tk_RestrictEvents, referenced from: _PullOp in bltUnixDnd.o _PullOp in bltUnixDnd.o _DoDrop in bltUnixDnd.o _DoDrop in bltUnixDnd.o _Tk_SetBackgroundFromBorder, referenced from: _ButtonWidgetCmd in tkButton.o _ConfigureButton in tkButton.o _ConfigureButton in tkButton.o _ConfigureFrame in tkFrame.o _ConfigureScrollbar in bltScrollbar.o _Tk_SetClass, referenced from: _NewGraph in bltGraph.o _HoldOp in bltBusy.o _Blt_ConfigureWidgetComponent in bltConfig.o _ContainerCmd in bltContainer.o _DragDropCmd in bltDragdrop.o _HierboxCmd in bltHierbox.o _TextCmd in bltHtext.o ... _Tk_SetClassProcs, referenced from: _TkCreateFrame in tkFrame.o _Tk_SetInternalBorder, referenced from: _ConfigureGraph in bltGraph.o _DragDropCmd in bltDragdrop.o _ConfigureSource in bltDragdrop.o _TokenWindowOp in bltUnixDnd.o _ConfigureToken in bltUnixDnd.o _ComputeButtonGeometry in tkButton.o _ConfigureFrame in tkFrame.o ... _Tk_SetWindowBackgroundPixmap, referenced from: _ConfigureFrame in tkFrame.o _Tk_SetWindowColormap, referenced from: _Blt_PseudoColorTable in bltColor.o _TkCreateFrame in tkFrame.o _Tk_SetWindowVisual, referenced from: _TkCreateFrame in tkFrame.o _Tk_SizeOfBitmap, referenced from: _DrawSymbols in bltGrLine.o _SymbolsToPostScript in bltGrLine.o _MapBitmapMarker in bltGrMarker.o _DataOp in bltBitmap.o _HeightOp in bltBitmap.o _WidthOp in bltBitmap.o _BitmapDataToString in bltBitmap.o ... _Tk_SizeOfImage, referenced from: _DrawImageMarker in bltGrMarker.o _MapImageMarker in bltGrMarker.o _ConfigureEps in bltCanvEps.o _StringToImages in bltHierbox.o _StringToImage in bltTabnotebook.o _StringToImage in bltTabset.o _RedrawTile in bltTile.o ... _Tk_StrictMotif, referenced from: _ConfigureButton in tkButton.o _DisplayButton in tkButton.o _DisplayButton in tkButton.o _ComputeButtonGeometry in tkButton.o _Tk_TextWidth, referenced from: _GetCursorLocation in bltHierbox.o _GetLabelIndex in bltHierbox.o _ConfigureText in bltHtext.o _Blt_GetTextLayout in bltText.o _Blt_GetTextLayout in bltText.o _Blt_GetTextExtents in bltText.o _Blt_GetTextExtents in bltText.o ... _Tk_UndefineCursor, referenced from: _ConfigureBusy in bltBusy.o _DragDropCmd in bltDragdrop.o _ResizeActivateOp in bltTreeViewColumn.o _DrawValue in bltTreeViewStyle.o _CancelDrag in bltUnixDnd.o _HideToken in bltUnixDnd.o _ConfigureTed in bltTed.o ... _Tk_UnderlineTextLayout, referenced from: _DisplayButton in tkButton.o _Tk_UnmaintainGeometry, referenced from: _ArrangeTable in bltTable.o _ArrangeTable in bltTable.o _DestroyEntry in bltTable.o _WidgetCustodyProc in bltTable.o _Tk_UnmapWindow, referenced from: _ConfigureWindowMarker in bltGrMarker.o _HoldOp in bltBusy.o _RefWinEventProc in bltBusy.o _BusyCustodyProc in bltBusy.o _ForgetOp in bltBusy.o _ReleaseOp in bltBusy.o _DragDropCmd in bltDragdrop.o _DragDropCmd in bltDragdrop.o ... _TkpMakeContainer, referenced from: _TkCreateFrame in tkFrame.o _TkpSetMainMenubar, referenced from: _FrameEventProc in tkFrame.o _TkpUseWindow, referenced from: _TkCreateFrame in tkFrame.o _XAllocColor, referenced from: _Blt_DirectColorTable in bltColor.o _XAllocColorCells, referenced from: _Blt_PseudoColorTable in bltColor.o _ColormapOp in bltWinop.o _XBell, referenced from: _BeepCmd in bltBeep.o _XChangeProperty, referenced from: _AddTargetProperty in bltDragdrop.o _SetProperty in bltUnixDnd.o _DoDrop in bltUnixDnd.o _DoDrop in bltUnixDnd.o _SourcePropertyEventProc in bltUnixDnd.o _TargetPropertyEventProc in bltUnixDnd.o _XChangeWindowAttributes, referenced from: _ChangesOp in bltWinop.o _XConfigureWindow, referenced from: _Blt_MakeTransparentWindowExist in bltWindow.o _XCopyArea, referenced from: _Blt_DrawLegend in bltGrLegd.o _Blt_DrawLegend in bltGrLegd.o _DrawImageMarker in bltGrMarker.o _DisplayGraph in bltGraph.o _Blt_DrawGraph in bltGraph.o _DisplayEps in bltCanvEps.o _DisplayHierbox in bltHierbox.o ... _XCopyPlane, referenced from: _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawBitmapMarker in bltGrMarker.o _DisplayHierbox in bltHierbox.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o ... _XCreateBitmapFromData, referenced from: _Blt_PhotoImageMask in bltUnixImage.o _Blt_ColorImageMask in bltUnixImage.o _XCreateGC, referenced from: _Blt_GetPrivateGCFromDrawable in bltGrMisc.o _Blt_GetPrivateGC in bltGrMisc.o _Blt_GetPrivateGC in bltGrMisc.o _Blt_TileRectangle in bltTile.o _Blt_TilePolygon in bltTile.o _XCreateImage, referenced from: _Blt_ColorImageToPixmap in bltUnixImage.o _XCreateWindow, referenced from: _Blt_MakeTransparentWindowExist in bltWindow.o _XDeleteProperty, referenced from: _ConfigureDnd in bltUnixDnd.o _DestroyDnd in bltUnixDnd.o _DestroyDnd in bltUnixDnd.o _XDrawArc, referenced from: _DndSend in bltDragdrop.o _DndSend in bltDragdrop.o _DisplayToken in bltUnixDnd.o _DisplayToken in bltUnixDnd.o _XDrawArcs, referenced from: _DrawSymbols in bltGrLine.o _XDrawLine, referenced from: _DrawSymbol in bltGrLine.o _DrawSymbol in bltGrLine.o _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Fill3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o _Blt_Draw3DRectangle in bltGrMisc.o ... _XDrawLines, referenced from: _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawTraces in bltGrLine.o _DrawTraces in bltGrLine.o _Blt_DrawArrow in bltGrMisc.o _Draw3DFolder in bltTabnotebook.o _Draw3DFolder in bltTabnotebook.o ... _XDrawPoints, referenced from: _DrawSymbols in bltGrLine.o _XDrawRectangle, referenced from: _DisplayHierbox in bltHierbox.o _DrawButton in bltHierbox.o _DrawFolder in bltTabnotebook.o _DrawLabel in bltTabset.o _DrawLabel in bltTreeView.o _DrawCheckBox in bltTreeViewStyle.o _DisplayTed in bltTed.o ... _XDrawRectangles, referenced from: _DrawSymbols in bltGrLine.o _XDrawSegments, referenced from: _TurnOffHairs in bltGrHairs.o _TurnOnHairs in bltGrHairs.o _DrawSymbols in bltGrLine.o _Blt_Draw2DSegments in bltGrMisc.o _DrawButton in bltHierbox.o _Blt_TreeViewDrawButton in bltTreeView.o _DisplayTed in bltTed.o ... _XExtendedMaxRequestSize, referenced from: _Blt_MaxRequestSize in bltGrMisc.o _XFetchBuffer, referenced from: _GetOp in bltCutbuffer.o _XFetchName, referenced from: _NameSearch in bltContainer.o _XFillArcs, referenced from: _DrawSymbols in bltGrLine.o _XFillPolygon, referenced from: _DrawNormalLine in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawBitmapMarker in bltGrMarker.o _DrawTextMarker in bltGrMarker.o _DrawPolygonMarker in bltGrMarker.o ... _XFillRectangle, referenced from: _DrawSymbol in bltGrBar.o _Blt_DrawLegend in bltGrLegd.o _DrawPlotRegion in bltGraph.o _DisplayEps in bltCanvEps.o _DisplayText in bltHtext.o _Blt_RotateBitmap in bltUnixImage.o _Blt_ScaleBitmap in bltUnixImage.o ... _XFillRectangles, referenced from: _DrawBarSegments in bltGrBar.o _DrawSymbols in bltGrLine.o _Blt_DrawGraph in bltGraph.o _DrawFolder in bltTabnotebook.o _DrawFolder in bltTabset.o _Blt_TileRectangles in bltTile.o _DisplayTed in bltTed.o _DisplayTed in bltTed.o _DisplayTed in bltTed.o _DisplayTed in bltTed.o _DisplayTed in bltTed.o ... _XFlush, referenced from: _ButtonWidgetCmd in tkButton.o _XFree, referenced from: _Blt_CreateColorTable in bltColor.o _NameSearch in bltContainer.o _GetChildren in bltContainer.o _OverTarget in bltDragdrop.o _OverTarget in bltDragdrop.o _QueryWindow in bltDragdrop.o _SourcePropertyEventProc in bltUnixDnd.o ... _XFreeColors, referenced from: _Blt_FreeColorTable in bltColor.o _Blt_DirectColorTable in bltColor.o _Blt_PseudoColorTable in bltColor.o _Blt_PseudoColorTable in bltColor.o _ColormapOp in bltWinop.o _XFreeFont, referenced from: _Blt_FontToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o _XFreeGC, referenced from: _Blt_FreePrivateGC in bltGrMisc.o _Blt_TilePolygon in bltTile.o _XFreePixmap, referenced from: _RedrawTile in bltTile.o _XFreeStringList, referenced from: _CmdSearch in bltContainer.o _XGContextFromGC, referenced from: _Blt_FreePrivateGC in bltGrMisc.o _XGetAtomName, referenced from: _DoDrop in bltUnixDnd.o _XGetCommand, referenced from: _CmdSearch in bltContainer.o _XGetFontProperty, referenced from: _Blt_FontToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o _Blt_FontToPostScript in bltPs.o _XGetGeometry, referenced from: _ConfigureContainer in bltContainer.o _SnapOp in bltWinop.o _XGetImage, referenced from: _BitmapToData in bltBitmap.o _Blt_DrawableToColorImage in bltUnixImage.o _Blt_RotateBitmap in bltUnixImage.o _Blt_RotateBitmap in bltUnixImage.o _Blt_ScaleBitmap in bltUnixImage.o _Blt_ScaleBitmap in bltUnixImage.o _Blt_ScaleRotateBitmapRegion in bltUnixImage.o _Blt_ScaleRotateBitmapRegion in bltUnixImage.o ... _XGetVisualInfo, referenced from: _Blt_CreateColorTable in bltColor.o _XGetWindowAttributes, referenced from: _QueryWindow in bltDragdrop.o _GetWinfo in bltUnixDnd.o _XGetWindowProperty, referenced from: _OverTarget in bltDragdrop.o _SourcePropertyEventProc in bltUnixDnd.o _GetProperty in bltUnixDnd.o _TargetPropertyEventProc in bltUnixDnd.o _XInternAtom, referenced from: _Blt_DragDropInit in bltDragdrop.o _Blt_DndInit in bltUnixDnd.o _Blt_DndInit in bltUnixDnd.o _Blt_DndInit in bltUnixDnd.o _Blt_DndInit in bltUnixDnd.o _PullOp in bltUnixDnd.o _XLoadQueryFont, referenced from: _Blt_FontToPostScript in bltPs.o _XLowerWindow, referenced from: _Blt_LowerToplevel in bltWindow.o _LowerOp in bltWinop.o _XMapWindow, referenced from: _MapTree in bltContainer.o _DisplayContainer in bltContainer.o _Blt_MapToplevel in bltWindow.o _MapOp in bltWinop.o _UnmapOp in bltWinop.o _XMaxRequestSize, referenced from: _Blt_MaxRequestSize in bltGrMisc.o _XMoveResizeWindow, referenced from: _StringToXID in bltContainer.o _DisplayContainer in bltContainer.o _FadeToken in bltUnixDnd.o _Blt_MoveResizeToplevel in bltWindow.o _XMoveWindow, referenced from: _DisplayContainer in bltContainer.o _DisplayContainer in bltContainer.o _Blt_MoveToplevel in bltWindow.o _MoveOp in bltWinop.o _XPutImage, referenced from: _Blt_ColorImageToPixmap in bltUnixImage.o _Blt_RotateBitmap in bltUnixImage.o _Blt_ScaleBitmap in bltUnixImage.o _Blt_ScaleRotateBitmapRegion in bltUnixImage.o _XQueryColors, referenced from: _Blt_PseudoColorTable in bltColor.o _Blt_DrawableToColorImage in bltUnixImage.o _ColormapOp in bltWinop.o _XQueryPointer, referenced from: _QueryOp in bltWinop.o _XQueryTree, referenced from: _GetChildren in bltContainer.o _QueryWindow in bltDragdrop.o _GetWinfo in bltUnixDnd.o _Blt_GetParent in bltWindow.o _XRaiseWindow, referenced from: _ShowBusyWindow in bltBusy.o _Blt_TreeViewTextbox in bltTreeViewEdit.o _UpdateLayout in bltTreeViewEdit.o _Blt_RaiseToplevel in bltWindow.o _RaiseOp in bltWinop.o _XReparentWindow, referenced from: _Blt_ReparentWindow in bltWindow.o _XResizeWindow, referenced from: _Blt_ResizeToplevel in bltWindow.o _XRootWindow, referenced from: _Blt_UnlinkWindow in bltWindow.o _XRotateBuffers, referenced from: _RotateOp in bltCutbuffer.o _XSelectInput, referenced from: _ConfigureContainer in bltContainer.o _StringToXID in bltContainer.o _XSendEvent, referenced from: _SendBogusEvent in bltHtext.o _SendClientMsg in bltUnixDnd.o _XSetClipMask, referenced from: _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawBitmapMarker in bltGrMarker.o _DrawBitmapMarker in bltGrMarker.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o ... _XSetClipOrigin, referenced from: _DrawSymbols in bltGrLine.o _DrawSymbols in bltGrLine.o _DrawBitmapMarker in bltGrMarker.o _DisplayHierbox in bltHierbox.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o ... _XSetDashes, referenced from: _Blt_SetDashes in bltGrMisc.o _ConfigureTed in bltTed.o _XSetFillStyle, referenced from: _Blt_TilePolygon in bltTile.o _XSetFont, referenced from: _Blt_CreateTextBitmap in bltText.o _XSetForeground, referenced from: _Blt_RotateBitmap in bltUnixImage.o _Blt_ScaleBitmap in bltUnixImage.o _Blt_ScaleRotateBitmapRegion in bltUnixImage.o _Blt_CreateTextBitmap in bltText.o _Blt_CreateTextBitmap in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o _Blt_DrawTextLayout in bltText.o ... _XSetLineAttributes, referenced from: _DndSend in bltDragdrop.o _DndSend in bltDragdrop.o _DisplayToken in bltUnixDnd.o _DisplayToken in bltUnixDnd.o _XSetStipple, referenced from: _Blt_TilePolygon in bltTile.o _XSetTSOrigin, referenced from: _DrawSymbol in bltGrBar.o _DrawSymbol in bltGrBar.o _DisplayEps in bltCanvEps.o _DisplayEps in bltCanvEps.o _Blt_SetTileOrigin in bltTile.o _Blt_SetTSOrigin in bltTile.o _Blt_TilePolygon in bltTile.o ... _XSetWindowColormap, referenced from: _Blt_DirectColorTable in bltColor.o _XStoreBuffer, referenced from: _SetOp in bltCutbuffer.o _XSync, referenced from: _ConfigureContainer in bltContainer.o _RotateOp in bltCutbuffer.o _Blt_DrawableToColorImage in bltUnixImage.o _SendClientMsg in bltUnixDnd.o _Blt_ReparentWindow in bltWindow.o _SnapOp in bltWinop.o _XTranslateCoordinates, referenced from: _ConfigureContainer in bltContainer.o _XUnmapWindow, referenced from: _Blt_UnmapToplevel in bltWindow.o _XVisualIDFromVisual, referenced from: _Blt_CreateColorTable in bltColor.o _XWarpPointer, referenced from: _WarpToOp in bltWinop.o clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[2]: stopped in /Users/pbulk/build/x11/blt/work/blt2.4z/src/shared *** Error code 1 Stop. bmake[1]: stopped in /Users/pbulk/build/x11/blt/work/blt2.4z/src *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/x11/blt/work/blt2.4z *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/blt *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/blt