Snippets for magic 8.3.680 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/magic/8.3.680/150arm64-default.log.
-
CmdSubrs.c:430:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | DBWAreaChanged(def, &def->cd_bbox, DBW_ALLWINDOWS, | ^ -
CmdSubrs.c:436:14: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | DRCCheckThis(parentUse->cu_parent, TT_CHECKSUBCELL, | ^ -
CmdSubrs.c:439:19: warning: passing arguments to 'DBCellClearDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 439 | DBCellClearDef(def); | ^ -
CmdSubrs.c:440:21: warning: passing arguments to 'DBCellClearAvail' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 440 | DBCellClearAvail(def); | ^ -
CmdSubrs.c:441:22: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | (void) DBCellRead(def, TRUE, TRUE, NULL); | ^ -
CmdSubrs.c:442:19: warning: passing arguments to 'DBCellSetAvail' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 442 | DBCellSetAvail(def); | ^ -
CmdSubrs.c:443:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 443 | DBReComputeBbox(def); | ^ -
CmdSubrs.c:444:22: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 444 | DBCellSetModified(def, FALSE); | ^ -
CmdSubrs.c:445:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 445 | DBWAreaChanged(def, &def->cd_bbox, DBW_ALLWINDOWS, | ^ -
CmdSubrs.c:451:14: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | DRCCheckThis(parentUse->cu_parent, TT_CHECKSUBCELL, | ^ -
CmdSubrs.c:547:24: warning: passing arguments to 'DBTechNameTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 547 | type = DBTechNameTypes(name, &newmask); | ^ -
CmdSubrs.c:572:17: warning: passing arguments to 'DBSeeTypesAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | DBSeeTypesAll(((CellUse *)window->w_surfaceID), | ^ -
CmdSubrs.c:614:19: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 614 | DBTechPrintTypes(&DBAllButSpaceAndDRCBits, FALSE); | ^ -
CmdSubrs.c:754:19: warning: passing arguments to 'DBUpdateStamps' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 754 | DBUpdateStamps(cellDef); | ^ -
CmdSubrs.c:755:21: warning: passing arguments to 'DBCellWrite' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 755 | if (!DBCellWrite(cellDef, fileName)) | ^ -
CmdSubrs.c:767:22: warning: passing arguments to 'DBCellRenameDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 767 | if (!DBCellRenameDef(cellDef, fileName)) | ^ -
CmdSubrs.c:792:19: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 792 | (void) WindSearch(DBWclientID, (ClientData) NULL, (Rect *) NULL, | ^ -
CmdSubrs.c:894:32: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 894 | if (tryRename && DBCellLookDef(returnname) != NULL) | ^ -
CmdSubrs.c:977:16: warning: passing arguments to 'WindCaption' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 977 | WindCaption(window, caption); | ^ -
CmdSubrs.c:1026:22: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1026 | (void) WindSearch(DBWclientID, (ClientData) NULL, (Rect *) NULL, | ^ -
CmdSubrs.c:1087:16: warning: passing arguments to 'WindCaption' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1087 | WindCaption(window, caption); | ^ -
CmdSubrs.c:1122:26: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1122 | window = ToolGetPoint(point, rect); | ^ -
CmdSubrs.c:1196:24: warning: passing arguments to 'DBCellSrDefs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1196 | (void) DBCellSrDefs(CDMODIFIED|CDBOXESCHANGED|CDSTAMPSCHANGED, | ^ -
CmdSubrs.c:1244:13: warning: passing arguments to 'DBExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1244 | DBExpand(cu, bitmask, expand ? DB_EXPAND : DB_UNEXPAND); | ^ -
CmdSubrs.c:1248:19: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1248 | (void) DBCellEnum(cu->cu_def, cmdExpand1func, INT2CD(bitmask)); | ^ -
CmdSubrs.c:1256:13: warning: passing arguments to 'DBExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1256 | DBExpand(cu, (int)CD2INT(bitmask), DB_UNEXPAND); | ^ -
CmdSubrs.c:1293:24: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1293 | (void) SelEnumCells(FALSE, (bool *) NULL, (SearchContext *) NULL, | ^ -
CMWmain.c:170:23: warning: passing arguments to 'WindSetWindowAreas' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 170 | WindSetWindowAreas(window); | ^ -
CMWmain.c:228:10: warning: passing arguments to 'WindMove' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | WindMove(window, &colorWindowRect); | ^ -
CMWmain.c:262:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 262 | GrLock(w, TRUE); | ^ -
CMWmain.c:268:24: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | WindSurfaceToScreen(w, rootArea, &screenR); | ^ -
CMWmain.c:269:14: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 269 | GrClipBox(clipArea, STYLE_ERASEALL); | ^ -
CMWmain.c:272:22: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | (void) GrGetColor(cr->cmw_color, &r, &g, &b); | ^ -
CMWmain.c:293:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 293 | WindSurfaceToScreen(w, &rect, &screenR); | ^ -
CMWmain.c:294:15: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | GrClipBox(&screenR, cb->cb_style); | ^ -
CMWmain.c:296:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 296 | WindSurfaceToScreen(w, &cb->cb_rect, &screenR); | ^ -
CMWmain.c:297:15: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | GrClipBox(&screenR, STYLE_BBOX); | ^ -
CMWmain.c:303:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | WindSurfaceToScreen(w, &cb->cb_textRect, &screenR); | ^ -
CMWmain.c:307:15: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 307 | GrPutText(cb->cb_name, STYLE_BBOX, &screenP, | ^ -
CMWmain.c:319:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 319 | WindSurfaceToScreen(w, &cp->cp_rect, &screenR); | ^ -
CMWmain.c:320:15: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | GrClipBox(&screenR, STYLE_BBOX); | ^ -
CMWmain.c:326:15: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 326 | GrPutText(string, STYLE_BBOX, &screenP, GEO_CENTER, GR_TEXT_LARGE, | ^ -
CMWmain.c:340:21: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | WindSurfaceToScreen(w, &cmwCurrentColorArea, &screenR); | ^ -
CMWmain.c:341:11: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | GrClipBox(&screenR, STYLE_CMEDIT); | ^ -
CMWmain.c:342:11: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | GrClipBox(&screenR, STYLE_BBOX); | ^ -
CMWmain.c:346:21: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 346 | WindSurfaceToScreen(w, &cmwCurrentColorTextBox, &screenR); | ^ -
CMWmain.c:350:11: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 350 | GrPutText(cmwCurrentColorText, STYLE_BBOX, &screenP, | ^ -
CMWmain.c:355:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | GrUnlock(w); | ^ -
CMWmain.c:387:16: warning: passing arguments to 'WindCaption' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | WindCaption(w, caption); | ^ -
CMWmain.c:388:20: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 388 | WindAreaChanged(w, (Rect *) NULL); | ^ -
CMWmain.c:391:13: warning: passing arguments to 'WindMove' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 391 | WindMove(w, &colorWindowRect); | ^ -
CMWmain.c:413:32: warning: passing arguments to 'WindAddClient' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 413 | CMWclientID = WindAddClient("color", CMWcreate, CMWdelete, | ^ -
CMWmain.c:423:19: warning: passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 423 | WindAddCommand(CMWclientID, | ^ -
CMWmain.c:426:19: warning: passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 426 | WindAddCommand(CMWclientID, | ^ -
CMWmain.c:429:19: warning: passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | WindAddCommand(CMWclientID, | ^ -
CMWmain.c:433:19: warning: passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | WindAddCommand(CMWclientID, | ^ -
CmdAB.c:134:19: warning: passing arguments to 'DBWriteBackup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | DBWriteBackup(filename, TRUE, FALSE); | ^ -
CmdAB.c:137:19: warning: passing arguments to 'DBWriteBackup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | DBWriteBackup(filename, TRUE, TRUE); | ^ -
CmdAB.c:140:18: warning: passing arguments to 'DBReadBackup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 140 | DBReadBackup(filename, TRUE, TRUE); | ^ -
CmdAB.c:143:18: warning: passing arguments to 'DBReadBackup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | DBReadBackup(filename, TRUE, FALSE); | ^ -
CmdAB.c:253:24: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 253 | (void) SelEnumCells(FALSE, (bool *) NULL, (SearchContext *) NULL, | ^ -
CmdAB.c:328:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 328 | if (!ToolGetBox((CellDef **) NULL, &toolRect)) | ^ -
CmdAB.c:335:17: warning: passing arguments to 'SelectArray' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 335 | SelectArray(&a); | ^ -
CmdAB.c:529:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 529 | if (!ToolGetBox((CellDef **) NULL, &toolRect)) | ^ -
CmdAB.c:536:17: warning: passing arguments to 'SelectArray' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 536 | SelectArray(&a); | ^ -
CmdAB.c:753:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 753 | DBWSetBox((CellDef *)NULL, &GeoNullRect); | ^ -
CmdAB.c:783:32: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | Tcl_NewBooleanObj(ToolGetBox(NULL, NULL) ? TRUE : FALSE)); | ^ -
CmdAB.c:796:17: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 796 | if (!ToolGetBox(&rootBoxDef, &rootBox)) | ^ -
CmdAB.c:878:15: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 878 | ToolMoveBox(tcorner, &cmd->tx_p, TRUE, rootBoxDef); | ^ -
CmdAB.c:881:18: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 881 | ToolMoveCorner(tcorner, &cmd->tx_p, TRUE, rootBoxDef); | ^ -
CmdAB.c:886:13: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | ToolGetBox(&rootBoxDef, &rootBox); | ^ -
CmdAB.c:1183:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1183 | ToolMoveCorner(tcorner, &ll, FALSE, rootBoxDef); | ^ -
CmdAB.c:1312:13: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1312 | ToolMoveBox(TOOL_BL, &rootBox.r_ll, FALSE, rootBoxDef); | ^ -
CmdAB.c:1313:16: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1313 | ToolMoveCorner(TOOL_TR, &rootBox.r_ur, FALSE, rootBoxDef); | ^ -
CMWcmmnds.c:95:17: warning: passing arguments to 'WindExecute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | WindExecute(w, CMWclientID, cmd); | ^ -
CMWcmmnds.c:154:23: warning: passing arguments to 'WindPointToSurface' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 154 | WindPointToSurface(w, p, &surfacePoint, (Rect *) NULL); | ^ -
CMWcmmnds.c:254:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 254 | color = GrReadPixel(w, p->p_x, p->p_y); | ^ -
CMWcmmnds.c:266:19: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | (void) GrGetColor(color, &r, &g, &b); | ^ -
CMWcmmnds.c:267:19: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 267 | (void) GrGetColor(crec->cmw_color, &oldR, &oldG, &oldB); | ^ -
CMWcmmnds.c:268:19: warning: passing arguments to 'GrPutColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | (void) GrPutColor(crec->cmw_color, r, g, b); | ^ -
CMWcmmnds.c:275:19: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | (void) WindSearch(CMWclientID, (ClientData) NULL, (Rect *) NULL, | ^ -
CMWcmmnds.c:369:12: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | GrGetColor(crec->cmw_color, &r, &g, &b); | ^ -
CMWcmmnds.c:405:13: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 405 | GrGetColor(crec->cmw_color, &r, &g, &b); | ^ -
CMWcmmnds.c:467:17: warning: passing arguments to 'GrSaveCMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 467 | ok = GrSaveCMap(cmd->tx_argv[1], cmd->tx_argv[2], | ^ -
CMWcmmnds.c:472:17: warning: passing arguments to 'GrSaveCMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 472 | ok = GrSaveCMap(DBWStyleType, (char *) NULL, MainMonType, | ^ -
CMWcmmnds.c:512:19: warning: passing arguments to 'GrReadCMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 512 | (void) GrReadCMap(cmd->tx_argv[1], cmd->tx_argv[2], | ^ -
CMWcmmnds.c:515:27: warning: passing arguments to 'GrReadCMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 515 | else (void) GrReadCMap(DBWStyleType, (char *) NULL, | ^ -
CMWcmmnds.c:555:22: warning: passing arguments to 'GrGetColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 555 | (void) GrGetColor(cr->cmw_color, &r, &g, &b); | ^ -
CMWcmmnds.c:581:22: warning: passing arguments to 'GrPutColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 581 | (void) GrPutColor(cr->cmw_color, nr, ng, nb); | ^ -
CMWcmmnds.c:588:22: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 588 | (void) WindSearch(CMWclientID, (ClientData) NULL, (Rect *) NULL, | ^ -
CMWcmmnds.c:610:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 610 | WindSurfaceToScreen(w, &cb->cb_rect, &screenR); | ^ -
CMWcmmnds.c:611:28: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 611 | WindAreaChanged(w, &screenR); | ^ -
CMWcmmnds.c:615:25: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 615 | WindSurfaceToScreen(w, &cp->cp_rect, &screenR); | ^ -
CMWcmmnds.c:616:28: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | WindAreaChanged(w, &screenR); | ^ -
CMWcmmnds.c:621:24: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 621 | WindSurfaceToScreen(w, &cmwCurrentColorArea, &screenR); | ^ -
CMWcmmnds.c:622:20: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 622 | WindAreaChanged(w, &screenR); | ^ -
CMWundo.c:84:36: warning: passing arguments to 'UndoAddClient' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 84 | cmwUndoClientID = UndoAddClient(cmwUndoStart, cmwUndoDone, NULL, NULL, | ^ -
CMWundo.c:110:22: warning: passing arguments to 'GrPutColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | (void) GrPutColor(up->cue_color, up->new_r, up->new_g, up->new_b); | ^ -
CMWundo.c:118:22: warning: passing arguments to 'GrPutColor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | (void) GrPutColor(up->cue_color, up->old_r, up->old_g, up->old_b); | ^ -
CMWundo.c:214:23: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 214 | (void) WindSearch(CMWclientID, (ClientData) NULL, (Rect *) NULL, | ^ -
CmdCD.c:1031:16: warning: passing arguments to 'DBWloadWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1031 | DBWloadWindow(w, (char *)NULL, DBW_LOAD_IGNORE_TECH); | ^ -
CmdCD.c:1287:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1287 | (*func)(NULL, ALLCELLS, dolist); | ^ -
CmdCD.c:1290:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1290 | (*func)(NULL, TOPCELLS, dolist); | ^ -
CmdCD.c:1293:16: warning: passing arguments to 'DBTopPrint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1293 | DBTopPrint(w, dolist); | ^ -
CmdCD.c:1297:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1297 | (*func)(cellname, SELF, dolist); | ^ -
CmdCD.c:1300:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1300 | (*func)(cellname, ((is_cellname == FALSE) ? OTHER : SELF), dolist); | ^ -
CmdCD.c:1303:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1303 | (*func)(cellname, ((is_cellname == FALSE) ? SELF : OTHER), dolist); | ^ -
CmdCD.c:1306:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1306 | (*func)(cellname, CHILDREN, dolist); | ^ -
CmdCD.c:1309:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1309 | (*func)(cellname, ((is_cellname == FALSE) ? CHILDREN : CHILDINST), dolist); | ^ -
CmdCD.c:1312:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1312 | (*func)(cellname, PARENTS, dolist); | ^ -
CmdCD.c:1315:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1315 | (*func)(cellname, MODIFIED, dolist); | ^ -
CmdCD.c:1321:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1321 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1337:22: warning: passing arguments to 'DBCellDelete' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1337 | DBCellDelete(cellname, TRUE); | ^ -
CmdCD.c:1342:22: warning: passing arguments to 'DBCellDelete' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1342 | DBCellDelete(cellname, FALSE); | ^ -
CmdCD.c:1355:30: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1355 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1374:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1374 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1416:14: warning: passing arguments to 'DBOpenOnly' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1416 | DBOpenOnly(cellDef, NULL, TRUE, NULL); | ^ -
CmdCD.c:1428:19: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1428 | WindAreaChanged(w, &w->w_screenArea); | ^ -
CmdCD.c:1458:22: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1458 | WindAreaChanged(w, &w->w_screenArea); | ^ -
CmdCD.c:1468:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1468 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1533:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1533 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1571:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1571 | cellDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1641:15: warning: passing arguments to 'DBCellRename' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1641 | DBCellRename(cellDef->cd_name, cellname, doforce); | ^ -
CmdCD.c:1645:18: warning: passing arguments to 'DBCellRename' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1645 | DBCellRename(cellname, cmd->tx_argv[3 + ((dolist) ? 1 : 0)], doforce); | ^ -
CmdCD.c:1648:28: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1648 | newDef = DBCellLookDef(cellname); | ^ -
CmdCD.c:1651:24: warning: passing arguments to 'DBCellNewDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1651 | newDef = DBCellNewDef(cellname); | ^ -
CmdCD.c:1652:17: warning: passing arguments to 'DBCellSetAvail' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1652 | DBCellSetAvail(newDef); | ^ -
CmdCD.c:1669:17: warning: passing arguments to 'DBOrientUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1669 | DBOrientUse(cellname, dodef/*, orient*/); | ^ -
CmdCD.c:1672:19: warning: passing arguments to 'DBAbutmentUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1672 | DBAbutmentUse(cellname, dolist); | ^ -
CmdCD.c:1675:15: warning: passing arguments to 'DBLockUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1675 | DBLockUse(cellname, TRUE); | ^ -
CmdCD.c:1678:15: warning: passing arguments to 'DBLockUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1678 | DBLockUse(cellname, FALSE); | ^ -
CmdCD.c:1876:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1876 | if (!ToolGetBox(&rootDef, &box)) | ^ -
CmdCD.c:1901:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1901 | if (!ToolGetBox(&rootDef, &box)) | ^ -
CmdCD.c:1913:18: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1913 | if (!ToolGetBox(&rootDef, &box)) | ^ -
CmdCD.c:2147:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2147 | if (!ToolGetBox(&rootDef, &box)) | ^ -
CmdCD.c:2158:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2158 | if (!ToolGetBox(&rootDef, &box)) | ^ -
CmdCD.c:2166:27: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2166 | paintDef = DBCellLookDef(argv[4]); | ^ -
CmdCD.c:2169:30: warning: passing arguments to 'DBCellNewDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2169 | paintDef = DBCellNewDef(argv[4]); | ^ -
CmdCD.c:2170:21: warning: passing arguments to 'DBCellSetAvail' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2170 | DBCellSetAvail(paintDef); | ^ -
CmdCD.c:2176:33: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2176 | layer = DBTechNoisyNameType(argv[3]); | ^ -
CmdCD.c:2183:17: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2183 | DBWAreaChanged(paintDef, &box, DBW_ALLWINDOWS, &mask); | ^ -
CmdCD.c:2184:15: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2184 | DRCCheckThis(paintDef, TT_CHECKPAINT, &box); | ^ -
CmdCD.c:2361:20: warning: passing arguments to 'SelectTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2361 | SelectTransform(&trans); | ^ -
CmdCD.c:2367:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2367 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRootDef)) | ^ -
CmdCD.c:2372:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2372 | DBWSetBox(rootDef, &newBox); | ^ -
CmdCD.c:2459:32: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2459 | type = DBTechNoisyNameType(cmd->tx_argv[2]); | ^ -
CmdCD.c:2461:22: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2461 | if (!DBIsContact(type)) | ^ -
CmdCD.c:2472:24: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2472 | rmask = DBResidueMask(ctype); | ^ -
CmdCD.c:2478:19: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2478 | DBSrPaintArea((Tile *) NULL, EditCellUse->cu_def->cd_planes[DBPlane(type)], | ^ -
CmdCD.c:2481:27: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2481 | rmask = DBResidueMask(type); | ^ -
CmdCD.c:2489:10: warning: passing arguments to 'DBErase' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2489 | DBErase(EditCellUse->cu_def, &lr->r_r, type); | ^ -
CmdCD.c:2492:11: warning: passing arguments to 'DBPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2492 | DBPaint(EditCellUse->cu_def, &lr->r_r, rtype); | ^ -
CmdCD.c:2500:20: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2500 | DBWAreaChanged(EditCellUse->cu_def, &area, DBW_ALLWINDOWS, &smask); | ^ -
CmdCD.c:2501:19: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2501 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &area); | ^ -
CmdCD.c:2508:31: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2508 | type = DBTechNoisyNameType(cmd->tx_argv[1]); | ^ -
CmdCD.c:2511:18: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2511 | if (!DBIsContact(type)) | ^ -
CmdCD.c:2519:23: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2519 | rmask = DBResidueMask(type); | ^ -
CmdCD.c:2531:15: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2531 | DBSrPaintArea((Tile *) NULL, EditCellUse->cu_def->cd_planes[DBPlane(rtype)], | ^ -
CmdCD.c:2539:17: warning: passing arguments to 'DBPaintMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2539 | DBPaintMask(EditCellUse->cu_def, &ccs.lhead->r_r, &smask); | ^ -
CmdCD.c:2546:16: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2546 | DBWAreaChanged(EditCellUse->cu_def, &area, DBW_ALLWINDOWS, &smask); | ^ -
CmdCD.c:2547:15: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2547 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &area); | ^ -
CmdCD.c:2576:20: warning: passing arguments to 'DBSrPaintNMArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2576 | DBSrPaintNMArea((Tile *)NULL, ccs->rootDef->cd_planes[DBPlane(stype)], | ^ -
CmdCD.c:2761:16: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2761 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRootDef)) | ^ -
CmdCD.c:2764:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2764 | DBWSetBox(rootDef, &newBox); | ^ -
CmdCD.c:2775:23: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2775 | window = ToolGetPoint(&rootPoint, (Rect *) NULL); | ^ -
CmdCD.c:2794:17: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2794 | if (!ToolGetBox(&rootDef, &rootBox) || (rootDef != SelectRootDef)) | ^ -
CmdCD.c:2804:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2804 | DBWSetBox(rootDef, &newBox); | ^ -
CmdCD.c:2806:15: warning: passing arguments to 'SelectCopy' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2806 | SelectCopy(&t); | ^ -
CmdCD.c:2967:22: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2967 | (void) DBTreeSrTiles(&scx, &maskBits, | ^ -
CmdCD.c:2995:7: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2995 | DBPaintPlane(plane, &rectp->r_r, resultTbl, &ui); | ^ -
CmdCD.c:3014:22: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3014 | (void) DBTreeSrTiles(&scx, &maskBits, | ^ -
CmdCD.c:3027:13: warning: passing arguments to 'DBPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3027 | DBPaint(EditCellUse->cu_def, &cmdCornerList->cca_area, | ^ -
CmdCD.c:3036:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3036 | DBAdjustLabels(EditCellUse->cu_def, &editBox); | ^ -
CmdCD.c:3037:17: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3037 | DRCCheckThis(EditCellUse->cu_def, TT_CHECKPAINT, &editBox); | ^ -
CmdCD.c:3038:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3038 | DBWAreaChanged(EditCellUse->cu_def, &editBox, DBW_ALLWINDOWS, &maskBits); | ^ -
CmdCD.c:3039:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3039 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdCD.c:3766:19: warning: passing arguments to 'DBWriteBackup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3766 | DBWriteBackup(filename, FALSE, FALSE); | ^ -
CmdCD.c:3769:20: warning: passing arguments to 'DBFileRecovery' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3769 | DBFileRecovery(filename); | ^ -
CmdCD.c:3823:17: warning: passing arguments to 'DBWSetCrosshair' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3823 | DBWSetCrosshair(w, &pos); | ^ -
CmdCD.c:3854:17: warning: passing arguments to 'SelectDelete' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3854 | SelectDelete("deleted", TRUE); | ^ -
CmdCD.c:3906:15: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3906 | DBTreeFindUse(cmd->tx_argv[1], rootUse, &scx); | ^ -
CmdCD.c:3923:22: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3923 | (void) WindSearch(DBWclientID, (ClientData) NULL, | ^ -
CmdCD.c:3931:24: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3931 | (void) ToolGetPoint((Point *) NULL, &pointArea); | ^ -
CmdCD.c:3936:14: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3936 | SelEnumCells(FALSE, (bool *) NULL, (SearchContext *) NULL, | ^ -
CmdCD.c:3951:22: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3951 | (void) WindSearch(DBWclientID, (ClientData) NULL, | ^ -
CmdCD.c:3953:18: warning: passing arguments to 'DBWloadWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3953 | DBWloadWindow(w, EditCellUse->cu_def->cd_name, DBW_LOAD_IGNORE_TECH); | ^ -
CmdCD.c:4144:31: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4144 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4147:18: warning: passing arguments to 'DRCFlatCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4147 | DRCFlatCheck(rootUse, &rootArea); | ^ -
CmdCD.c:4158:31: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4158 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4161:29: warning: passing arguments to 'DRCFindInteractions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4161 | if (DRCFindInteractions(rootUse->cu_def, &rootArea, | ^ -
CmdCD.c:4167:17: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4167 | ToolMoveBox(TOOL_BL, &area.r_ll, FALSE, rootUse->cu_def); | ^ -
CmdCD.c:4168:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4168 | ToolMoveCorner(TOOL_TR, &area.r_ur, FALSE, rootUse->cu_def); | ^ -
CmdCD.c:4173:16: warning: passing arguments to 'DRCPrintStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4173 | DRCPrintStyle(dolist, doforall, !doforall); | ^ -
CmdCD.c:4175:14: warning: passing arguments to 'DRCSetStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4175 | DRCSetStyle(argv[2]); | ^ -
CmdCD.c:4183:31: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4183 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4186:14: warning: passing arguments to 'DRCCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4186 | DRCCheck(rootUse, &rootArea); | ^ -
CmdCD.c:4200:28: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4200 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4207:20: warning: passing arguments to 'DRCCount' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4207 | dcl = DRCCount(rootUse, &rootArea, doforall); | ^ -
CmdCD.c:4285:28: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4285 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4339:19: warning: passing arguments to 'DRCFind' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4339 | result = DRCFind(rootUse, &rootArea, &area, drc_nth); | ^ -
CmdCD.c:4344:23: warning: passing arguments to 'DRCFind' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4344 | result = DRCFind(rootUse, &rootArea, &area, drc_nth); | ^ -
CmdCD.c:4357:18: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4357 | ToolMoveBox(TOOL_BL, &area.r_ll, FALSE, rootDef); | ^ -
CmdCD.c:4358:21: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4358 | ToolMoveCorner(TOOL_TR, &area.r_ur, FALSE, rootDef); | ^ -
CmdCD.c:4363:17: warning: passing arguments to 'DRCWhy' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4363 | if (DRCWhy(dolist, rootUse, &area, findonly)) break; | ^ -
CmdCD.c:4539:22: warning: passing arguments to 'DRCPrintRulesTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4539 | DRCPrintRulesTable (stdout); | ^ -
CmdCD.c:4549:22: warning: passing arguments to 'DRCPrintRulesTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4549 | DRCPrintRulesTable (fp); | ^ -
CmdCD.c:4588:31: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4588 | window = ToolGetBoxWindow(&rootArea, (int *) NULL); | ^ -
CmdCD.c:4594:18: warning: passing arguments to 'DRCWhyAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4594 | DRCWhyAll(rootUse, &rootArea, NULL); | ^ -
CmdCD.c:4597:17: warning: passing arguments to 'DRCWhy' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4597 | if (!DRCWhy(dolist, rootUse, &rootArea, FALSE)) | ^ -
CmdCD.c:4643:16: warning: passing arguments to 'DBPaintMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4643 | DBPaintMask(cellDef, &area, lMask); | ^ -
CmdCD.c:4682:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4682 | DBTreeSrTiles(&scx, &tMask, 0, cmdDropPaintCell, (ClientData)lMask); | ^ -
CmdCD.c:4797:17: warning: passing arguments to 'SelEnumPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4797 | SelEnumPaint(&DBAllButSpaceAndDRCBits, FALSE, (bool *)NULL, | ^ -
CmdCD.c:4808:20: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4808 | DBSrPaintArea((Tile *)NULL, SelectDef->cd_planes[pNum], | ^ -
CmdCD.c:4814:17: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4814 | DRCCheckThis(EditCellUse->cu_def, TT_CHECKPAINT, &editBox); | ^ -
CmdCD.c:4815:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4815 | DBWAreaChanged(EditCellUse->cu_def, &editBox, DBW_ALLWINDOWS, &tMask); | ^ -
CmdCD.c:4816:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4816 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdCD.c:4855:12: warning: passing arguments to 'SelectDump' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4855 | SelectDump(&scx); | ^ -
CmdCD.c:4949:24: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4949 | def = DBCellLookDef(cellnameptr); | ^ -
CmdCD.c:4951:20: warning: passing arguments to 'DBCellNewDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4951 | def = DBCellNewDef(cellnameptr); | ^ -
CmdCD.c:4973:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4973 | def = DBCellLookDef(newcellname); | ^ -
CmdCD.c:4977:21: warning: passing arguments to 'DBCellNewDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4977 | def = DBCellNewDef(newcellname); | ^ -
CmdCD.c:4996:20: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4996 | if (!DBCellRead(def, TRUE, TRUE, NULL)) | ^ -
CmdCD.c:4998:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 4998 | DBReComputeBbox(def); | ^ -
CmdCD.c:5002:21: warning: passing arguments to 'DBIsAncestor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5002 | if (DBIsAncestor(def, EditCellUse->cu_def)) | ^ -
CmdCD.c:5021:21: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5021 | proprec = DBPropGet(def, "FIXED_BBOX", &found); | ^ -
CmdCD.c:5118:23: warning: passing arguments to 'DBSrLabelLoc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5118 | (void) DBSrLabelLoc(dummy, av[2], cmdDumpFunc, | ^ -
CmdCD.c:5159:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5159 | if (!ToolGetBox(&rootDef, &rootBox) || | ^ -
CmdCD.c:5166:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5166 | if (!ToolGetBox(&rootDef, &rootBox) || | ^ -
CmdCD.c:5173:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5173 | if (!ToolGetBox(&rootDef, &rootBox) || | ^ -
CmdCD.c:5180:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5180 | if (!ToolGetBox(&rootDef, &rootBox) || | ^ -
CmdCD.c:5283:23: warning: passing arguments to 'DBSrLabelLoc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5283 | (void) DBSrLabelLoc(dummy, av[1], cmdDumpFunc, &editPoint); | ^ -
CmdCD.c:5362:17: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 5362 | if (!ToolGetBox(&rootDef, &rootBox)) | ^ -
../extract/extractInt.h:1135:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] 1135 | extern void extEnumTerminal(); | ^ -
CmdE.c:100:15: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | DBTreeFindUse(cmd->tx_argv[1], rootUse, &scx); | ^ -
CmdE.c:120:26: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 120 | (void) WindSearch(DBWclientID, (ClientData) NULL, | ^ -
CmdE.c:123:16: warning: passing arguments to 'DBWUndoOldEdit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 123 | DBWUndoOldEdit(EditCellUse, EditRootDef, &EditToRootTransform, | ^ -
CmdE.c:132:24: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | (void) ToolGetPoint((Point *) NULL, &pointArea); | ^ -
CmdE.c:141:14: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | SelEnumCells(FALSE, (bool *) NULL, (SearchContext *) NULL, | ^ -
CmdE.c:158:12: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | DBCellRead(EditCellUse->cu_def, TRUE, TRUE, NULL); | ^ -
CmdE.c:174:19: warning: passing arguments to 'DBWUndoNewEdit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | DBWUndoNewEdit(EditCellUse, EditRootDef, | ^ -
CmdE.c:180:22: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | (void) WindSearch(DBWclientID, (ClientData) NULL, | ^ -
CmdE.c:210:16: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | DBWAreaChanged(EditRootDef, area, crec->dbw_bitmask, | ^ -
CmdE.c:215:16: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 215 | DBWAreaChanged(EditRootDef, &tmp, crec->dbw_bitmask, | ^ -
CmdE.c:264:19: warning: passing arguments to 'DBArrayOverlap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 264 | DBArrayOverlap(use, &useArea, &xlo, &xhi, &ylo, &yhi); | ^ -
CmdE.c:265:38: warning: passing arguments to 'DBGetArrayTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 265 | GeoTransTrans(DBGetArrayTransform(use, xlo, ylo), transform, | ^ -
CmdE.c:384:33: warning: passing arguments to 'GrGetStyleFromName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 384 | style = GrGetStyleFromName(cmd->tx_argv[4]); | ^ -
CmdE.c:407:21: warning: passing arguments to 'DBWElementAddLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | DBWElementAddLine(w, cmd->tx_argv[3], &area, def, style); | ^ -
CmdE.c:418:21: warning: passing arguments to 'DBWElementAddRect' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 418 | DBWElementAddRect(w, cmd->tx_argv[3], &area, def, style); | ^ -
CmdE.c:427:21: warning: passing arguments to 'DBWElementAddText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | DBWElementAddText(w, cmd->tx_argv[3], area.r_xbot, | ^ -
CmdE.c:444:22: warning: passing arguments to 'DBWElementDelete' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 444 | DBWElementDelete(w, cmd->tx_argv[2]); | ^ -
CmdE.c:473:18: warning: passing arguments to 'DBWElementText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 473 | DBWElementText(w, cmd->tx_argv[2], NULL); | ^ -
CmdE.c:477:22: warning: passing arguments to 'DBWElementText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 477 | DBWElementText(w, cmd->tx_argv[2], cmd->tx_argv[4]); | ^ -
CmdE.c:486:22: warning: passing arguments to 'DBWElementText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | DBWElementText(w, cmd->tx_argv[2], cmd->tx_argv[4]); | ^ -
CmdE.c:492:19: warning: passing arguments to 'DBWElementStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 492 | DBWElementStyle(w, cmd->tx_argv[2], -1, 0); | ^ -
CmdE.c:505:34: warning: passing arguments to 'GrGetStyleFromName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | style = GrGetStyleFromName(cmd->tx_argv[5]); | ^ -
CmdE.c:515:23: warning: passing arguments to 'DBWElementStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 515 | DBWElementStyle(w, cmd->tx_argv[2], style, TRUE); | ^ -
CmdE.c:517:23: warning: passing arguments to 'DBWElementStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | DBWElementStyle(w, cmd->tx_argv[2], style, FALSE); | ^ -
CmdE.c:523:17: warning: passing arguments to 'DBWElementPos' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 523 | DBWElementPos(w, cmd->tx_argv[2], NULL); | ^ -
CmdE.c:547:21: warning: passing arguments to 'DBWElementPos' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 547 | DBWElementPos(w, cmd->tx_argv[2], &crect); | ^ -
CmdE.c:565:28: warning: passing arguments to 'DBWElementParseFlags' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 565 | DBWElementParseFlags(w, cmd->tx_argv[2], cmd->tx_argv[4]); | ^ -
CmdE.c:580:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 580 | if (!ToolGetBox((CellDef **)NULL, &area)) | ^ -
CmdE.c:585:21: warning: passing arguments to 'DBWElementInbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 585 | DBWElementInbox(&area); | ^ -
CmdE.c:703:17: warning: passing arguments to 'DBEraseValid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 703 | DBEraseValid(EditCellUse->cu_def, &editRect, &activeLayersForErasure, 0); | ^ -
CmdE.c:708:13: warning: passing arguments to 'DBEraseMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 708 | DBEraseMask(EditCellUse->cu_def, &editRect, &errorLayersForErasure); | ^ -
CmdE.c:713:17: warning: passing arguments to 'DBEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 713 | DBEraseLabel(EditCellUse->cu_def, &editRect, &mask, &areaReturn); | ^ -
CmdE.c:734:25: warning: passing arguments to 'DBCellSrArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 734 | (void) DBCellSrArea(&scx, cmdEraseCellsFunc, (ClientData) NULL); | ^ -
CmdE.c:737:15: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 737 | DRCCheckThis(EditCellUse->cu_def, TT_CHECKSUBCELL, | ^ -
CmdE.c:739:17: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 739 | DBWAreaChanged(EditCellUse->cu_def, | ^ -
CmdE.c:742:15: warning: passing arguments to 'DBUnLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 742 | DBUnLinkCell(cmdEraseCells[i], EditCellUse->cu_def); | ^ -
CmdE.c:743:15: warning: passing arguments to 'DBDeleteCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 743 | DBDeleteCell(cmdEraseCells[i]); | ^ -
CmdE.c:744:25: warning: passing arguments to 'DBCellDeleteUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 744 | (void) DBCellDeleteUse(cmdEraseCells[i]); | ^ -
CmdE.c:749:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 749 | DBAdjustLabels(EditCellUse->cu_def, &editRect); | ^ -
CmdE.c:754:15: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 754 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &editRect); | ^ -
CmdE.c:757:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 757 | DBWAreaChanged(EditCellUse->cu_def, &areaReturn, DBW_ALLWINDOWS, &mask); | ^ -
CmdE.c:758:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 758 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdE.c:880:25: warning: passing arguments to 'DBScalePoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 880 | DBScalePoint(&rootRect.r_ll, d, 1); | ^ -
CmdE.c:881:25: warning: passing arguments to 'DBScalePoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 881 | DBScalePoint(&rootRect.r_ur, d, 1); | ^ -
CmdE.c:882:24: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 882 | ToolMoveBox(TOOL_BL, &rootRect.r_ll, FALSE, rootBoxDef); | ^ -
CmdE.c:883:27: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 883 | ToolMoveCorner(TOOL_TR, &rootRect.r_ur, FALSE, rootBoxDef); | ^ -
CmdE.c:887:22: warning: passing arguments to 'WindScale' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 887 | WindScale(d, 1); | ^ -
CmdE.c:892:25: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 892 | (void) ToolGetBoxWindow(&rootRect, &boxMask); | ^ -
CmdE.c:906:15: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 906 | SelectExpand(windowMask, | ^ -
CmdE.c:913:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 913 | DBExpandAll(rootBoxUse, &rootRect, windowMask, | ^ -
CmdE.c:916:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 916 | SelectExpand(windowMask, | ^ -
CmdE.c:922:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 922 | DBExpandAll(rootBoxUse, &rootRect, windowMask, | ^ -
CmdE.c:925:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 925 | SelectExpand(windowMask, | ^ -
CmdE.c:933:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 933 | DBExpandAll(rootBoxUse, &rootRect, windowMask, | ^ -
CmdE.c:936:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 936 | SelectExpand(windowMask, | ^ -
CmdE.c:942:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 942 | DBExpandAll(rootBoxUse, &rootRect, windowMask, | ^ -
CmdE.c:945:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 945 | SelectExpand(windowMask, | ^ -
CmdE.c:953:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 953 | DBExpandAll(rootBoxUse, &TiPlaneRect, windowMask, | ^ -
CmdE.c:956:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 956 | SelectExpand(windowMask, | ^ -
CmdE.c:962:18: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 962 | DBExpandAll(rootBoxUse, &TiPlaneRect, windowMask, | ^ -
CmdE.c:965:19: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 965 | SelectExpand(windowMask, | ^ -
CmdE.c:992:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 992 | DBWAreaChanged(use->cu_parent, &use->cu_bbox, windowMask, | ^ -
CmdE.c:1173:20: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1173 | if (ToolGetBox(&selectedDef,NULL) == FALSE) | ^ -
CmdE.c:1190:17: warning: passing arguments to 'ExtIncremental' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1190 | ExtIncremental(selectedUse); | ^ -
CmdE.c:1217:15: warning: passing arguments to 'ExtUnique' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1217 | ExtUnique(selectedUse, all); | ^ -
CmdE.c:1224:9: warning: passing arguments to 'ExtAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1224 | ExtAll(selectedUse); | ^ -
CmdE.c:1236:20: warning: passing arguments to 'ExtractOneCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1236 | ExtractOneCell(selectedUse->cu_def, namep, FALSE); | ^ -
CmdE.c:1310:13: warning: passing arguments to 'ExtParents' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1310 | ExtParents(selectedUse); | ^ -
CmdE.c:1320:20: warning: passing arguments to 'ExtShowParents' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1320 | ExtShowParents(selectedUse); | ^ -
CmdE.c:1325:15: warning: passing arguments to 'ExtPrintPath' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1325 | ExtPrintPath(dolist); | ^ -
CmdE.c:1327:13: warning: passing arguments to 'ExtSetPath' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1327 | ExtSetPath(argv[2]); | ^ -
CmdE.c:1332:16: warning: passing arguments to 'ExtPrintStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1332 | ExtPrintStyle(dolist, doforall, !doforall); | ^ -
CmdE.c:1334:14: warning: passing arguments to 'ExtSetStyle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1334 | ExtSetStyle(argv[2]); | ^ -
CmdE.c:1513:16: warning: passing arguments to 'ExtSetDriver' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1513 | ExtSetDriver(argv[n]); | ^ -
CmdE.c:1519:18: warning: passing arguments to 'ExtSetReceiver' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1519 | ExtSetReceiver(argv[n]); | ^ -
../database/database.h:1020:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1020 | extern int DBBoundCellPlane(); | ^ -
DBbound.c:63:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 63 | int dbCellBoundFunc(); | ^ -
../database/database.h:910:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 910 | extern bool DBBoundPlane(); | ^ -
CmdFI.c:107:19: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | DBWFeedbackAdd(&area, arg->text, arg->def, FEEDMAGNIFY, | ^ -
CmdFI.c:215:37: warning: passing arguments to 'GrGetStyleFromName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 215 | style = GrGetStyleFromName(cmd->tx_argv[3]); | ^ -
CmdFI.c:258:21: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | DBWFeedbackAdd(&box, cmd->tx_argv[2], rootDef, FEEDMAGNIFY, style); | ^ -
CmdFI.c:288:21: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 288 | DBWFeedbackAdd(&box, cmd->tx_argv[2], rootDef, FEEDMAGNIFY, style); | ^ -
CmdFI.c:312:25: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 312 | plane = DBNewPlane((ClientData)0); | ^ -
CmdFI.c:318:20: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | DBSrPaintArea((Tile *)NULL, plane, &TiPlaneRect, &feedSimpleMask, | ^ -
CmdFI.c:346:22: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 346 | DBWFeedbackAdd(&box, cmd->tx_argv[2], rootDef, | ^ -
CmdFI.c:355:23: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | w = ToolGetBoxWindow(&box, (int *) NULL); | ^ -
CmdFI.c:358:17: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 358 | DBWFeedbackAdd(&box, cmd->tx_argv[2], rootDef, 1, style); | ^ -
CmdFI.c:364:26: warning: passing arguments to 'DBWFeedbackClear' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 364 | DBWFeedbackClear(cmd->tx_argv[2]); | ^ -
CmdFI.c:366:26: warning: passing arguments to 'DBWFeedbackClear' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | DBWFeedbackClear(NULL); | ^ -
CmdFI.c:403:27: warning: passing arguments to 'DBWFeedbackNth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 403 | text = DBWFeedbackNth(nth-1, &box, &rootDef, (int *) NULL); | ^ -
CmdFI.c:404:17: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 404 | ToolMoveBox(TOOL_BL, &box.r_ll, FALSE, rootDef); | ^ -
CmdFI.c:405:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 405 | ToolMoveCorner(TOOL_TR, &box.r_ur, FALSE, rootDef); | ^ -
CmdFI.c:429:24: warning: passing arguments to 'DBWFeedbackNth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | text = DBWFeedbackNth(i, &box, (CellDef **) NULL, &style); | ^ -
CmdFI.c:457:26: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | w = ToolGetBoxWindow(&box, (int *) NULL); | ^ -
CmdFI.c:466:24: warning: passing arguments to 'DBWFeedbackNth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | text = DBWFeedbackNth(i, &area, &fbRootDef, (int *) NULL); | ^ -
CmdFI.c:473:14: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:576:25: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 576 | (void) DBTreeSrTiles(&scx, &maskBits, | ^ -
CmdFI.c:586:9: warning: passing arguments to 'DBPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 586 | DBPaint(EditCellUse->cu_def, &cmdFillList->cfa_area, | ^ -
CmdFI.c:594:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 594 | DBAdjustLabels(EditCellUse->cu_def, &editBox); | ^ -
CmdFI.c:595:17: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 595 | DRCCheckThis(EditCellUse->cu_def, TT_CHECKPAINT, &editBox); | ^ -
CmdFI.c:596:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 596 | DBWAreaChanged(EditCellUse->cu_def, &editBox, DBW_ALLWINDOWS, &maskBits); | ^ -
CmdFI.c:597:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdFI.c:681:20: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 681 | if (!ToolGetBox(&boxDef, &box)) | ^ -
CmdFI.c:709:10: warning: passing arguments to 'WindMove' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 709 | WindMove(w, &newArea); | ^ -
CmdFI.c:731:10: warning: passing arguments to 'WindMove' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 731 | WindMove(w, &box); | ^ -
CmdFI.c:839:20: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 839 | if (!ToolGetBox(&boxDef, &box)) | ^ -
CmdFI.c:866:15: warning: passing arguments to 'DBSearchLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 866 | DBSearchLabel(&scx, &DBAllButSpaceAndDRCBits, 0, labname, | ^ -
CmdFI.c:876:22: warning: passing arguments to 'DBSrLabelLoc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 876 | found = DBSrLabelLoc(labUse, labname, cmdFindLabelFunc, | ^ -
CmdFI.c:883:17: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 883 | ToolMoveBox(TOOL_BL, &lsr.lsr_rect.r_ll, FALSE, labUse->cu_def); | ^ -
CmdFI.c:884:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 884 | ToolMoveCorner(TOOL_TR, &lsr.lsr_rect.r_ur, FALSE, labUse->cu_def); | ^ -
CmdFI.c:942:17: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 942 | ToolMoveBox(TOOL_BL, &r.r_ll, FALSE, scx->scx_use->cu_def); | ^ -
CmdFI.c:943:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 943 | ToolMoveCorner(TOOL_TR, &r.r_ur, FALSE, scx->scx_use->cu_def); | ^ -
CmdFI.c:1015:21: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1015 | def = DBCellLookDef(cmd->tx_argv[1]); | ^ -
CmdFI.c:1083:26: warning: passing arguments to 'DBCellNewUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1083 | newUse = DBCellNewUse(def, (char *) NULL); | ^ -
CmdFI.c:1084:20: warning: passing arguments to 'DBLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1084 | if (!DBLinkCell(newUse, EditCellUse->cu_def)) | ^ -
CmdFI.c:1086:24: warning: passing arguments to 'DBCellDeleteUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1086 | (void) DBCellDeleteUse(newUse); | ^ -
CmdFI.c:1092:15: warning: passing arguments to 'DBSetTrans' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1092 | DBSetTrans(newUse, &editTrans); | ^ -
CmdFI.c:1093:22: warning: passing arguments to 'DBCellFindDup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1093 | if (DBCellFindDup(newUse, EditCellUse->cu_def) != NULL) | ^ -
CmdFI.c:1095:17: warning: passing arguments to 'DBCellDeleteUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1095 | DBCellDeleteUse(newUse); | ^ -
CmdFI.c:1099:16: warning: passing arguments to 'DBPlaceCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1099 | DBPlaceCell(newUse, EditCellUse->cu_def); | ^ -
CmdFI.c:1106:14: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1106 | DBWSetBox(EditRootDef, &newBox); | ^ -
CmdFI.c:1110:15: warning: passing arguments to 'SelectCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1110 | SelectCell(newUse, EditRootDef, &scx.scx_trans, FALSE); | ^ -
CmdFI.c:1113:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1113 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdFI.c:1114:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1114 | DBWAreaChanged(EditCellUse->cu_def, &newUse->cu_bbox, | ^ -
CmdFI.c:1116:17: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1116 | DRCCheckThis(EditCellUse->cu_def, TT_CHECKSUBCELL, &newUse->cu_bbox); | ^ -
CmdFI.c:1170:15: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1170 | HashKill(&SimGetnodeTbl); | ^ -
CmdFI.c:1205:12: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1205 | HashKill(&SimGNAliasTbl); | ^ -
CmdFI.c:1259:10: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1259 | HashKill(&SimGNAliasTbl); | ^ -
CmdFI.c:1387:18: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1387 | WindAreaChanged(w, (Rect *) NULL); | ^ -
CmdFI.c:1395:18: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1395 | WindAreaChanged(w, (Rect *) NULL); | ^ -
CmdFI.c:1467:20: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1467 | WindAreaChanged(w, (Rect *) NULL); | ^ -
CmdLQ.c:134:25: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | lab = DBPutFontLabel(EditCellUse->cu_def, &editBox, font, size, | ^ -
CmdLQ.c:137:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | DBAdjustLabels(EditCellUse->cu_def, &editBox); | ^ -
CmdLQ.c:138:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 138 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdLQ.c:141:20: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | DBWLabelChanged(EditCellUse->cu_def, lab, DBW_ALLWINDOWS); | ^ -
CmdFI.c:1596:19: warning: passing arguments to 'DBIsChild' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1596 | if (!DBIsChild(use, EditCellUse)) | ^ -
CmdFI.c:1609:22: warning: passing arguments to 'DBReLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1609 | if (!DBReLinkCell(use, newId)) | ^ -
CmdFI.c:1620:24: warning: passing arguments to 'DBReLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1620 | (void) DBReLinkCell(selUse, newId); | ^ -
CmdFI.c:1622:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1622 | DBWAreaChanged(use->cu_parent, &use->cu_bbox, | ^ -
CmdFI.c:1624:16: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1624 | DBWHLRedraw(EditRootDef, &selUse->cu_bbox, TRUE); | ^ -
CmdFI.c:1653:15: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1653 | DBTreeFindUse(s, scx.scx_use, &scx2); | ^ -
CmdLQ.c:CmdFI.c:1663:35: warning: passing arguments to 'DBGetArrayTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:1690:37: warning: passing arguments to 'DBPlaneShortName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1690 | if (!strcmp(s, DBPlaneShortName(pnum))) | ^ -
CmdLQ.c:334:23: warning: passing arguments to 'DBTechNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 334 | type = DBTechNameType(typename); | ^ -
CmdFI.c:1773:15: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1773 | DBSrPaintArea(NULL, plane, &localrect, &DBAllTypeBits, findTile, | ^ -
CmdFI.c:1877:16: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1877 | ToolMoveBox(TOOL_BL, &rect.r_ll, FALSE, use->cu_def); | ^ -
CmdLQ.cCmdFI.c:1878:19: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdLQ.c:518:17: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 518 | DBExpandAll(topuse, &(topuse->cu_bbox), | ^ -
CmdLQ.c:522:17: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 522 | DBExpandAll(topuse, &(topuse->cu_bbox), | ^ -
CmdLQ.c:525:14: warning: passing arguments to 'DBExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 525 | DBExpand(topuse, | ^ -
CmdLQ.c:541:15: warning: passing arguments to 'DBWloadWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | DBWloadWindow(w, (char *) NULL, DBW_LOAD_IGNORE_TECH); | ^ -
CmdFI.c:1947:19: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1947 | DBTreeSrLabels(scx, mask, xMask, &tpath, TF_LABEL_ATTACH, | ^ -
CmdFI.c:2009:19: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2009 | DBPutFontLabel(def, &labTargetRect, lab->lab_font, lab->lab_size, | ^ -
CmdFI.c:2132:22: warning: passing arguments to 'DBFlattenInPlace' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2132 | DBFlattenInPlace(use, EditCellUse, xMask, dolabels, toplabels, TRUE); | ^ -
CmdFI.c:2143:27: warning: passing arguments to 'DBCellFlattenAllCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2143 | DBCellFlattenAllCells(&scx, EditCellUse, xMask, dolabels, toplabels); | ^ -
CmdFI.c:2147:22: warning: passing arguments to 'SelectDeleteUses' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2147 | SelectDeleteUses("flattened", TRUE); | ^ -
CmdLQ.c:791:16: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | if (ToolGetBox(&rootDef, &rootBox) && | ^ -
CmdFI.c:2161:27: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2161 | newdef = DBCellLookDef(destname); | ^ -
CmdLQ.c:796:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 796 | DBWSetBox(rootDef, &newBox); | ^ -
CmdFI.c:2169:23: warning: passing arguments to 'DBCellNewDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2169 | newdef = DBCellNewDef(destname); | ^ -
CmdLQ.c:807:23: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:2173:26: warning: passing arguments to 'DBCellNewUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2173 | newuse = DBCellNewUse(newdef, (char *) NULL); | ^ -
CmdFI.c:2175:15: warning: passing arguments to 'DBSetTrans' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:2188:21: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2188 | if (!ToolGetBox(&boxDef, &scx.scx_area)) | ^ -
CmdLQ.c:838:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 838 | DBWSetBox(rootDef, &newBox); | ^ -
CmdFI.c:2206:23: warning: passing arguments to 'DBCellCopyAllPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2206 | DBCellCopyAllPaiCmdLQ.cn:844:12: t(&scx, &DBAllButSpaceAndDRCBits, xMask, flatDestwarning: Use); | ^ -
844 | DBMoveCell(rootDef, t.t_cCmdFI.c:2207:24: warning: passing arguments to 'DBFlatCopyMaskHints' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:2212:21: warning: passing arguments to 'DBCellCopyAllLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2212 | DBCellCopyAllLabels(&scx, &CmdLQ.c:854:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
2212 | DBCellCopyAllLabels(&scx, &CmdLQ.c:854:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdLQ.c:861:22: warning: passing arguments to 'WindTranslate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 861 | WindTranslate(t.t_c, t.t_f); | ^ -
CmdFI.c:2220:20:CmdLQ.c:869:17: warning: passing arguments to 'SelectTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdFI.c:2222:20: warning: passing arguments to 'DBCellDeleteUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2222 | DBCellDeleteUse(flatDestUse); | ^ -
CmdLQ.c:959:17: warning: passing arguments to 'DBPaintValid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 959 | DBPaintValid(EditCellUse->cu_def, &editRect, &mask, 0); | ^ -
CmdLQ.c:960:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 960 | DBAdjustLabels(EditCellUse->cu_def, &editRect); | ^ -
CmdLQ.c:962:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 962 | DBWAreaChanged(EditCellUse->cu_def, &editRect, DBW_ALLWINDOWS, &mask); | ^ -
CmdLQ.c:963:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 963 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdLQ.c:965:15: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 965 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &editRect); | ^ -
CmdLQ.c:1005:20: warning: passing arguments to 'WindPointToSurface' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1005 | WindPointToSurface(w, refPoint, (Point *) NULL, &rootRect); | ^ -
../database/database.h:1043:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1043 | extern void dbInstanceUnplace(); | ^ -
CmdLQ.c:1014:18: warning: passing arguments to 'DBSeeTypesAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1014 | DBSeeTypesAll(((CellUse *)w->w_surfaceID), &rootRect, | ^ -
DBcell.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | DBCellFindDup(use, parent) | ^ -
../database/database.h:885:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 885 | extern CellUse *DBCellFindDup(); | ^ -
CmdLQ.c:1040:14: warning: passing arguments to 'DBEraseValid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1040 | DBEraseValid(EditCellUse->cu_def, &editRect, &eraseMask, 0); | ^ -
CmdLQ.c:1041:14: warning: passing arguments to 'DBEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1041 | DBEraseLabel(EditCellUse->cu_def, &editRect, &mask, &areaReturn); | ^ -
CmdLQ.c:1044:14: warning: passing arguments to 'DBPaintValid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1044 | DBPaintValid(EditCellUse->cu_def, &editRect, &mask, 0); | ^ -
CmdLQ.c:1047:14: warning: passing arguments to 'DBEraseValid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1047 | DBEraseValid(EditCellUse->cu_def, &editRect, &mask, 0); | ^ -
DBcell.c:211:15: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdLQ.c:1048:14: warning: passing arguments to 'DBEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 211 | DBUndoCellUse(use, UNDO_CELL_PLACE); | ^ 1048 | DBEraseLabel(EditCellUse->cDBcell.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] -
1048 | DBEraseLabel(EditCellUse->cDBcell.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../database/database.h:896:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 896 | extern void DBPlaceCell(); | ^ -
CmdLQ.c:1051:19: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1051 | DBAdjustLabels(EditCellUse->cu_def, &editRect); | ^ -
CmdLQ.c:1053:18: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1053 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &editRect); | ^ -
CmdLQ.c:1054:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1054 | DBWAreaChanged(EditCellUse->cu_def, &areaReturn, DBW_ALLWINDOWS, &mask)DBcell.c:244:15: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
1054 | DBWAreaChanged(EditCellUse->cu_def, &areaReturn, DBW_ALLWINDOWS, &mask)DBcell.c:244:15: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdLQ.c:1055:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcell.c:222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 222 | DBPlaceCellNoModify (use, def) | ^ 1055 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
../database/database.h:897:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 897 | extern void DBPlaceCellNoModify(); | ^ -
DBcell.c:281:15: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 281 | DBUndoCellUse(use, UNDO_CELL_DELETE); | ^ -
DBcell.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 267 | DBDeleteCell (use) | ^ -
../database/database.h:898:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 898 | extern void DBDeleteCell(); | ^ -
DBcell.c:318:15: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | DBUndoCellUse(use, UNDO_CELL_DELETE); | ^ -
DBcell.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | DBDeleteCellNoModify (use) | ^ -
../database/database.h:899:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 899 | extern void DBDeleteCellNoModify(); | ^ -
CmdLQ.c:1238:31: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1238 | type = DBTechNoisyNameType(cmd->tx_argv[1]); | ^ -
CmdLQ.c:1274:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1274 | DBWAreaChanged(def, &r, DBW_ALLWINDOWS, &DBAllButSpaceBits); | ^ -
CmdLQ.c:1275:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1275 | DBReComputeBbox(def); | ^ -
CmdLQ.c:1276:17: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1276 | DRCCheckThis(def, TT_CHECKPAINT, &r); | ^ -
CmdLQ.c:1415:23: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1415 | DBTreeSrLabels(&scx, &DBAllButSpaceBits, 0, NULL, TF_LABEL_ATTACH, | ^ -
CmdLQ.c:1418:20: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1418 | DBTreeSrLabels(&scx, &DBAllButSpaceBits, 0, NULL, TF_LABEL_ATTACH, | ^ -
CmdLQ.c:1858:26: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1858 | sl = DBPutFontLabel(editDef, &lab->lab_rect, lab->lab_font, | ^ -
CmdLQ.c:1863:29: warning: passing arguments to 'DBEraseLabelsByContent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1863 | DBEraseLabelsByContent(editDef, &lab->lab_rect, -1, | ^ -
CmdLQ.c:1865:22: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1865 | DBWLabelChanged(editDef, sl, DBW_ALLWINDOWS); | ^ -
CmdLQ.c:2062:18: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2062 | DBWLabelChanged(editDef, lab, DBW_ALLWINDOWS); | ^ -
CmdLQ.c:2292:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2292 | DBWLabelChanged(editDef, lab, DBW_ALLWINDOWS); | ^ -
CmdLQ.c:2393:12: warning: passing arguments to 'DBPropEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2393 | DBPropEnum(def, printPropertiesFunc, (ClientData)w); | ^ -
CmdLQ.c:2412:39: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2412 | proprec = (PropertyRecord *)DBPropGet(def, cmd->tx_argv[argstart], &propfound); | ^ -
CmdLQ.c:2454:20: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2454 | DBSrPaintArea(PlaneGetHint(proprec->prop_value.prop_plane), | ^ -
CmdLQ.c:2564:15: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2564 | DBPropPut(def, cmd->tx_argv[argstart], NULL); | ^ -
CmdLQ.c:2593:29: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2593 | plane = DBNewPlane((ClientData)TT_SPACE); | ^ -
CmdLQ.c:2645:9: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2645 | DBPaintPlane(plane, &r, CIFPaintTable, | ^ -
CmdLQ.c:2679:26: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2679 | plane = DBNewPlane((ClientData)TT_SPACE); | ^ -
CmdLQ.c:2745:6: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2745 | DBPaintPlane(plane, &r, CIFPaintTable, | ^ -
CmdLQ.c:2762:15: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2762 | DBPropPut(def, cmd->tx_argv[argstart], proprec); | ^ -
CmdLQ.c:2339:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 2339 | int printPlanePropFunc(); | ^ -
CmdLQ.c:2338:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 2338 | int printPropertiesFunc(); | ^ -
CmdLQ.c:2913:19: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2913 | DBSrPaintArea(PlaneGetHint(proprec->prop_value.prop_plane), | ^ -
CmdLQ.c:3033:18: warning: passing arguments to 'NMButtonLeft' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3033 | NMButtonLeft(w, cmd); | ^ -
CmdLQ.c:3037:20: warning: passing arguments to 'NMButtonMiddle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3037 | NMButtonMiddle(w, cmd); | ^ -
CmdLQ.c:3041:19: warning: passing arguments to 'NMButtonRight' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3041 | NMButtonRight(w, cmd); | ^ -
CmdLQ.c:3181:20: warning: passing arguments to 'SelectTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3181 | SelectTransform(&trans); | ^ -
CmdLQ.c:3187:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3187 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRootDef)) | ^ -
CmdLQ.c:3192:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3192 | DBWSetBox(rootDef, &newBox); | ^ -
DBcellbox.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | DBCellSetAvail(cellDef) | ^ -
../database/database.h:949:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 949 | extern void DBCellSetAvail(); | ^ -
DBcellbox.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | DBCellClearAvail(cellDef) | ^ -
../database/database.h:950:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 950 | extern void DBCellClearAvail(); | ^ -
DBcellbox.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 171 | DBCellGetModified(cellDef) | ^ -
../database/database.h:951:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 951 | extern bool DBCellGetModified(); | ^ -
DBcellbox.c:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | DBCellSetModified(cellDef, ismod) | ^ -
../database/database.h:952:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 952 | extern void DBCellSetModified(); | ^ -
DBcellbox.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | DBComputeUseBbox(use) | ^ -
../database/database.h:911:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 911 | extern void DBComputeUseBbox(); | ^ -
DBcellbox.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 274 | DBIsChild(cu1, cu2) | ^ -
../database/database.h:1023:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1023 | extern bool DBIsChild(); | ^ -
DBcellbox.c:297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | DBSetArray(fromCellUse, toCellUse) | ^ -
../database/database.h:915:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 915 | extern void DBSetArray(); | ^ -
DBcellbox.c:326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 326 | DBSetTrans(cellUse, trans) | ^ -
../database/database.h:916:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 916 | extern void DBSetTrans(); | ^ -
DBcellbox.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | DBMakeArray(cellUse, rootToCell, xlo, ylo, xhi, yhi, xsep, ysep) | ^ -
../database/database.h:914:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 914 | extern void DBMakeArray(); | ^ -
DBcellbox.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 420 | DBArrayOverlap(cu, parentRect, pxlo, pxhi, pylo, pyhi) | ^ -
../database/database.h:917:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 917 | extern void DBArrayOverlap(); | ^ -
DBcellbox.c:592:24: warning: passing arguments to 'dbReComputeBboxFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 592 | dbReComputeBboxFunc(cellDef, DBBoundPlane, DBReComputeBbox); | ^ -
DBcellbox.c:587:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 587 | DBReComputeBbox(cellDef) | ^ -
../database/database.h:912:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 912 | extern void DBReComputeBbox(); | ^ -
DBcellbox.c:601:24: warning: passing arguments to 'dbReComputeBboxFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 601 | dbReComputeBboxFunc(cellDef, DBBoundPlaneVert, DBReComputeBboxVert); | ^ -
DBcellbox.c:596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 596 | DBReComputeBboxVert(cellDef) | ^ -
../database/database.h:913:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 913 | extern void DBReComputeBboxVert(); | ^ -
DBcellbox.c:622:39: warning: passing arguments to 'DBBoundCellPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 622 | if (!((foundAny = DBBoundCellPlane(cellDef, &extended, &rect)) > 0)) | ^ -
DBcellbox.c:628:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | if ((*boundProc)(cellDef->cd_planes[pNum], &rect)) | ^ -
DBcellbox.c:736:26: warning: passing arguments to 'DBDeleteCellNoModify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 736 | DBDeleteCellNoModify(use); | ^ -
DBcellbox.c:764:25: warning: passing arguments to 'DBPlaceCellNoModify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 764 | DBPlaceCellNoModify(use, parent); | ^ -
DBcellbox.c:767:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 767 | if (last != NULL) (*recurseProc)(last); | ^ -
DBcellbox.c:771:20: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 771 | DBWAreaChanged(parent, &redisplayArea, (int) ~use->cu_expandMask, | ^ -
DBcellbox.c:775:59: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 775 | if ((last != NULL) && (parent != NULL)) (*recurseProc)(parent); | ^ -
DBcellbox.c:605:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 605 | dbReComputeBboxFunc(cellDef, boundProc, recurseProc) | ^ -
DBcellbox.c:584:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 584 | void dbReComputeBboxFunc(); | ^ -
DBcellbox.c:800:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 800 | DBComputeArrayArea(area, cellUse, x, y, prect) | ^ -
../database/database.h:918:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 918 | extern void DBComputeArrayArea(); | ^ -
DBcellbox.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 851 | DBGetArrayTransform(use, x, y) | ^ -
../database/database.h:919:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 919 | extern Transform *DBGetArrayTransform(); | ^ -
CmdRS.c:220:19: warning: passing arguments to 'DBUpdateStamps' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 220 | DBUpdateStamps(locDef); | ^ -
CmdRS.c:326:14: warning: passing arguments to 'DRCTechScale' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 326 | DRCTechScale(scalen, scaled); | ^ -
CmdRS.c:330:14: warning: passing arguments to 'ExtTechScale' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 330 | ExtTechScale(scalen, scaled); | ^ -
CmdRS.c:345:14: warning: passing arguments to 'RtrTechScale' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 345 | RtrTechScale(scalen, scaled); | ^ -
CmdRS.c:355:19: warning: passing arguments to 'DBScaleEverything' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | DBScaleEverything(scaled, scalen); | ^ -
CmdRS.c:365:16: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 365 | if (ToolGetBox(&rootBoxDef, &rootBox)) | ^ -
CmdRS.c:367:18: warning: passing arguments to 'DBScalePoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 367 | DBScalePoint(&rootBox.r_ll, scaled, scalen); | ^ -
CmdRS.c:368:18: warning: passing arguments to 'DBScalePoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | DBScalePoint(&rootBox.r_ur, scaled, scalen); | ^ -
CmdRS.c:369:17: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | ToolMoveBox(TOOL_BL, &rootBox.r_ll, FALSE, rootBoxDef); | ^ -
CmdRS.c:370:20: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 370 | ToolMoveCorner(TOOL_TR, &rootBox.r_ur, FALSE, rootBoxDef); | ^ -
CmdRS.c:375:11: warning: passing arguments to 'WindScale' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 375 | WindScale(scaled, scalen); | ^ -
CmdRS.c:502:27: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 502 | rmask = DBResidueMask(i); | ^ -
CmdRS.c:522:27: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 522 | rmask = DBResidueMask(i); | ^ -
CmdRS.c:532:20: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 532 | WindAreaChanged(w, &w->w_screenArea); | ^ -
CmdRS.c:591:30: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 591 | window = ToolGetBoxWindow(&scx.scx_area, &windowMask); | ^ -
CmdRS.c:626:22: warning: passing arguments to 'SelRemoveArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 626 | (void) SelRemoveArea(&scx.scx_area, &mask, globmatch); | ^ -
CmdRS.c:653:15: warning: passing arguments to 'SelectArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 653 | SelectArea(&scx, &mask, crec->dbw_bitmask, globmatch); | ^ -
CmdRS.c:687:30: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 687 | window = ToolGetBoxWindow(&scx.scx_area, &windowMask); | ^ -
CmdRS.c:727:27: warning: passing arguments to 'DBTechNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 727 | ttype = DBTechNameType(lptr); | ^ -
CmdRS.c:732:20: warning: passing arguments to 'SelectIntersect' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 732 | SelectIntersect(&scx, ttype, crec->dbw_bitmask, negate); | ^ -
CmdRS.c:1136:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1136 | DBWHLRedraw(SelectRootDef, &selarea, FALSE); | ^ -
CmdRS.c:1155:24: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1155 | window = ToolGetPoint(&p, (Rect *)NULL); | ^ -
CmdRS.c:1157:15: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1157 | !ToolGetBox(&SelectRootDef, &rootBox) || | ^ -
CmdRS.c:1174:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1174 | DBWHLRedraw(SelectRootDef, &selarea, TRUE); | ^ -
CmdRS.c:1180:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1180 | DBWHLRedraw(SelectRootDef, &selarea, FALSE); | ^ -
CmdRS.c:1192:18: warning: passing arguments to 'SelectDelete' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1192 | SelectDelete("picked", FALSE); | ^ -
CmdRS.c:1193:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1193 | DBWHLRedraw(SelectRootDef, &selarea, FALSE); | ^ -
CmdRS.c:1220:20: warning: passing arguments to 'DBAdjustLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1220 | DBAdjustLabels(SelectDef, &TiPlaneRect); | ^ -
CmdRS.c:1221:6: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1221 | DBPaintPlane(SelectDef->cd_planes[PL_DRC_CHECK], | ^ -
CmdRS.c:1226:20: warning: passing arguments to 'DBUpdateStamps' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1226 | DBUpdateStamps(SelectDef); | ^ -
CmdRS.c:1240:33: warning: passing arguments to 'GrGetStyleFromName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1240 | feedstyle = GrGetStyleFromName(cmd->tx_argv[2]); | ^ -
CmdRS.c:1251:23: warning: passing arguments to 'SelCopyToFeedback' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1251 | SelCopyToFeedback(SelectRootDef, SelectUse, feedstyle, | ^ -
CmdRS.c:1254:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1254 | DBWHLRedraw(SelectRootDef, &selarea, FALSE); | ^ -
CmdRS.c:1264:25: warning: passing arguments to 'SelectShort' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1264 | rlist = SelectShort(cmd->tx_argv[2], cmd->tx_argv[3]); | ^ -
CmdRS.c:1282:10: warning: passing arguments to 'DBPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1282 | DBPaint(SelectDef, &rlist->r_r, rlist->r_type); | ^ -
CmdRS.c:1291:21: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1291 | DBReComputeBbox(SelectDef); | ^ -
CmdRS.c:1292:20: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1292 | DBWAreaChanged(SelectDef, &SelectDef->cd_extended, DBW_ALLWINDOWS, | ^ -
CmdRS.c:1295:17: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1295 | DBWHLRedraw(SelectRootDef, &selarea, FALSE); | ^ -
CmdRS.c:1333:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1333 | if (!ToolGetBox (&rootBoxDef, NULL)) { | ^ -
CmdRS.c:1337:29: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1337 | window = ToolGetBoxWindow (&scx.scx_area, &windowMask); | ^ -
CmdRS.c:1384:19: warning: passing arguments to 'DBSeeTypesAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1384 | DBSeeTypesAll(scx.scx_use, &scx.scx_area, crec->dbw_bitmask, &mask); | ^ -
CmdRS.c:1469:21: warning: passing arguments to 'DBSeeTypesAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1469 | DBSeeTypesAll(scx.scx_use, &scx.scx_area, | ^ -
CmdRS.c:1557:18: warning: passing arguments to 'SelectChunk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1557 | SelectChunk(&scx, type, crec->dbw_bitmask, &chunkSelection, less); | ^ -
CmdRS.c:1559:18: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1559 | DBWSetBox(scx.scx_use->cu_def, &chunkSelection); | ^ -
CmdRS.c:1570:19: warning: passing arguments to 'SelectRegion' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1570 | SelectRegion(&scx, type, crec->dbw_bitmask, &area, less); | ^ -
CmdRS.c:1576:16: warning: passing arguments to 'SelectNet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1576 | SelectNet(&scx, type, crec->dbw_bitmask, (Rect *) NULL, less); | ^ -
CmdRS.c:1628:16: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1628 | DBTreeFindUse(optionArgs[1], scx.scx_use, &scx2); | ^ -
CmdRS.c:1657:21: warning: passing arguments to 'DBSelectCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1657 | use = DBSelectCell(scx.scx_use, lastUse, &lastIndices, | ^ -
CmdRS.c:1690:40: warning: passing arguments to 'DBGetArrayTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1690 | GeoInvertTrans(DBGetArrayTransform(use, p.p_x, p.p_y), &tmp1); | ^ -
CmdRS.c:1694:27: warning: passing arguments to 'SelectRemoveCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1694 | SelectRemoveCellUse(use, &rootTrans); | ^ -
CmdRS.c:1696:18: warning: passing arguments to 'SelectCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1696 | SelectCell(use, scx.scx_use->cu_def, &rootTrans, samePlace); | ^ -
CmdRS.c:1698:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1698 | DBWSetBox(scx.scx_use->cu_def, &r); | ^ -
CmdRS.c:1708:25: warning: passing arguments to 'Tcl_escape' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1708 | tclstr = Tcl_escape(printPath); | ^ -
DBcellcopy.c:CmdRS.c:1750:25: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdRS.c:1757:16: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1757 | DBWAreaChanged(SelectDef, &SelectDef->cd_extended, DBW_ALLWINDOWS, | ^ -
CmdRS.c:1759:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1759 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:125:5: warning: passing arguments to 'DBMergeNMTiles0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 125 | DBMergeNMTiles(def->cd_planes[pNum], &expand, undo); | ^ -
DBcellcopy.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | DBPaintPlaneWrapper(def, pNum, type, area, undo) | ^ -
../database/database.h:803:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 803 | extern int DBPaintPlaneWrapper(); | ^ -
CmdRS.c:1790:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1790 | DBUndoEraseLabel(cellDef, label); | ^ -
CmdRS.c:1791:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1791 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:1793:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1793 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:1794:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1794 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:1795:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1795 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:1796:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1796 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:152:27: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | return DBNMPaintPlane0(def->cd_planes[pNum], type, area, | ^ -
DBcellcopy.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | DBPaintPlaneMark(def, pNum, type, area, undo) | ^ -
../database/database.h:804:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 804 | extern int DBPaintPlaneMark(); | ^ -
CmdRS.c:1831:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1831 | DBUndoEraseLabel(cellDef, label); | ^ -
CmdRS.c:1832:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1832 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:1834:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1834 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:1835:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1835 | DBUndoPutLabel(cellDef, label); | ^ -
DBcellcopy.c:CmdRS.c:1836:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdRS.c:1837:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1837 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | DBPaintPlaneXor(def, pNum, type, area, undo) | ^ -
../database/database.h:805:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 805 | extern int DBPaintPlaneXor(); | ^ -
DBcellcopy.c:201:20: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | if (DBIsContact(loctype)) | ^ -
CmdRS.c:1867:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1867 | DBUndoEraseLabel(cellDef, label); | ^ -
DBcellcopy.c:205:23: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 205 | CmdRS.c:1868 rMask = DBResidueMask(loctype); | ^ -
CmdRS.c:1870:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1870 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:1871:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1871 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:1872:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1872 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:1873:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1873 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 191 | DBPaintPlaneActive(def, pNum, type, area, undo) | ^ -
../database/database.h:802:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 802 | extern int DBPaintPlaneActive(); | ^ -
CmdRS.c:1907:22: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1907 | DBUndoEraseLabel(cellDef, label); | ^ -
CmdRS.c:1909:20: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1909 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:1910:23: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1910 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:261:25: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | (void) DBTreeSrTileCmdRS.c:s(scx, mask, xMask, dbCopyManhattanPaint, (ClientData) &arg); | ^ -
DBcellcopy.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | DBCellCopyManhattanPaint(scx, mask, xMask, targetUse) | ^ -
../database/database.h:1059:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
-
CmdRS.c:1951:23: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1951 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:304:22: warning: passing arguments to 'DBMaskAddStacking' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | DBMaskAddStacking(&locMask); | ^ -
CmdRS.c:1991:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1991 | DBUndoEraseLabel(cellDef, label); | ^ -
DBcellcopy.c:306:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 306 | DBTreeSrTiles(scx, &locMask, xMask, dbCopyAllPaint, (ClientData) &arg); | ^ -
CmdRS.c:1992:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1992 | DBWLabelChaDBcellcopy.c:nged(cellD284ef, label, DBW_A:LLWINDOW1S);
-
../database/database.h:924:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 924 | extern void DBCellCopyAllPaint(); | ^ -
CmdRS.c:1994:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1994 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:1995:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1995 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:1996:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1996 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:1997:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1997 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:349:22: warning: passing arguments to 'DBMaskAddStacking' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | DBMaskAddStacking(&locMask); | ^ -
DBcellcopy.c:351:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | DBTreeSrTiles(scx, &locMask, xMask, dbCopyAllPaint, (ClientData) &arg); | ^ -
DBcellcopy.c:328:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 328 | DBCellCheckCopyAllPaint(scx, mask, xMask, targetUse, func) | ^ -
../database/database.h:925:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 925 | extern void DBCellCheckCopyAllPaint(); | ^ -
CmdRS.c:2039:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2039 | DBUndoEraseLabel(cellDef, label); | ^ -
CmdRS.c:2040:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2040 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:2042:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2042 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:2043:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2043 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:2044:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2044 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:2045:19: warning: passing arguments to 'DBCellSetModified' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2045 | DBCellSetModified(cellDef, TRUE); | ^ -
DBcellcopy.c:391:2: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 391 | DBPaintPlane(plane, &rnew, CIFPaintTable, (PaintUndoInfo *)NULL); | ^ -
CmdRS.c:2081:18: warning: passing arguments to 'DBUndoEraseLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2081 | DBUndoEraseLabel(cellDef, label); | ^ -
CmdRS.c:2082:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2082 | DBWLabelChanged(cellDef, label, DBW_ALLWINDOWS); | ^ -
CmdRS.c:2085:20: warning: passing arguments to 'DBFontLabelSetBBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2085 | DBFontLabelSetBBox(label); | ^ -
CmdRS.c:2086:16: warning: passing arguments to 'DBUndoPutLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2086 | DBUndoPutLabel(cellDef, label); | ^ -
CmdRS.c:2087:17: warning: passing arguments to 'DBWLabelChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2087 | DBWLabelChanDBcellcopy.c:ged(cel441lDef, lab:45: el, DBW_ALLWINDOWS); | ^ -
DBcellcopy.c:450:24: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 450 | plane = DBNewPlane((ClientData)TT_SPACE); | ^ -
DBcellcopy.c:452:15: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 452 | DBPropPut(dest, key, newproprec); | ^ -
DBcellcopy.c:457:15: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | DBSrPaintArea(PlaneGetHint(proprec->prop_value.prop_plane), | ^ -
DBcellcopy.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | dbCopyMaskHintsFunc(key, proprec, puds) | ^ -
DBcellcopy.c:CmdRS.c:4942236:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcellcopy.c:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 483 | DBCellCopyMaskHints(child, parent, transform) | ^ -
../database/database.h:960:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 960 | extern void DBCellCopyMaskHints(); | ^ -
CmdRS.c:2239:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2239 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2270:26: warning: passing arguments to 'DBNameToFont' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2270 | font = DBNameToFont(cmd->tx_arDBcellcopy.c:529:15: warning: passing arguments to 'DBPropEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]gv[arg
-
DBcellcopy.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | dbFlatCopyMaskHintsFunc(scx, def) | ^ -
CmdRS.c:2276:18: warning: passing arguments to 'DBLoadFont' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2276 | if (DBLoadFont(cmd->tx_argv[argstart + 1], scale) != 0) | ^ -
CmdRS.c:2278:23: warning: passing arguments to 'DBNameToFont' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcellcopy.c:551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 551 | DBFlatCopyMaskHints(scx, xMask, targetUse) | ^ -
../database/database.h:931:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 931 | extern void DBFlatCopyMaskHints(); | ^ -
CmdRS.c:2308:17: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2308 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2311:23: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2311 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2341:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2341 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2344:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2344 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
DBcellcopy.c:630:25: warning: passing arguments to 'DBCellCopyAllLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 630 | DBCellCopyAllLabels(&scx, &DBAllTypeBits, CU_DESCEND_SPECIAL, dest, NULL); | ^ -
DBcellcopy.c:635:24: warning: passing arguments to 'DBCellCopyAllCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdRS.c:2378:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2378 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
DBcellcopy.c:662:17: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 662 | DBPutFontLabel(dest->cu_def, | ^ -
DBcellcopy.c:666:25: warning: passing arguments to 'DBEraseLabelsByContent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 666 | DBEraseLabelsByContent(dest->cu_def, &lab->lab_rect, | ^ -
DBcellcopy.c:707:14: warning: passing arguments to 'DBDeleteCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 707 | DBDeleteCell(scx.scx_useCmdRS.c:2430:20: warning: );
-
DBcellcopy.c:710:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 710 | DBWAreaChanged(dest->cu_def, &scx.scx_use->cu_bbox, | ^ -
CmdRS.c:2433:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2433 | DBcellcopy.c:580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
2433 | DBcellcopy.c:580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdRS.c:2499:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2499 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2502:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2502 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
DBcellcopy.c:740:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 740 | dbCellFlattenCellsFunc(scx, clientData) | ^ -
CmdRS.c:2530:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2530 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2533:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2533 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
DBcellcopy.c:800:18: warning: passing arguments to 'DBTreeSrCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 800 | DBTreeSrCells(scx, CU_DESCEND_ALL, dbCellFlattenCellsFuCmdRS.c:2567:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
800 | DBTreeSrCells(scx, CU_DESCEND_ALL, dbCellFlattenCellsFuCmdRS.c:2567:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
2567 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NUDBcellcopy.c:781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../database/database.h:962:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 962 | extern void DBCellFlattenAllCells(); | ^ -
CmdRS.c:2570:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2570 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2582:34: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2582 | ttype = DBTechNoisyNameType(cmd->tx_argv[argstart + 1]); | ^ -
CmdRS.c:2611:20: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2611 | SelEnumLabels(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
CmdRS.c:2614:26: warning: passing arguments to 'SelEnumLabelsMirror' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2614 | SelEnumLabelsMirror(&DBAllTypeBits, TRUE, (bool *)NULL, | ^ -
DBcellcopy.c:867:27: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 867 | tempPlane = DBNewPlane((ClientData) TT_SPACE); | ^ -
DBcellcopy.c:868:22: warning: passing arguments to 'DBClearPaintPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 868 | DBClearPaintPlane(tempPlane); | ^ -
DBcellcopy.c:880:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 880 | DBTreeSrTiles(scx, &defaultSubTypeMask, 0, dbEraseSubFunc, (ClientData)&csd); | ^ -
DBcellcopy.c:884:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 884 | DBTreeSrTiles(scx, subShieldMask, 0, dbPaintSubFunc, (ClientData)&csd); | ^ -
DBcellcopy.c:888:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 888 | DBTreeSrTiles(scx, notSubMask, 0, dbEraseNonSub, (ClientData)&csd); | ^ -
DBcellcopy.c:895:18: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 895 | DBSrPaintArea((Tile *)NULL, targetDef->cd_planes[plane], &TiPlaneRect, | ^ -
DBcellcopy.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 842 | DBCellGenerateSubstrate(scx, subType, notSubMask, subShieldMask, targetDef) | ^ -
../database/database.h:932:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 932 | extern Plane *DBCellGenerateSubstrate(); | ^ -
CmdRS.c:2679:20: warning: passing arguments to 'SelectTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2679 | SelectTransform(&trans); | ^ -
CmdRS.c:2685:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2685 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRootDef)) | ^ -
CmdRS.c:2690:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2690 | DBWSetBox(rootDef, &newBox); | ^ -
DBcellcopy.c:957:27: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 957 | tempPlane = DBNewPlane((ClientData) TT_SPACE); | ^ -
DBcellcopy.c:958:22: warning: passing arguments to 'DBClearPaintPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 958 | DBClearPaintPlane(tempPlane); | ^ -
DBcellcopy.c:967:5: warning: passing arguments to 'DBPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 967 | DBPaintPlane(tempPlane, &rect, DBStdPaintTbl(subType, plane), | ^ -
DBcellcopy.c:971:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 971 | DBTreeSrTiles(scx, notSubMask, 0, dbEraseNonSub, (ClientData)&csd); | ^ -
DBcellcopy.c:978:18: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 978 | DBSrPaintArea((Tile *)NULL, targetDef->cd_planes[plane], &TiPlaneRect, | ^ -
DBcellcopy.c:933:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 933 | DBCellGenerateSimpleSubstrate(scx, subType, notSubMask, targetDef) | ^ -
../database/database.h:933:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 933 | extern Plane *DBCellGenerateSimpleSubstrate(); | ^ -
DBcellcopy.c:1015:32: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1015 | newdinfo = DBTransformDiagonal(TiGetTypeExact(tile) | dinfo, &scx->scx_trans); | ^ -
DBcellcopy.c:1028:12: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1028 | return DBNMPaintPlane(plane, newdinfo, &targetRect, DBStdEraseTbl(subType, pNum), | ^ -
DBcellcopy.c:994:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 994 | dbEraseSubFunc(tile, dinfo, cxp) | ^ -
CmdRS.c:3076:32: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3076 | diag = DBTransformDiagonal(TT_DIAGONAL | dir | side, &RootToEditTransform); | ^ -
CmdRS.c:3086:4: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3086 | DBNMPaintPlane(EditCellUse->cu_def->cd_planes[pNum], | ^ -
CmdRS.c:3089:4: warning: passing arguments to 'DBMergeNMTiles0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3089 | DBMergeNMTiles(EditCellUse->cu_def->cd_planes[pNum], | ^ -
DBcellcopy.c:1061:32: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1061 | newdinfo = DBTransformDiagonal(TiGetTypeExact(tile) | dinfo, &scx->scx_trans); | ^ -
CmdRS.c:3097:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3097 | DBWAreaChanged(EditCellUse->cu_def, &editRect, DBW_ALLWINDOWS, &mask1); | ^ -
CmdRS.c:3098:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3098 | DBWAreaChanged(EditCellUse->cu_def, &editRect, DBW_ALLWINDOWS, &mask2); | ^ -
CmdRS.c:3099:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3099 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdRS.c:3100:18: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3100 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &editRect); | ^ -
DBcellcopy.c:1074:12: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1074 | return DBNMPaintPlane(plane, newdinfo, &targetRect, DBStdPaintTbl(subType, pNum), | ^ -
DBcellcopy.c:1040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1040 | dbPaintSubFunc(tile, dinfo, cxp) | ^ -
DBcellcopy.c:1110:32: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1110 | newdinfo = DBTransformDiagonal(TiGetTypeExact(tile) | dinfo, &scx->scx_trans); | ^ -
CmdRS.c:3170:28: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3170 | diag = DBTransformDiagonal(TT_DIAGONAL | dir | side, &RootToEditTransform); | ^ -
DBcellcopy.c:1122:12: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1122 | return DBNMPaintPlane(plane, newdinfo, &targetRect, DBStdEraseTbl(subType, pNum), | ^ -
DBcellcopy.c:1087:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1087 | dbEraseNonSub(tile, dinfo, cxp) | ^ -
CmdRS.c:3183:7: warning: passing arguments to 'DBMergeNMTiles0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3183 | DBMergeNMTiles(EditCellUse->cu_def->cd_planes[pNum], | ^ -
CmdRS.c:3190:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3190 | DBWAreaChanged(EditCellUse->cu_def, &editRect, DBW_ALLWINDOWS, &mask); | ^ -
CmdRS.c:3191:20: warning: passing arguments to 'DBReComputeBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3191 | DBReComputeBbox(EditCellUse->cu_def); | ^ -
CmdRS.c:3192:18: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3192 | DRCCheckThis (EditCellUse->cu_def, TT_CHECKPAINT, &editRect); | ^ -
DBcellcopy.c:1158:12: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1158 | return DBNMPaintPlane(plane, type, &rect, DBStdPaintTbl(loctype, pNum), | ^ -
DBcellcopy.c:1134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1134 | dbCopySubFunc(tile, dinfo, csd) | ^ -
CmdRS.c:3293:16: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3293 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRooDBcellcopy.c:1213:26: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
3293 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRooDBcellcopy.c:1213:26: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdRS.c:3296:15: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3296 | DBWSetBox(rDBcellcopy.c:1184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
3296 | DBWSetBox(rDBcellcopy.c:1184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../database/database.h:927:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 927 | extern void DBCellCopyAllLabels(); | ^ -
CmdRS.c:3309:17: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3309 | if (!ToolGetBox(&rootDef, &rootBox) || (rootDef != SelectRootDef)) | ^ -
CmdRS.c:3316:23: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3316 | window = ToolGetPoint(&rootPoint, (Rect *) NULL); | ^ -
CmdRS.c:3335:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3335 | DBWSetBox(rootDef, &newBox); | ^ -
DBcellcopy.c:1247:19: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1247 | DBPutFontLabel(def, &labTargetRect, lab->lab_font, | ^ -
DBcellcopy.c:1220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1220 | dbCopyAllLabels(scx, lab, tpath, arg) | ^ -
DBcellcopy.c:1319:26: warning: passing arguments to 'DBTreeSrLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1319 | (void) DBTreeSrLabels(scx, mask, xMask, (TerminalPath *) 0, | ^ -
DBcellcopy.c:1287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1287 | DBCellCopyGlobLabels(scx, mask, xMask, targetUse, pArea, globmatch) | ^ -
../database/database.h:928:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 928 | extern void DBCellCopyGlobLabels(); | ^ -
DBcellcopy.c:1359:26: warning: passing arguments to 'DBDescendSubcell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1359 | if (!DBDescendSubcell(scx->scx_use, xMask)) | ^ -
DBcellcopy.c:1374:36: warning: passing arguments to 'DBTechTypesToPlanes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1374 | planeMask = DBTechTypesToPlanes(mask); | ^ -
DBcellcopy.c:1379:26: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1379 | (void) DBSrPaintArea((Tile *) NULL, | ^ -
DBcellcopy.c:1343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1343 | DBCellCopyPaint(scx, mask, xMask, targetUse) | ^ -
../database/database.h:923:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 923 | extern void DBCellCopyPaint(); | ^ -
DBcellcopy.c:1435:26: warning: passing arguments to 'DBDescendSubcell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1435 | if (!DBDescendSubcell(sourceUse, xMask)) | ^ -
DBcellcopy.c:1454:28: warning: passing arguments to 'DBEraseLabelsByContent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1454 | DBEraseLabelsByContent(def, &labTargetRect, -1, lab->lab_text); | ^ -
DBcellcopy.c:1455:20: warning: passing arguments to 'DBPutFontLabel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1455 | DBPutFontLabel(def, &labTargetRect, lab->lab_font, | ^ -
DBcellcopy.c:1407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1407 | DBCellCopyLabels(scx, mask, xMask, targetUse, pArea) | ^ -
../database/database.h:926:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 926 | extern void DBCellCopyLabels(); | ^ -
DBcellcopy.c:1508:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1508 | (*dbCurPaintPlane)(def, pNum, type, &targetRect, &ui); | ^ -
DBcellcopy.c:1470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1470 | dbCopyManhattanPaint(tile, dinfo, cxp) | ^ -
DBcellcopy.c:1546:32: warning: passing arguments to 'DBTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1546 | newdinfo = DBTransformDiagonal(type, &scx->scx_trans); | ^ -
DBcellcopy.c:1563:23: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1563 | tmask = DBResidueMask(type); | ^ -
DBcellcopy.c:1583:29: warning: passing arguments to 'DBPlaneToResidue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1583 | type = DBPlaneToResidue(type, pNum); | ^ -
DBcellcopy.c:1607:16: warning: passing arguments to 'GrClipTriangle' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1607 | GrClipTriangle(&targetRect, &arg->caa_rect, TRUE, newdinfo, points, &np); | ^ -
DBcellcopy.c:1664:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1664 | (*dbCurPaintPlane)(def, pNum, type, &rrect, &ui); | ^ -
DBcellcopy.c:1683:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1683 | (*dbCurPaintPlane)(def, pNum, type, &rrect, &ui); | ^ -
DBcellcopy.c:1693:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1693 | result = (*dbCurPaintPlane)(def, pNum, newdinfo | type, &targetRect, &ui); | ^ -
DBcellcopy.c:1697:17: warning: passing arguments to 'DRCOffGridError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1697 | DRCOffGridError(&targetRect); | ^ -
DBcellcopy.c:1518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1518 | dbCopyAllPaint(tile, dinfo, cxp) | ^ -
DBcellcopy.c:1760:25: warning: passing arguments to 'DBTreeSrCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1760 | (void) DBTreeSrCells(scx, xMask, dbCellCopyCellsFunc, (ClientData) &arg); | ^ -
DBcellcopy.c:1765:47: warning: passing arguments to 'DBGenerateUniqueIds' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1765 | if (targetUse != NULL) DBGenerateUniqueIds(targetUse->cu_def, FALSE); | ^ -
DBcellcopy.c:1730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1730 | DBCellCopyAllCells(scx, xMask, targetUse, pArea) | ^ -
../database/database.h:930:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 930 | extern void DBCellCopyAllCells(); | ^ -
DBcellcopy.c:1815:24: warning: passing arguments to 'DBCellSrArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1815 | (void) DBCellSrArea(scx, dbCellCopyCellsFunc, (ClientData) &arg); | ^ -
DBcellcopy.c:1791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1791 | DBCellCopyCells(scx, targetUse, pArea) | ^ -
../database/database.h:929:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 929 | extern void DBCellCopyCells(); | ^ -
DBcellcopy.c:1853:21: warning: passing arguments to 'DBIsAncestor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1853 | if (DBIsAncestor(def, arg->caa_targetUse->cu_def)) | ^ -
DBcellcopy.c:1867:26: warning: passing arguments to 'DBCellNewUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1867 | newUse = DBCellNewUse(def, (char *) use->cu_id); | ^ -
DBcellcopy.c:1887:15: warning: passing arguments to 'DBSetArray' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1887 | DBSetArray(use, newUse); | ^ -
DBcellcopy.c:1888:15: warning: passing arguments to 'DBSetTrans' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1888 | DBSetTrans(newUse, &newTrans); | ^ -
DBcellcopy.c:1889:22: warning: passing arguments to 'DBCellFindDup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1889 | if (DBCellFindDup(newUse, arg->caa_targetUse->cu_def) != NULL) | ^ -
DBcellcopy.c:1898:14: warning: passing arguments to 'DBUnLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1898 | DBUnLinkCell(newUse, arg->caa_targetUse->cu_def); | ^ -
DBcellcopy.c:1899:24: warning: passing arguments to 'DBCellDeleteUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1899 | (void) DBCellDeleteUse(newUse); | ^ -
DBcellcopy.c:1903:13: warning: passing arguments to 'DBPlaceCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1903 | DBPlaceCell(newUse, arg->caa_targetUse->cu_def); | ^ -
DBcellcopy.c:1836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1836 | dbCellCopyCellsFunc(scx, arg) | ^ -
DBcellcopy.c:1932:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1932 | DBNewPaintTable(newTable))[NT][NT] | ^ -
../database/database.h:964:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 964 | extern PaintResultType (*DBNewPaintTable())[TT_MAXTYPES][TT_MAXTYPES]; | ^ -
DBcellcopy.c:1960:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1960 | DBNewPaintPlane(newProc) | ^ -
../database/database.h:966:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 966 | IntProc DBNewPaintPlane(); | ^ -
DBcellname.c:149:29: warning: passing arguments to 'DBCellRenameDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 149 | result = DBCellRenameDef(celldef, newname); | ^ -
DBcellname.c:150:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | DBWAreaChanged(celldef, &celldef->cd_bbox, DBW_ALLWINDOWS, | ^ -
DBcellname.c:157:11: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | DBPropGet(celldef, "GDS_FILE", &isReadOnly); | ^ -
DBcellname.c:159:27: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | if (isReadOnly) DBPropPut(celldef, "GDS_FILE", NULL); | ^ -
DBcellname.c:161:11: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | DBPropGet(celldef, "GDS_START", &isReadOnly); | ^ -
DBcellname.c:162:27: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | if (isReadOnly) DBPropPut(celldef, "GDS_START", NULL); | ^ -
DBcellname.c:163:11: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | DBPropGet(celldef, "GDS_END", &isReadOnly); | ^ -
DBcellname.c:164:27: warning: passing arguments to 'DBPropPut' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 164 | if (isReadOnly) DBPropPut(celldef, "GDS_END", NULL); | ^ -
DBcellname.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | DBCellRename(cellname, newname, doforce) | ^ -
../database/database.h:1014:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1014 | extern bool DBCellRename(); | ^ -
DBcellname.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | DBEnumerateTypes(rMask) | ^ -
../database/database.h:957:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 957 | extern void DBEnumerateTypes(); | ^ -
DBcellname.c:281:15: warning: passing arguments to 'DBDeleteCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 281 | DBDeleteCell(celluse); | ^ -
DBcellname.c:310:16: warning: passing arguments to 'DBUndoReset' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 310 | DBUndoReset(celldef); | ^ -
DBcellname.c:328:16: warning: passing arguments to 'WindUnload' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 328 | WindUnload(celluse); | ^ -
DBcellname.c:336:16: warning: passing arguments to 'DBWResetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | DBWResetBox(celldef); | ^ -
DBcellname.c:337:29: warning: passing arguments to 'DBCellDeleteDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 337 | result = DBCellDeleteDef(celldef); | ^ -
DBcellname.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | DBCellDelete(cellname, force) | ^ -
../database/database.h:1015:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1015 | extern bool DBCellDelete(); | ^ -
DBcellname.c:383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 383 | dbGetUseName(celluse) | ^ -
DBcellname.c:533:25: warning: passing arguments to 'dbCellUsePrintFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 533 | dbCellUsePrintFunc(celluse, &dolist); | ^ -
DBcellname.c:457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | dbCellPrintInfo(StartDef, who, dolist) | ^ -
DBcellname.c:642:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 642 | DBTopPrint(mw, dolist) | ^ -
../database/database.h:875:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 875 | extern void DBTopPrint(); | ^ -
../database/databaseInt.h:215:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 215 | extern int strcmpbynum(); | ^ -
DBcellname.c:930:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 930 | celldef = DBCellLookDef(CellName); | ^ -
DBcellname.c:754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 754 | DBCellPrint(CellName, who, dolist) | ^ -
../database/database.h:873:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 873 | extern void DBCellPrint(); | ^ -
DBcellname.c:1100:25: warning: passing arguments to 'dbCellUsePrintFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1100 | dbCellUsePrintFunc(celluse, &dolist); | ^ -
DBcellname.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 968 | dbUsePrintInfo(StartUse, who, dolist) | ^ -
DBcellname.c:63:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 63 | extern void dbUsePrintInfo(); | ^ -
DBcellname.c:1159:25: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1159 | celldef = DBCellLookDef(CellName); | ^ -
DBcellname.c:1215:22: warning: passing arguments to 'DBFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1215 | celluse = DBFindUse(CellName, celldef); | ^ -
DBcellname.c:1135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1135 | DBUsePrint(CellName, who, dolist) | ^ -
../database/database.h:874:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 874 | extern void DBUsePrint(); | ^ -
DBcellname.c:1233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1233 | dbCellUsePrintFunc(cellUse, dolist) | ^ -
../database/database.h:1036:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1036 | extern int dbCellUsePrintFunc(); | ^ -
DBcellname.c:1268:34: warning: passing arguments to 'DBIsChild' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1268 | if (EditCellUse && !DBIsChild(use, EditCellUse)) | ^ -
DBcellname.c:1278:39: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1278 | if (UndoIsEnabled()) DBUndoCellUse(use, UNDO_CELL_LOCKDOWN); | ^ -
DBcellname.c:1281:39: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1281 | if (UndoIsEnabled()) DBUndoCellUse(use, UNDO_CELL_LOCKDOWN); | ^ -
DBcellname.c:1289:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1289 | DBWAreaChanged(use->cu_parent, &use->cu_bbox, | ^ -
DBcellname.c:1291:16: warning: passing arguments to 'DBWHLRedraw' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1291 | DBWHLRedraw(EditRootDef, &selUse->cu_bbox, TRUE); | ^ -
DBcellname.c:1260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1260 | dbLockUseFunc(selUse, use, transform, data) | ^ -
DBcellname.c:1336:18: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1336 | SelEnumCells(TRUE, (int *)NULL, (SearchContext *)NULL, | ^ -
DBcellname.c:1354:20: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1354 | DBTreeFindUse(UseName, celluse, &scx); | ^ -
DBcellname.c:1312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1312 | DBLockUse(UseName, bval) | ^ -
../database/database.h:886:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 886 | extern void DBLockUse(); | ^ -
DBcellname.c:1415:18: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1415 | SelEnumCells(TRUE, (int *)NULL, (SearchContext *)NULL, | ^ -
DBcellname.c:1433:20: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1433 | DBTreeFindUse(UseName, celluse, &scx); | ^ -
DBcellname.c:1442:21: warning: passing arguments to 'dbOrientUseFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1442 | dbOrientUseFunc(NULL, scx.scx_use, NULL, (ClientData)&dodef); | ^ -
DBcellname.c:1391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1391 | DBOrientUse(UseName, dodef) | ^ -
../database/database.h:888:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 888 | extern void DBOrientUse(); | ^ -
DBcellname.c:1465:34: warning: passing arguments to 'DBIsChild' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1465 | if (EditCellUse && !DBIsChild(use, EditCellUse)) | ^ -
DBcellname.c:1456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1456 | dbOrientUseFunc(selUse, use, transform, data) | ^ -
DBcellname.c:1578:14: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1578 | SelEnumCells(TRUE, (int *)NULL, (SearchContext *)NULL, | ^ -
DBcellname.c:1596:20: warning: passing arguments to 'DBTreeFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1596 | DBTreeFindUse(UseName, celluse, &scx); | ^ -
DBcellname.c:1605:23: warning: passing arguments to 'dbAbutmentUseFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1605 | dbAbutmentUseFunc(NULL, scx.scx_use, NULL, (ClientData)&dolist); | ^ -
DBcellname.c:1557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1557 | DBAbutmentUse(UseName, dolist) | ^ -
../database/database.h:889:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 889 | extern void DBAbutmentUse(); | ^ -
DBcellname.c:1632:34: warning: passing arguments to 'DBIsChild' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1632 | if (EditCellUse && !DBIsChild(use, EditCellUse)) | ^ -
DBcellname.c:1646:24: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1646 | proprec = DBPropGet(use->cu_def, "FIXED_BBOX", &found); | ^ -
DBcellname.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1614 | dbAbutmentUseFunc(selUse, use, transform, data) | ^ -
DBcellname.c:1707:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1707 | DBCellLookDef(cellName) | ^ -
../database/database.h:876:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 876 | extern CellDef *DBCellLookDef(); | ^ -
DBcellname.c:1747:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1747 | DBCellNewDef(cellName) | ^ -
../database/database.h:877:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 877 | extern CellDef *DBCellNewDef(); | ^ -
DBcellname.c:1821:47: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1821 | cellDef->cd_planes[PL_ROUTER] = DBNewPlane((ClientData) NULL); | ^ -
DBcellname.c:1823:39: warning: passing arguments to 'DBNewPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1823 | cellDef->cd_planes[pNum] = DBNewPlane((ClientData) TT_SPACE); | ^ -
DBcellname.c:1884:21: warning: passing arguments to 'DBComputeUseBbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1884 | DBComputeUseBbox(cellUse); | ^ -
DBcellname.c:1852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1852 | DBCellNewUse(cellDef, useName) | ^ -
../database/database.h:883:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 883 | extern CellUse *DBCellNewUse(); | ^ -
DBcellname.c:1908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1908 | DBCellRenameDef(cellDef, newName) | ^ -
../database/database.h:879:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 879 | extern bool DBCellRenameDef(); | ^ -
DBcellname.c:1967:16: warning: passing arguments to 'DBPropClearAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1967 | DBPropClearAll(cellDef); | ^ -
DBcellname.c:1971:21: warning: passing arguments to 'DRCRemovePending' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1971 | DRCRemovePending(cellDef); | ^ -
DBcellname.c:1973:18: warning: passing arguments to 'DBCellDefFree' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1973 | DBCellDefFree(cellDef); | ^ -
DBcellname.c:1954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1954 | DBCellDeleteDef(cellDef) | ^ -
../database/database.h:880:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 880 | extern bool DBCellDeleteDef(); | ^ -
DBcellname.c:2016:21: warning: passing arguments to 'DBClearCellPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2016 | DBClearCellPlane(cellDef); /* Remove instances only */ | ^ -
DBcellname.c:2022:18: warning: passing arguments to 'DBFreePaintPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2022 | DBFreePaintPlane(cellDef->cd_planes[pNum]); | ^ -
DBcellname.c:2032:13: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2032 | HashKill(&cellDef->cd_idHash); | ^ -
DBcellname.c:1998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1998 | DBCellDefFree(cellDef) | ^ -
../database/database.h:881:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 881 | extern void DBCellDefFree(); | ^ -
DBcellname.c:2061:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2061 | DBCellDeleteUse(cellUse) | ^ -
../dbwind/dbwind.h:273:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 273 | extern bool DBCellDeleteUse(); | ^ -
DBcellname.c:2144:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2144 | if ((*func)(cellDef, cdata)) return 1; | ^ -
DBcellname.c:2123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2123 | DBCellSrDefs(pattern, func, cdata) | ^ -
../database/database.h:882:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 882 | extern int DBCellSrDefs(); | ^ -
DBcellname.c:2197:15: warning: passing arguments to 'DBFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2197 | if (DBFindUse(use->cu_id, parentDef)) | ^ -
DBcellname.c:2199:16: warning: passing arguments to 'DBSetUseIdHash' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2199 | DBSetUseIdHash(use, parentDef); | ^ -
DBcellname.c:2216:22: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2216 | (void) DBCellEnum(parentDef, dbLinkFunc, (ClientData) lastName); | ^ -
DBcellname.c:2230:14: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2230 | HashKill(&dbUniqueNameTable); | ^ -
DBcellname.c:2232:20: warning: passing arguments to 'DBSetUseIdHash' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2232 | DBSetUseIdHash(use, parentDef); | ^ -
DBcellname.c:2187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2187 | DBLinkCell(use, parentDef) | ^ -
../database/database.h:903:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 903 | extern bool DBLinkCell(); | ^ -
DBcellname.c:2251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2251 | dbLinkFunc(cellUse, defname) | ^ -
DBcellname.c:62:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 62 | extern int dbLinkFunc(); | ^ -
DBcellname.c:2304:18: warning: passing arguments to 'DBFindUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2304 | if (DBFindUse(newName, cellUse->cu_parent)) | ^ -
DBcellname.c:2312:14: warning: passing arguments to 'DBUnLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2312 | DBUnLinkCell(cellUse, cellUse->cu_parent); | ^ -
DBcellname.c:2313:39: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2313 | if (UndoIsEnabled()) DBUndoCellUse(cellUse, UNDO_CELL_CLRID); | ^ -
DBcellname.c:2317:19: warning: passing arguments to 'DBSetUseIdHash' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2317 | DBSetUseIdHash(cellUse, cellUse->cu_parent); | ^ -
DBcellname.c:2318:39: warning: passing arguments to 'DBUndoCellUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2318 | if (UndoIsEnabled()) DBUndoCellUse(cellUse, UNDO_CELL_SETID); | ^ -
DBcellname.c:2297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2297 | DBReLinkCell(cellUse, newName) | ^ -
../database/database.h:1019:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1019 | extern bool DBReLinkCell(); | ^ -
DBcellname.c:2340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2340 | DBFindUse(id, parentDef) | ^ -
../database/database.h:893:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 893 | extern CellUse *DBFindUse(); | ^ -
DBcellname.c:2403:22: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2403 | (void) DBCellEnum(def, dbFindNamesFunc, (ClientData) def); | ^ -
DBcellname.c:2406:22: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2406 | (void) DBCellEnum(def, dbGenerateUniqueIdsFunc, (ClientData) def); | ^ -
DBcellname.c:2408:13: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2408 | HashKill(&dbUniqueDefTable); | ^ -
DBcellname.c:2409:13: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2409 | HashKill(&dbUniqueNameTable); | ^ -
DBcellname.c:2391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2391 | DBGenerateUniqueIds(def, warn) | ^ -
../database/database.h:1029:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1029 | extern void DBGenerateUniqueIds(); | ^ -
DBcellname.c:2446:15: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2446 | DBCellEnum(rootDef, dbFindNamesFunc, (ClientData) rootDef); | ^ -
DBcellname.c:2447:15: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2447 | DBCellEnum(selDef, dbFindNamesFunc, (ClientData) selDef); | ^ -
DBcellname.c:2450:15: warning: passing arguments to 'DBCellEnum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2450 | DBCellEnum(selDef, dbGenerateUniqueIdsFunc, (ClientData) selDef); | ^ -
DBcellname.c:2452:13: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2452 | HashKill(&dbUniqueDefTable); | ^ -
DBcellname.c:2453:13: warning: passing arguments to 'HashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2453 | HashKill(&dbUniqueNameTable); | ^ -
DBcellname.c:2434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2434 | DBSelectionUniqueIds(selDef, rootDef) | ^ -
../database/database.h:1030:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1030 | extern void DBSelectionUniqueIds(); | ^ -
DBcellname.c:2490:18: warning: passing arguments to 'DBUnLinkCell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2490 | DBUnLinkCell(use, parentDef); | ^ -
DBcellname.c:2476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2476 | dbFindNamesFunc(use, parentDef) | ^ -
DBcellname.c:2558:19: warning: passing arguments to 'DBSetUseIdHash' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2558 | DBSetUseIdHash(use, parentDef); | ^ -
DBcellname.c:2531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2531 | dbGenerateUniqueIdsFunc(use, parentDef) | ^ -
DBcellname.c:2580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2580 | DBSetUseIdHash(use, parentDef) | ^ -
DBcellname.c:71:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 71 | extern void DBSetUseIdHash(); | ^ -
DBcellname.c:2608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2608 | DBUnLinkCell(use, parentDef) | ^ -
DBcellname.c:65:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 65 | extern void DBUnLinkCell(); | ^ -
DBcellname.c:2649:16: warning: passing arguments to 'DBCellSetAvail' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2649 | DBCellSetAvail(*pydef); | ^ -
DBcellname.c:2653:15: warning: passing arguments to 'DBSetTrans' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2653 | DBSetTrans(*pyuse, &GeoIdentityTransform); | ^ -
DBcellname.c:2639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2639 | DBNewYank(yname, pyuse, pydef) | ^ -
../database/database.h:1049:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1049 | extern void DBNewYank(); | ^ -
CmdTZ.c:96:19: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | if (DBSrPaintArea((Tile *)NULL, cellDef->cd_planes[pNum], | ^ -
CmdTZ.c:126:21: warning: passing arguments to 'DBCellSrDefs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | if (DBCellSrDefs(0, checkForPaintFunc, (ClientData)&DBNumPlanes)) | ^ -
CmdTZ.c:283:23: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 283 | DBTechPrintTypes(&DBAllButSpaceAndDRCBits, TRUE); | ^ -
CmdTZ.c:287:26: warning: passing arguments to 'DBTechNoisyNameMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 287 | DBTechNoisyNameMask(cmd->tx_argv[2], &layermask); | ^ -
CmdTZ.c:288:23: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 288 | DBTechPrintTypes(&layermask, TRUE); | ^ -
CmdTZ.c:292:19: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | DBTechPrintTypes(&DBAllButSpaceAndDRCBits, FALSE); | ^ -
CmdTZ.c:307:26: warning: passing arguments to 'DBTechNoisyNameMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 307 | DBTechNoisyNameMask(cmd->tx_argv[2], &lockmask); | ^ -
CmdTZ.c:313:19: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 313 | if (DBIsContact(ctype)) | ^ -
CmdTZ.c:314:21: warning: passing arguments to 'DBLockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | DBLockContact(ctype); | ^ -
CmdTZ.c:318:28: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | rMask = DBResidueMask(ctype); | ^ -
CmdTZ.c:322:17: warning: passing arguments to 'DBLockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | DBLockContact(ctype); | ^ -
CmdTZ.c:332:19: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | DBTechPrintTypes(&lockedLayers, TRUE); | ^ -
CmdTZ.c:348:26: warning: passing arguments to 'DBTechNoisyNameMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | DBTechNoisyNameMask(cmd->tx_argv[2], &lockmask); | ^ -
CmdTZ.c:353:19: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 353 | if (DBIsContact(ctype)) | ^ -
CmdTZ.c:354:23: warning: passing arguments to 'DBUnlockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 354 | DBUnlockContact(ctype); | ^ -
CmdTZ.c:359:28: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 359 | rMask = DBResidueMask(ctype); | ^ -
CmdTZ.c:364:19: warning: passing arguments to 'DBUnlockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 364 | DBUnlockContact(ctype); | ^ -
CmdTZ.c:378:19: warning: passing arguments to 'DBTechPrintTypes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 378 | DBTechPrintTypes(&unlockedLayers, TRUE); | ^ -
CmdTZ.c:396:26: warning: passing arguments to 'DBTechNoisyNameMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | DBTechNoisyNameMask(cmd->tx_argv[2], &lockmask); | ^ -
CmdTZ.c:417:18: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 417 | if (DBIsContact(ctype)) | ^ -
CmdTZ.c:420:19: warning: passing arguments to 'DBUnlockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 420 | DBUnlockContact(ctype); | ^ -
CmdTZ.c:422:17: warning: passing arguments to 'DBLockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 422 | DBLockContact(ctype); | ^ -
CmdTZ.c:428:24: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 428 | rMask = DBResidueMask(ctype); | ^ -
CmdTZ.c:433:22: warning: passing arguments to 'DBUnlockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | DBUnlockContact(ctype); | ^ -
CmdTZ.c:438:20: warning: passing arguments to 'DBLockContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | DBLockContact(ctype); | ^ -
CmdTZ.c:451:27: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | t1 = DBTechNoisyNameType(cmd->tx_argv[3]); | ^ -
CmdTZ.c:459:40: warning: passing arguments to 'DRCGetDefaultLayerWidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | tresult = DRCGetDefaultLayerWidth(t1); | ^ -
CmdTZ.c:472:28: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 472 | t2 = DBTechNoisyNameType(cmd->tx_argv[4]); | ^ -
CmdTZ.c:480:42: warning: passing arguments to 'DRCGetDefaultLayerSpacing' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 480 | tresult = DRCGetDefaultLayerSpacing(t1, t2); | ^ -
CmdTZ.c:493:28: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 493 | t2 = DBTechNoisyNameType(cmd->tx_argv[4]); | ^ -
CmdTZ.c:505:43: warning: passing arguments to 'DRCGetDefaultLayerSurround' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | tresult = DRCGetDefaultLayerSurround(t1, t2); | ^ -
CmdTZ.c:519:28: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 519 | t2 = DBTechNoisyNameType(cmd->tx_argv[4]); | ^ -
CmdTZ.c:531:47: warning: passing arguments to 'DRCGetDirectionalLayerSurround' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 531 | tresult = DRCGetDirectionalLayerSurround(t1, t2); | ^ -
CmdTZ.c:590:19: warning: passing arguments to 'DBCellSrDefs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 590 | if (DBCellSrDefs(0, checkForPaintFunc, (ClientData)&DBNumPlanes)) | ^ -
CmdTZ.c:673:31: warning: passing arguments to 'DBWChangeButtonHandler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 673 | (void) DBWChangeButtonHandler((char *) NULL); | ^ -
CmdTZ.c:694:39: warning: passing arguments to 'DBWChangeButtonHandler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 694 | else (void) DBWChangeButtonHandler(cmd->tx_argv[1]); | ^ -
CmdTZ.c:770:28: warning: passing arguments to 'ToolGetBoxWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 770 | (void) ToolGetBoxWindow(&rootRect, &boxMask); | ^ -
CmdTZ.c:780:18: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 780 | SelectExpand(windowMask, DB_UNEXPAND, (Rect *)NULL); | ^ -
CmdTZ.c:783:17: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | DBExpandAll(((CellUse *)w->w_surfaceID), &rootRect, windowMask, | ^ -
CmdTZ.c:786:18: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 786 | SelectExpand(windowMask, | ^ -
CmdTZ.c:791:17: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | DBExpandAll(((CellUse *)w->w_surfaceID), &rootRect, windowMask, | ^ -
CmdTZ.c:794:18: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 794 | SelectExpand(windowMask, | ^ -
CmdTZ.c:799:17: warning: passing arguments to 'DBExpandAll' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 799 | DBExpandAll(((CellUse *)w->w_surfaceID), &TiPlaneRect, windowMask, | ^ -
CmdTZ.c:802:18: warning: passing arguments to 'SelectExpand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 802 | SelectExpand(windowMask, | ^ -
CmdTZ.c:825:19: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 825 | DBWAreaChanged(use->cu_parent, &use->cu_bbox, windowMask, | ^ -
CmdTZ.c:1052:20: warning: passing arguments to 'SelectTransform' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1052 | SelectTransform(&trans); | ^ -
CmdTZ.c:1058:19: warning: passing arguments to 'ToolGetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1058 | if (ToolGetBox(&rootDef, &rootBox) && (rootDef == SelectRootDef)) | ^ -
CmdTZ.c:1063:11: warning: passing arguments to 'DBWSetBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1063 | DBWSetBox(rootDef, &newBox); | ^ -
CmdTZ.c:1167:18: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1167 | DBTreeSrTiles(&scx, &tmask, 0, cmdWhatPrintCell, (ClientData)lid); | ^ -
CmdTZ.c:1258:24: warning: passing arguments to 'SelEnumPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1258 | (void) SelEnumPaint(&DBAllButSpaceAndDRCBits, FALSE, (bool *) NULL, | ^ -
CmdTZ.c:1273:24: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1273 | rMask = DBResidueMask(i); | ^ -
CmdTZ.c:1316:19: warning: passing arguments to 'DBIsContact' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1316 | if (DBIsContact(i)) DBMaskAddStacking(&maskBits); | ^ -
CmdTZ.c:1316:41: warning: passing arguments to 'DBMaskAddStacking' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1316 | if (DBIsContact(i)) DBMaskAddStacking(&maskBits); | ^ -
CmdTZ.c:1331:18: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1331 | DBSrPaintArea((Tile *)NULL, SelectDef->cd_planes[pNum], | ^ -
CmdTZ.c:1393:25: warning: passing arguments to 'SelEnumLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1393 | (void) SelEnumLabels(&DBAllTypeBits, FALSE, (bool *) NULL, | ^ -
CmdWizard.c:95:26: warning: passing arguments to 'ToolGetPoint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | if ((w = ToolGetPoint((Point *) NULL, &rootRect)) != (MagWindow *) NULL) | ^ -
CmdTZ.c:1446:14: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1446 | SelEnumCells(FALSE, (bool *) NULL, (SearchContext *) NULL, | ^ -
CmdWizard.c:CmdTZ.c:1450:14: warning: passing arguments to 'SelEnumCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdWizard.c:192:16: warning: passing arguments to 'ExtractTest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | ExtractTest(w, cmd); | ^ -
CmdWizard.c:278:16: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | DBSrPaintArea((Tile *)NULL, plane, &TiPlaneRect, | ^ -
CmdWizard.c:288:5: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 287 | fprintf(outf, " layer %d: %d\n", i, | ~~ | %ld 288 | (long)ttotal * (long)sizeof(Tile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
CmdWizard.c:303:16: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | DBSrPaintArea((Tile *)NULL, plane, &TiPlaneRect, | ^ -
CmdWizard.c:313:5: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 312 | fprintf(outf, " layer %d: %d\n", i, | ~~ | %ld 313 | (long)ttotal * (long)sizeof(Tile)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
CmdWizard.c:328:16: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 328 | DBSrPaintArea((Tile *)NULL, plane, &TiPlaneRect, | ^ -
CmdWizard.c:364:20: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 364 | DBSrPaintArea((Tile *)NULL, plane, &TiPlaneRect, | ^ -
CmdTZ.c:1768:38: warning: passing arguments to 'DRCGetDefaultLayerWidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1768 | width = DRCGetDefaultLayerWidth(type); | ^ -
CmdTZ.c:1808:38: warning: passing arguments to 'DRCGetDefaultLayerWidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1808 | width = DRCGetDefaultLayerWidth(type); | ^ -
CmdWizard.c:461:44: warning: passing arguments to 'DBPlaneShortName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 461 | fprintf(outf, "%s\t%s\n", DBPlaneShortName(i), | ^ -
CmdTZ.c:1878:24: warning: passing arguments to 'DBTechNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1878 | type = DBTechNameType(cmd->tx_argv[2]); | ^ -
CmdWizard.c:488:27: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 488 | rMask = DBResidueMask(j);
-
CmdTZ.c:1934:45: warning: passing arguments to 'DRCGetDefaultLayerWidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1934 | int minwidth = DRCGetDefaultLayerWidth(type); | ^ -
CmdTZ.c:2040:29: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2040 | type = DBTechNoisyNameType(cmd->tx_argv[2]); | ^ -
DBcellsrch.c:99:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | if ((*func)(use, arg)) | ^ -
CmdTZ.c:2145:17: warning: passing arguments to 'DBWAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2145 | DBWAreaChanged(def, &r, DBW_ALLWINDOWS, &DBAllButSpaceBits); | ^ -
CmdTZ.c:2147:16: warning: passing arguments to 'DRCCheckThis' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2147 | DRCCheckThis (def, TT_CHECKPAINT, &r); | ^ -
DBcellsrch.c:182:43: warning: passing arguments to 'DBTechTypesToPlanes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | filter.tf_planes = DBTechTypesToPlanes(mask);
-
2158 | if (ToolGetPoint(&rootPoint, (Rect *)NULLDBcellsrch.c:184:29: warning: passing arguments to 'dbCellPlaneSrFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcellsrch.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | DBTreeSrTiles(scx, mask, xMask, func, cdarg) | ^ -
../database/database.h:987:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 987 | extern int DBTreeSrTiles(); | ^ -
CmdWizard.c:761:21: warning: passing arguments to 'DBTreeCountPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 761 | DBTreeCountPaint(def, cmdStatsCount, cmdStatsHier, | ^ -
DBcellsrch.c:224:43: warning: passing arguments to 'DBTechTypesToPlanes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | filter.tf_planes = DBTechTypesToPlanes(mask); | ^ -
DBcellsrch.c:226:29: warning: passing arguments to 'dbCellPlaneSrFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 226 | return dbCellPlaneSrFunc(scx, &filter); | ^ -
DBcellsrch.c:194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | DBTreeSrNMTiles(scx, dinfo, mask, xMask, func, cdarg) | ^ -
../database/database.h:1034:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1034 | extern int DBTreeSrNMTiles(); | ^ -
DBcellsrch.c:245:26: warning: passing arguments to 'DBDescendSubcell' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | if (!DBDescendSubcell(scx->scx_use, fp->tf_xmask)) | ^ -
CmdWizard.c:825:22: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 825 | (void) DBSrPaintArea((Tile *) NULL, def->cd_planes[pNum], | ^ -
DBcellsrch.c:248:17: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | if (!DBCellRead(def, TRUE, TRUE, NULL)) | ^ -
DBcellsrch.c:266:42: warning: passing arguments to 'DBInvTransformDiagonal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | TileType dinfo = DBInvTransformDiagonal(fp->tf_dinfo, &scx->scx_trans); | ^ -
DBcellsrch.c:267:22: warning: passing arguments to 'DBSrPaintNMArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 267 | if (DBSrPaintNMArea((Tile *) NULL, def->cd_planes[pNum], | ^ -
DBcellsrch.c:272:28: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | else if (DBSrPaintArea((Tile *) NULL, def->cd_planes[pNum], | ^ -
DBcellsrch.c:283:21: warning: passing arguments to 'DBCellSrArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 283 | if (DBCellSrArea(scx, dbCellPlaneSrFunc, (ClientData) fp)) | ^ -
DBcellsrch.c:236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 236 | dbCellPlaneSrFunc(scx, fp) | ^ -
CmdTZ.c:2230:22: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2230 | def = DBCellLookDef(cmd->tx_argv[i]); | ^ -
CmdTZ.c:2236:17: warning: passing arguments to 'DBUpdateStamps' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2236 | DBUpdateStamps(def); | ^ -
CmdTZ.c:2242:16: warning: passing arguments to 'DBUpdateStamps' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2242 | DBUpdateStamps(NULL); | ^ -
CmdTZ.c:2245:24: warning: passing arguments to 'DBCellSrDefs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2245 | (void) DBCellSrDefs(flags, cmdWriteallFunc, (ClientData)cmd); | ^ -
DBcellsrch.c:340:43: warning: passing arguments to 'DBTechTypesToPlanes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | filter.tf_planes = DBTechTypesToPlanes(mask); | ^ -
DBcellsrch.c:342:34: warning: passing arguments to 'dbCellUniqueTileSrFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | return dbCellUniqueTileSrFunc(scx, &filter); | ^ -
DBcellsrch.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | DBTreeSrUniqueTiles(scx, mask, xMask, func, cdarg) | ^ -
../database/database.h:988:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 988 | extern int DBTreeSrUniqueTiles(); | ^ -
../utils/runstats.h:28:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] 28 | extern char *RunStats(); | ^ -
DBcellsrch.c:368:17: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | if (!DBCellRead(def, TRUE, TRUE, NUCmdWizard.c:LL1010:)27: warning: passing arguments to 'DBTechNamePlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcellsrch.c:387:27: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | if (DBSrPaintArea((Tile *) NULL, def->cd_planes[pNum], | ^ -
CmdTZ.c:2381:15: warning: passing arguments to 'DBWloadWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2381 | DBWloadWindow(w, cmd->tx_argv[1], DBW_LOAD_EXPAND); | ^ -
DBcellsrch.c:399:21: warning: passing arguments to 'DBCellSrArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 399 | if (DBCellSrArea(scx, dbCellUniqueTileSrFunc, (ClientData) fp)) | ^ -
CmdTZ.c:2383:23: warning: passing arguments to 'DBWloadWindow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2383 | else DBWloadWiDBcellsrch.c:355:1:ndow(w, (char *) NU LLwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | dbCellUniqueTileSrFunc(, DBW_LOAD_EXPAND)s;
-
../database/database.h:1057:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 1057 | extern int dbCellUniqueTileSrFunc(); | ^ -
CmdTZ.c:2470:32: warning: 475:26: warning: passing arguments to 'DBCellLookDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBcellsrch.c:479:17: warning: passing arguments to 'DBCellRead' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | CmdTZ.c:i2477:26:f warning: passing arguments to 'DBCellNewUse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../utils/runstats.h:28:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
-
CmdTZ.c:2479:15: warning: 28 | extern char *passing arguments to 'DBSetTrans' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
CmdTZ.c:2515:35: warning: passing arguments to 'DBNewPaintTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2515 | curPaintSave = DBNewPaintTable(DBXORResultTbl); | ^ -
CmdWizard.c:1124:27: warning: passing arguments to 'DBTechNamePlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]