Snippets for magic 8.3.681 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/8qblhignvzim332nvkpcdfk0qfvaf2vl-magic-vlsi-8.3.681.drv.
-
debugFlags.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 59 | DebugAddClient(name, maxflags) | ^ -
debugFlags.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | DebugAddFlag(clientID, name) | ^ -
debugFlags.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | DebugShow(clientID) | ^ -
debugFlags.c:198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 198 | DebugSet(clientID, argc, argv, value) | ^ -
DRCarray.c:127:38: warning: passing arguments to 'DBNewPaintTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | savedPaintTable = DBNewPaintTable(DRCCurStyle->DRCPaintTable); | ^ -
DRCarray.c:128:38: warning: passing arguments to 'DBNewPaintPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | savedPaintPlane = DBNewPaintPlane(DBPaintPlaneMark); | ^ -
DRCarray.c:181:20: warning: passing arguments to 'DBCellClearDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 181 | DBCellClearDef(DRCdef); | ^ -
DRCarray.c:182:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | (void) DBArraySr(use, &yankArea, drcArrayYankFunc, | ^ -
DRCarray.c:184:36: warning: passing arguments to 'DRCBasicCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 184 | drcArrayCount += DRCBasicCheck(DRCdef, &yankArea, &errorArea, | ^ -
DRCarray.c:188:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | (void) DBArraySr(use, &errorArea, drcArrayOverlapFunc, | ^ -
DRCarray.c:200:20: warning: passing arguments to 'DBCellClearDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 200 | DBCellClearDef(DRCdef); | ^ -
DRCarray.c:201:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | (void) DBArraySr(use, &yankArea, drcArrayYankFunc, | ^ -
DRCarray.c:203:36: warning: passing arguments to 'DRCBasicCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 203 | drcArrayCount += DRCBasicCheck(DRCdef, &yankArea, &errorArea, | ^ -
DRCarray.c:207:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | (void) DBArraySr(use, &errorArea, drcArrayOverlapFunc, | ^ -
DRCarray.c:224:20: warning: passing arguments to 'DBCellClearDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | DBCellClearDef(DRCdef); | ^ -
DRCarray.c:225:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 225 | (void) DBArraySr(use, &yankArea, drcArrayYankFunc, | ^ -
DRCarray.c:227:36: warning: passing arguments to 'DRCBasicCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 227 | drcArrayCount += DRCBasicCheck(DRCdef, &yankArea, &errorArea, | ^ -
DRCarray.c:231:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | (void) DBArraySr(use, &errorArea, drcArrayOverlapFunc, | ^ -
DRCarray.c:243:20: warning: passing arguments to 'DBCellClearDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | DBCellClearDef(DRCdef); | ^ -
DRCarray.c:244:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | (void) DBArraySr(use, &yankArea, drcArrayYankFunc, | ^ -
DRCarray.c:246:36: warning: passing arguments to 'DRCBasicCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 246 | drcArrayCount += DRCBasicCheck(DRCdef, &yankArea, &errorArea, | ^ -
DRCarray.c:250:22: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 250 | (void) DBArraySr(use, &errorArea, drcArrayOverlapFunc, | ^ -
DRCarray.c:258:27: warning: passing arguments to 'DBNewPaintTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | (void) DBNewPaintTable(savedPaintTable); | ^ -
DRCarray.c:259:27: warning: passing arguments to 'DBNewPaintPlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 259 | (void) DBNewPaintPlane(savedPaintPlane); | ^ -
DRCarray.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 101 | drcArrayFunc(scx, arg) | ^ -
../drc/drc.h:277: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] 277 | extern int drcArrayFunc(); | ^ -
DRCarray.c:301:30: warning: passing arguments to 'DBCellCopyAllPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 301 | (void) DBCellCopyAllPaint(&scx, &DBAllButSpaceBits, 0, DRCuse); | ^ -
DRCarray.c:302:31: warning: passing arguments to 'DBFlatCopyMaskHints' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 302 | (void) DBFlatCopyMaskHints(&scx, 0, DRCuse); | ^ -
DRCarray.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 287 | drcArrayYankFunc(use, transform, x, y, yankArea) | ^ -
DRCarray.c:39: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] 39 | extern int drcArrayYankFunc(), drcArrayOverlapFunc(); | ^ -
DRCarray.c:342: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] 342 | (void) DBTreeSrTiles(&scx, &DRCCurStyle->DRCExactOverlapTypes, 0, | ^ -
DRCarray.c:327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 327 | drcArrayOverlapFunc(use, transform, x, y, arg) | ^ -
DRCarray.c:39:32: 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] 39 | extern int drcArrayYankFunc(), drcArrayOverlapFunc(); | ^ -
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); | ^ -
DBWcommands.c:203: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]
-
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), | ^ 203 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:206: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] 206 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:209: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] 209 | WiCmdSubrs.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); | ^ -
209 | WiCmdSubrs.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]
-
DBWcommands.c:215: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] 215 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:218: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]
-
DBWcommands.c:221: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] 221 | WindAddCommand(CmdSubrs.cDB:W767clientID,
-
22: warning: DBWcommands.c:224:19: warning: passing arguments to 'DBCellRenameDef' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWcommands.c:227: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]
-
DBWcommands.c:234: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] 234 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:238: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] 238 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:242: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] 242 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:247: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] 247 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:251: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] 251 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:259: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] 259 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:262: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] 262 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:266: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] 266 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:273: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] 273 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:277: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] 277 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:282: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] 282 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:285: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] 285 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:288: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] 288 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:291: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] 291 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:295: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] 295 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:299: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] 299 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:306: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] 306 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:309: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] 309 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:312: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] 312 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:315: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] 315 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:319: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] 319 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:322: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] 322 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:326: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] 326 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:329: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] 329 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:333: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]
-
../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] 333 | 1020 | extern int DB B WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:336: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]
-
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] 336 | WindAddCommand (894D | B Wif (tryRename && DBCelclLoolkDieef(nrettuIrnDna,m | ^ -
DBWcommands.c:342: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] 342 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:345: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] 345 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:348: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] 348 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:351: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] 351 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:358: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] 358 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:361: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] 361 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:365: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] 365 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:368: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] 368 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:371: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] 371 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:379: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] 379 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:383: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] 383 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:386: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] 386 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:389: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] 389 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:397: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] 397 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:402: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] 402 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:405: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] 405 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:408: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] 408 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:412: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] 412 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:416: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] 416 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:420: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] 420 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:424: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] 424 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:428: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] 428 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:431: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] 431 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:434: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] 434 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:437: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] 437 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:440: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] 440 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:443: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] 443 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:447: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] 447 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:450: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] 450 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:453: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] 453 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:456: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] 456 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:461: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] 461 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:464: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] 464 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:467: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] 467 | 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); | ^ -
467 | 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); | ^ -
DBWcommands.c:477: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] 477 | WindAddCommand(DBWclientID, | CmdSubrs.c ^ -
DBWcommands.c:480: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] 480 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:483: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] 483 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:486: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] 486 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:489: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]
-
DBWcommands.c:496: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] 496 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:499: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] 499 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:506: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] 1196 | (voi d506 | ) D B CellSrDefs(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, expDBWcommands.c:514:19: warning: and passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
1244 | DBExpand(cu, bitmask, expDBWcommands.c:514:19: warning: and passing arguments to 'WindAddCommand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWcommands.c:518: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] 518 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:525: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]
-
DBWcommands.c:530: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] 530 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:547: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]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]
-
voidDBWcommands.c:551: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] 551 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:566: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]
-
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); | ^ -
DBWcommands.c:615: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]
-
DBWcommands.c:634: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] 634 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:650: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]
-
DBWcommands.c:654: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] 654 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:673: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] 673 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:676: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] 676 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:679: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] 679 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:682: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] 682 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:685: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] 685 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:688: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] 688 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:691: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] 691 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:694: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] 694 | WindAddCommand(DBWclientID, | ^ -
DBWcommands.c:697: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] 697 | WindAddCommand(DBWclientID, | ^ -
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(); | ^ -
../extflat/EFint.h:221:3: warning: redefinition of typedef 'ConnectionPoint' is a C11 feature [-Wtypedef-redefinition] 221 | } ConnectionPoint; | ^ -
EFargs.c:170:19: warning: passing arguments to 'HashInitClient' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 170 | HashInitClient(&efWatchTable, 32, HT_CLIENTKEYS, | ^ -
EFargs.c:210:11: warning: passing arguments to 'efSymAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | efSymAdd(cp); | ^ -
EFargs.c:231:15: warning: passing arguments to 'efSymAddFile' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | efSymAddFile(cp); | ^ -
EFargs.c:246:23: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 246 | hierName = EFStrToHN((HierName *) NULL, name); | ^ -
EFargs.c:266:27: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | hierName = EFStrToHN((HierName *) NULL, line); | ^ -
EFargs.c:279:36: 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] 279 | if (argsProc != NULL) (*argsProc)(&argc, &argv, cdata); | ^ -
EFargs.c:288:18: 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] 288 | if ((*argsProc)(&argc, &argv, cdata)) | ^ -
EFargs.c:304:27: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 304 | if (EFArgTech) (void) sprintf(EFLibPath, EXT_PATH, EFArgTech); | ^ -
EFargs.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 146 | EFArgs(argc, argv, err_result, argsProc, cdata) | ^ -
../extflat/extflat.h:62: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 definition [-Wdeprecated-non-prototype] 62 | extern char *EFArgs(); | ^ -
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:386:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 386 | sprintf(caption, "COLOR = 0%o", cr->cmw_color); | ^ -
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, | ^ -
hist.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 53 | histFind(name, ptrKeys) | ^ -
hist.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 84 | HistCreate(name, ptrKeys, low, step, bins) | ^ -
hist.c:137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | HistAdd(name, ptrKeys, value) | ^ -
hist.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 179 | HistPrint(name) | ^ -
hist.c:182:18: 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 previous declaration [-Wdeprecated-non-prototype] 182 | FILE * fp, * fopen(); | ^ -
hist.c:199:48: warning: format specifies type 'long' but the argument has type 'dlong' (aka 'long long') [-Wformat] 199 | fprintf(fp, "Histogram %"DLONG_PREFIX"d", (dlong) h->hi_title); | ~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | %lld -
../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(); | ^ -
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(); | ^ -
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] 211 | DBUndoCellUse(use, UNDO_CELL_PLACE); | ^ -
DBcell.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] 188 | DBPlaceCell (use, def) | ^ -
../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(); | ^ -
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] 244 | DBUndoCellUse(use, UNDO_CELL_PLACE); | ^ -
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) | ^ -
../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(); | ^ -
DBWdisplay.c:186: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] 186 | GrLock(w, TRUE); | ^ -
DBWdisplay.c:227:17: warning: passing arguments to 'GrLabelSize' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 227 | GrLabelSize("B", GEO_CENTER, i, &text); | ^ -
../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(); | ^ -
DBWdisplay.c:288: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] 288 | WindSurfaceToScreen(w, rootArea, &rootClip); | ^ -
DBWdisplay.c:289:13: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 289 | GrClipTo(&rootClip);
-
DBWdisplay.c:313: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] 313 | GrClipBox(&rootClip, STYLE_ERASEALL); | ^ -
EFbuild.c:190:28: warning: passing arguments to 'EFHNToStr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 190 | if (!strcmp(EFHNToStr(nodeAlias->efnn_hier), nodeName)) | ^ -
DBWdisplay.c:344:18:EFbuild.c:196:12: warning: passing arguments to 'EFHNFree' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:347:25: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | rMask = DBResidueMask(t); | ^ -
EFbuild.c:270:32: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | newname->efnn_hier = EFStrToHN((HierName *) NULL, nodeDBWdisplay.cN:am376e:)29;: | warning: ^ -
EFbuild.c:290:19: warning: passing arguments to 'efBuildAddStr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:387: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] 387 | GrUnlock(w);EFbuild.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
387 | GrUnlock(w);EFbuild.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../extflat/EFint.h:322: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] 322 | extern void efBuildNode(); | ^ -
DBWdisplay.c:393: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] 393 | GrLock(w, TRUE); | ^ -
DBWdisplay.c:394:13: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 394 | GrClipTo(&rootClip); | ^ -
DBWdisplay.c:419:10: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 419 | GrClipTo(&GrScreenRect); | ^ -
DBWdisplay.c:422:19: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 422 | GrSetStuff(STYLE_LABEL); | ^ -
DBWdisplay.c:423: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] 423 | (void) DBTreeSrLabels(&scontext, &DBAllTypeBits, bitMask, | ^ -
DBWdisplay.c:427:10: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | GrClipTo(&rootClip); | ^ -
DBWdisplay.c:438:13: warning: passing arguments to 'GrLabelSize' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | GrLabelSize("BBB", GEO_CENTER, GR_TEXT_SMALL, &dbwMinBBox); | ^ -
DBWdisplay.c:447:10: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 447 | GrClipTo(&GrScreenRect); /* Will be cut down to window size by | ^ -
DBWdisplay.c:451:12: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | GrSetStuff(STYLE_BBOX); | ^ -
DBWdisplay.c:452:22: warning: passing arguments to 'DBTreeSrCells' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 452 | (void) DBTreeSrCells(&scontext, bitMask, dbwBBoxFunc, (ClientData)NULL); | ^ -
DBWdisplay.c:453:10: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 453 | GrClipTo(&rootClip); | ^ -
DBWdisplay.c:478: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] 478 | GrClipBox(&gridRect, STYLE_GRID); | ^ -
DBWdisplay.c:492: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] 492 | WindSurfaceToScreen(w, &r, &r2); | ^ -
DBWdisplay.c:496:22: warning: passing arguments to 'WindSurfaceToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | WindSurfaceToScreen(w, &r2, &r); | ^ -
DBWdisplay.c:501:12: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 501 | GrClipBox(&r, STYLE_ORIGIN); | ^ -
DBWdisplay.c:523: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] 523 | (void) DBSrPaintArea((Tile *) NULL, | ^ -
DBWdisplay.c:532: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] 532 | DBPaintPlane(crec->dbw_hlRedraw, &labelArea, | ^ -
DBWdisplay.c:539: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] 539 | WindSurfaceToScreen(w, &largerArea, &screenArea); | ^ -
DBWdisplay.c:540:18: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
EFbuild.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 540 | (void )336 | efAdjustSubCap(def, GnordClipBox(&screenArea, STYLE_LABEL); | ^ -
DBWdisplay.c:548: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] 548 | GrUnlock(w); | ^ -
DBWdisplay.c:554:25: 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] 554 | (*GrPutBackingStorePtr)(w, &rootClip); | ^ -
DBWdisplay.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 156 | DBWredisplay(w, rootArea, clipArea) | ^ -
../extflat/extflat.h:76: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] 76 | extern void efAdjustSubCap(); | ^ -
DBWdisplay.c:598:17: warning: passing arguments to 'sigOnInterrupt' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 598 | sigOnInterrupt(0); | ^ -
DBWdisplay.c:600:14: warning: passing arguments to 'SigSetTimer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 600 | SigSetTimer(0); | ^ -
DBWdisplay.c:615:8: 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] 615 | GrLock(dbwLockW, TRUE); | ^ -
DBWdisplay.c:616:10: warning: passing arguments to 'GrClipTo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | GrClipTo(&rootClip); | ^ -
DBWdisplay.c:621:12: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 621 | GrSetStuff(disStyle); | ^ -
DBWdisplay.c:639:16: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 639 | GrSetStuff(disStyle + DBWNumStyles); | ^ -
DBWdisplay.c:647:16: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 647 | GrSetStuff(disStyle); | ^ -
DBWdisplay.c:657:10: warning: passing arguments to 'GrBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 657 | GrBox(dbwWindow, &scx->scx_trans, tile, dinfo); | ^ -
DBWdisplay.c:575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 575 | dbwPaintFunc(tile, dinfo, cxp) | ^ -
DBWdisplay.c:132: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] 132 | extern int dbwPaintFunc(), dbwBBoxFunc(); | ^ -
EFbuild.c:402:15: warning: passing arguments to 'efBuildAddStr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:711:18: warning: passing arguments to 'GrDrawFastBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 711 | GrDrawFastBox(rec(EFLayerNames, &EFLayerNumNames, MAXTYPES, layerName); | ^ -
EFbuild.c:378:1: warning: t, a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:751:18: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 751 | if (GrPutText(text, style, &p, pos, labelSize, FALSE, | ^ -
../dbwind/dbwind.h:131: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] 131 | extern void DBWDrawLabel(); | ^ -
DBWdisplay.c:799: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] 799 | WindSurfaceToScreen(window, &rootArea, &labrect); | ^ -
DBWdisplay.c:815:31: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 815 | if (style >= 0) GrSetStuff(style); | ^ -
DBWdisplay.c:816:18: warning: passing arguments to 'GrDrawFastBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 816 | GrDrawFastBox(&labrect, -scaledLambdasPerPixel); | ^ -
DBWdisplay.c:902:12: warning: passing arguments to 'GrFontText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 902 | GrFontText(label->lab_text, style, p, label->lab_font, | ^ -
DBWdisplay.c:786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 786 | DBWDrawFontLabel(label, window, trans, style) | ^ -
../database/database.h:1058: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] 1058 | extern void DBWDrawFontLabel(); | ^ -
../extflat/extflat.h:78: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] 78 | extern void efBuildAttr();
-
DBWdisplay.c:966:19: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 966 | GrSetStuff(newStyle); | ^ -
DBWdisplay.c:973: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] 973 | WindSurfaceToScreen(dbwWindow, &tmp, &labRect); | ^ -
DBWdisplay.c:989:27: warning: passing arguments to 'WindSurfaceToScreenNoClip' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 989 | WindSurfaceToScreenNoClip(dbwWindow, &tmp, &labRect); | ^ -
DBWdisplay.c:992:19: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 992 | GrSetStuff(STYLE_PORT_CONNECT); | ^ -
DBWdisplay.c:994:16: warning: passing arguments to 'GrClipLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 994 | GrClipLine(labRect.r_xbot, labRect.r_ytop, | ^ -
DBWdisplay.c:997:16: warning: passing arguments to 'GrClipLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 997 | GrClipLine(labRect.r_xbot, labRect.r_ybot, | ^ -
DBWdisplay.c:1000:16: warning: passing arguments to 'GrClipLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1000 | | GrClipLine(labRect.r_xtop, l ^a
-
DBWdisplay.c:1003:16: warning: passing arguments to 'GrClipLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1003 | GrClipLine(labRect.r_xbot, labRect.r_ybot, | ^ -
DBWdisplay.c:1005:19: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1005 | GrSetStuff(disStyle); | ^ -
DBWdisplay.c:926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 926 | dbwLabelFunc(scx, label, tpath, clientData) | ^ -
DBWdisplay.c:131:43: 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] 131 | extern int dbwTileFunc(), dbwWatchFunc(), dbwLabelFunc(); | ^ -
DBWdisplay.c:1040: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] 1040 | WindSurfaceToScreen(dEFbuild.c:446:20: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 446 | bhn1 w=Window, &r2, &r); | ^ -
1040 | WindSurfaceToScreen(dEFbuild.c:446:20: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 446 | bhn1 w=Window, &r2, &r); | ^ -
DBWdisplay.c:1041:5: warning: passing arguments to 'GrDrawFastBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1041 | GrFastBox(&r); | ^ -
DBWdisplay.c:1052:14: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1052 | GrPutText(cellUse->cu_def->cd_name, -1, &p, | ^ -
DBWdisplay.c:1057:14: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1057 | GrPutText(idName, -1, &p, GEO_CENTER, | ^ -
DBWdisplay.c:1030:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1030 | dbwBBoxFunc(scx) | ^ -
DBWdisplay.c:132:28: 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] 132 | extern int dbwPaintFunc(), dbwBBoxFunc(); | ^ -
DBWdisplay.c:1103: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] 1103 | WindSurfaceToScreen(dbwWindow, &r, &r2); | ^ -
DBWdisplay.c:1109:21: warning: passing arguments to 'GrClipBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1109 | (void) GrClipBox(&r2, STYLE_DRAWTILE); | ^ -
DBWdisplay.c:1111:22: warning: passing arguments to 'WindPointToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1111 | WindPointToScreen(dbwWindow, &p, &pLL); | ^ -
DBWdisplay.c:1113:22: warning: passing arguments to 'WindPointToScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1113 | WindPointToScreen(dbwWindow, &p, &pUR); | ^ -
DBWdisplay.c:1120:14: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1120 | (void) sprintf(string, "%s", DBTypeShortName(TiGetType(tile))); | ^ -
EFbuild.c:447:20: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 447 | hn2 = EFStrToHN((HDBWdisplay.c:i1124e:r9N:a me *) NULL, receiver); | ^ -
DBWdisplay.c:1131: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]
-
477 | EFHNFree(hn1, (HierName *) NUDBWdisplay.c:1259: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] 1259 | GrClipBox(&stick, STYLE_LABEL); | ^ -
DBWdisplay.c:1261: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] 1261 | GrClipBox(&head2, STYLE_LABEL); | ^ -
DBWdisplay.c:1265:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1265 | (void) sprintf(string, "%p", (void *) stitch); | ^ -
DBWdisplay.c:1266: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] 1266 | GrPutText(string, STYLE_DRAWTILE, &p, pos, | ^ -
DBWdisplay.c:1080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1080 | dbwTileFunc(tile, dinfo, clientdata) | ^ -
DBWdisplay.c:131: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] 131 | extern int dbwTileFunc(), dbwWatchFunc(), dbwLabelFunc(); | ^ -
EFbuild.c:478:10: warning: passing arguments to 'EFHNFree' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 478 | EFHNFree(hn2, (HierName *) NULL, HN_ALLOC); | ^ -
EFbuild.c:434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 434 | efBuildDist(def, driver, receiver, min, max) | ^ -
../extflat/extflat.h:81: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] 81 | extern void efBuildDist(); | ^ -
EFbuild.c:516:32: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 516 | kill->kill_name = EFStrToHN((HierName *) NULL, name); | ^ -
EFbuild.c:509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 509 | efBuildKill(def, name) | DBWdisplay.c:^1360 -
EFbuild.c:583:13: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 583 | EFStrToHN((HierName *) NULL, nodeName2), isNew); | ^ -
DBWdisplay.c:1388:24: warning: passing arguments to 'DBComputeArrayArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1388 | DBComputeArrayArea(defArea, use, use->cu_xlo, | ^ -
DBWdisplay.c:1390:24: warning: passing arguments to 'DBComputeArrayArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1390 | DBComputeArrayArea(defArea, use, use->cu_xhi, | ^ -
EFbuild.c:741:13: warning: passing arguments to 'EFStrToHN' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 741 | EFStrToHN((HierName *) NULL, nodeName1), FALSE); | ^ -
EFbuild.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | efBuildEquiv(def, nodeName1, nodeName2, resist, isspice) | ^ -
../extflat/extflat.h:82: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] 82 | extern void efBuildEquiv(); | ^ -
DBWdisplay.c:1417:25: warning: passing arguments to 'DBComputeArrayArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1417 | DBComputeArrayArea(defArea, use, x, y, &tmp); | ^ -
DBWdisplay.c:1295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1295 | DBWAreaChanged(cellDef, defArea, expandMask, layers) | ^ -
../dbwind/dbwind.h:129: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] 129 | extern void DBWAreaChanged(); | ^ -
EFbuild.c:753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 753 | efGDBWdisplay.c:1468: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] 1468 | WindSuerftacDeeviToScreen(w, area, &screenArea);
-
753 | efGDBWdisplay.c:1468: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] 1468 | WindSuerftacDeeviToScreen(w, area, &screenArea);
-
../extflat/EFint.h:321:18: 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] 321 | extern DevParam *efGetDeviceParams(); | ^ -
DRCbasic.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | drcCifPointToSegment(px, py, s1x, s1y, s2x, s2y) | ^ -
../drc/drc.h:323: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] 323 | extern long drcCifPointToSegment(); | ^ -
DBWdisplay.c:1497:51: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1497 | if (crec->dbw_watchPlane >= 0) WindAreaChanged(w, (Rect *) NULL); | ^ -
DBWdisplay.c:1498:25: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1498 | else WindAreaChanged(w, &screenArea); | ^ -
DBWdisplay.c:1446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1446 | dbwChangedFunc(w, area) | ^ -
DBWdisplay.c:133:29: 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] 133 | extern int dbwWindowFunc(), dbwChangedFunc(); | ^ -
DBWdisplay.c:1558: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] 1558 | (void) WindSearch((ClientData) DBWclientID, (CDRCbasic.cl:i312e:n24t:D atawarning: ) passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DRCbasic.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 areaCheck(); | ^ 1586 | DBComputeArrayArea(&lab->lab_rect, use, x, y, &tmp); | ^ -
DBWdisplay.c:1526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1526 | DBWLabelChanged(cellDef, lab, mask) | ^ -
../dbwind/dbwind.h:130: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] 130 | extern void DBWLabelChanged(); | ^ -
DBWdisplay.c:1608: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] 1608 | WindSurfaceToScreen(w, &lab->lab_rect, &screenArea); | ^ -
DBWdisplay.c:1614:17: warning: passing arguments to 'GrLabelSize' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1614 | GrLabelSize(lab->lab_text, lab->lab_just, size, &textArea); | ^ -
DBWdisplay.c:1624: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] 1624 | WindSurfaceToScreen(w, &lab->lab_bbox, &screenArea); | ^ -
DBWdisplay.c:1626: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] 1626 | WindAreaChanged(w, &screenArea); | ^ -
DBWdisplay.c:1599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1599 | dbwLDRCbasic.cabe:lC340hangedFunc(w, lab) | ^ -
DBWdisplay.c:1523: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]
-
EFbuild.c:777:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:1688:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DRCbasic.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 372 | areaNMCheck(tile, dinfo, arg) | ^ -
DBWdisplay.c:1760:20: warning: passing arguments to 'GrReadCMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../extflat/extflat.h:80: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]
-
DBWdisplay.c:1765:18: warning: passing arguments to 'GrLoadStyles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1765 | if (GrLoadStyles(DBWStyleType, ".", pathptr) != 0) | ^ -
DBWdisplay.c:1770:20: warning: passing arguments to 'GrLoadCursors' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1770 | if (!GrLoadCursors(".", pathptr)) | ^ -
DBWdisplay.c:1773: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] 1773 | GrSetCursor(0); | ^ -
DRCbasic.c:498:18: warning: passing arguments to 'DBResetTilePlane' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 498 | DBResetTilePlane(celldef->cd_planes[planeNum], DRC_UNPROCESSED); | ^DBWdisplay.c:1777:30: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1777 | -
| ^DBWdisplay.c:1777:30: warning: passing arguments to 'DBTechNoisyNameType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1777 | -
if ((t = DRCbasic.c:499:30: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 499 | (void) DBSrPaintArea ((TDBTecihlNeo i*s)y NNaUmLeLT,y pcee(lalrdgevf[->0cd]_)p)l a<n es0[p)l anreeNutm], | ^ -
DRCbasic.c:522:16: warning: passing arguments to 'drcCifCheck' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DBWdisplay.c:1795: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] 1795 | if (DB522 | drcCifCheck(&arg); | ^I -
DBWdisplay.c:1798:25: warning: passing arguments to 'DBResidueMask' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../drc/drc.h:300: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] 300 | extern int DRCBasicCheck(); | ^ -
DBWdisplay.c:1727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
../dbwind/dbwind.h:142: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] 142 | extern bool DBWTechAddStyle(); | ^ -
EFbuild.c:1140:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1140 | sprintf(devhash, "%dx%d_%d", r->r_xbot, r->r_ybot, ttype); | ^ -
EFbuild.c:1160:30: warning: passing arguments to 'extGetDevType' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1160 | && (ttype != extGetDevType(EFDevTypes[newdev->dev_type])))) | ^ -
DRCbasic.c:811:26: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 811 | proprec = DBPropGet(arg->dCD_celldef, name, &propfound); | ^ -
DRCbasic.c:822:21: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 822 | if (DBSrPaintArea(PlaneGetHint(proprec->prop_value.prop_plane), | ^ -
DRCbasic.c:865:16: warning: passing arguments to 'drcCheckArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 865 | drcCheckArea(tile, arg, cptr); | ^ -
DRCbasic.c:882:30: warning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 882 | mrd = drcCanonicalMaxwidth(tpleft, GEO_WEST, arg, cptr, | ^ -
DRCbasic.c:890:34: warning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 890 | mrd = drcCanonicalMaxwidth(tile, GEO_EAST, arg, cptr, | ^ -
DRCbasic.c:895:34: warning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 895 | mrd = drcCanonicalMaxwidth(tile, GEO_EAST, arg, cptr, | ^ -
DRCbasic.c:939:28: 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] 939 | (*(arg->dCD_function)) (arg->dCD_celldef, | ^ -
DRCbasic.c:952:24: warning: passing arguments to 'drcCheckMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 952 | drcCheckMaxwidth(tile, arg, cptr, TRUE); | ^ -
DRCbasic.c:958:24: warning: passing arguments to 'drcCheckMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 958 | drcCheckMaxwidth(tile, arg, cptr, FALSE); | ^ -
DRCbasic.c:970:20: warning: passing arguments to 'drcCheckRectSize' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 970 | drcCheckRectSize(tile, arg, cptr); | ^ -
DRCbasic.c:980:22: warning: passing arguments to 'drcCheckOffGrid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 980 | drcCheckOffGrid(&errRect, arg, cptr); | ^ -
DRCbasic.c:1168: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] 1168 | DBSrPaintArea((Tile *) NULL, | ^ -
DRCbasic.c:1271:26: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1271 | proprec = DBPropGet(arg->dCD_celldef, name, &propfound); | ^ -
EFbuild.c:1331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1331 | efBuildPortNode(def, name, idx, x, y, layername, toplevel) | ^ -
../extflat/extflat.h:84: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] 84 | extern void efBuildPortNode(); | ^ -
EFbuild.c:1378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1378 | EFGetPortMax(def) | ^ -
../extflat/extflat.h:70: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] 70 | extern int EFGetPortMax(); | ^ -
EFbuild.c:1450:17: warning: passing arguments to 'EFHNIsGlob' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1450 | if (!EFHNIsGlob(nn->efnn_hier)) | ^ -
DRCbasic.c:1282:21: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1282 | if (DBSrPaintArea(PlaneGetHint(proprec->prop_value.prop_plane), | ^ -
EFbuild.c:1483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1483 | efBuildAddStr(table, pMax, size, str) | ^ -
../extflat/extflat.h:77: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] 77 | extern int efBuildAddStr(); | ^ -
EFbuild.c:1547:23: warning: passing arguments to 'efDefLook' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1547 | newdef = efDefLook(subDefName); | ^ -
EFbuild.c:1549:19: warning: passing arguments to 'efDefNew' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1549 | newdef = efCmdAB.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); | ^ -
1549 | newdef = efCmdAB.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); | ^ -
EFbuild.c:1533:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
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 *1533) | eNULfLB,uil
-
../extflat/extflat.h:85: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] 85 | extern void efBuildUse(); | ^ -
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); | ^ -
EFbuild.c:1621:12: warning: passing arguments to 'efFreeConn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1621 | efFreeConn(conn); | ^ -
DRCbasic.c:1337:30: warning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1337 | mrd = drcCanonicalMaxwidth(tpbot, GEO_SOUTH, arg, cptr, | ^ -
DRCbasic.c:1345:34: EFbuild.c:1680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1680 | efBuildConnect(defwarning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype],
-
../extflat/EFint.h:325: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] 325 | extern void efBuildConnect(); | ^ -
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)) | ^ -
EFbuild.c:1762:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1762 | efBuildMerge(def, nodeName1, nodeName2, deltaC, av, ac) | ^ -
../extflat/EFint.h:326: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] 326 | extern void efBuildMerge(); | ^ -
DRCbasic.c:1350:34: warning: passing arguments to 'drcCanonicalMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1350 | mrd = drcCanonicalMaxwidth(tile, GEO_NORTH, arg, cptr, | ^ -
EFbuild.c:1881:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1881 | efBuildResistor(def, nodeName1, nodeName2, resistance) | ^ -
../extflat/EFint.h:327: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] 327 | extern void efBuildResistor(); | ^ -
DRCbasic.c:1394:28: 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] 1394 | (*(arg->dCEFbuild.c:1918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1918 | efBuildCap(def, nodeName1, nodeName2, cap) | ^ -
1394 | (*(arg->dCEFbuild.c:1918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1918 | efBuildCap(def, nodeName1, nodeName2, cap) | ^ -
../extflat/EFint.h:328: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] 328 | extern void efBuildCap(); | ^ -
EFbuild.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 | efConnInitSubs(conn, nodeName1, nodeName2) | ^ -
EFbuild.c:2012:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2012 | efConnBuildName(cnp, name) | ^ -
DRCbasic.c:1415:22: warning: passing arguments to 'drcCheckOffGrid' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1415 | drcCheckOffGrid(&errRect, arg, cptr); | ^ -
EFbuild.c:2119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2119 | efNodeAddName(node, he, hn, isNew) | ^ -
EFbuild.c:2123:10: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter] 2123 | bool isNew; // If TRUE, added name is never the preferred name. | ^ -
DRCbasic.c:1560: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] 1560 | DBSrPaintArea((Tile *) NULL, | ^ -
EFbuild.c:2145:37: warning: passing arguments to 'EFHNBest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2145 | if ((oldnn == NULL) || (EFHNBest(newnn->efnn_hier, oldnn->efnn_hierDRCbasic.c:556:1: ) | ^ -
DRCbasic.c:63: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] 63 | extern int drcTile(); | ^ -
EFbuild.c:2185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2185 | efNodeMerge(node1ptr, node2ptr) | ^ -
EFbuild.c:2221:12: warning: passing arguments to 'EFHNToStr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2221 | EFHNToStr(keeping->efnode_name->efnn_hier)); | ^ -
EFbuild.c:2224:18: warning: passing arguments to 'EFHNToStr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2224 | ? EFHNToStr(removing->efnode_name->efnn_hier) | ^ -
EFbuild.c:2271:26: warning: passing arguments to 'EFHNBest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2271 | swapnames = EFHNBest(removing->efnode_name->efnn_hier, | ^ -
EFbuild.c:2370:5: warning: '/*' within block comment [-Wcomment] 2370 | /* If EFSaveLocs is set, then merge any disjoint segments from | ^ -
EFbuild.c:2411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2411 | efFreeUseTable(table) | ^ -
../extflat/extflat.h:95: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] 95 | extern void efFreeUseTable(); | ^ -
EFbuild.c:2441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2441 | efFreeDevTable(table) | ^ -
../extflat/extflat.h:92: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] 92 | extern void efFreeDevTable(); | ^ -
EFbuild.c:2484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2484 | efFreeNodeTable(table) | ^ -
../extflat/extflat.h:94: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] 94 | extern void efFreeNodeTable(); | ^ -
EFbuild.c:2561:10: 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] 2561 | (*func)(node->efnode_client); | ^ -
EFbuild.c:2539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2539 | efFreeNodeList(head, func) | ^ -
../extflat/extflat.h:93: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] 93 | extern void efFreeNodeList(); | ^ -
EFbuild.c:2593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2593 | efFreeConn(conn) | ^ -
../extflat/extflat.h:91: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] 91 | extern void efFreeConn(); | ^ -
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 | Tclrm -f DRCcif.o
-
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]
-
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, | ^ -
796 | if (!ToolGetBox(&rooCMWcmmnds.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); | ^ -
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:887:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 887 | sprintf(cmd->tx_argstring, "box values %di %di %di %di", | ^ -
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:1274:37: warning: format specifies type 'long' but the argument has type 'dlong' (aka 'long long') [-Wformat] 1274 | TxPrintf(" %-10"DLONG_PREFIX"d", area); | ~~~~~~~~~~~~~~~~~~~ ^~~~ | %-10lld -
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); | ^ -
DBcellbox.c:92:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 92 | (void) sprintf(indices, "[%d]", scx->scx_y); | ^ -
DBcellbox.c:94:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 94 | (void) sprintf(indices, "[%d]", scx->scx_x); | ^ -
DBcellbox.c:96:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 96 | (void) sprintf(indices, "[%d,%d]", scx->scx_y, scx->scx_x); | ^ -
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(); | ^ -
DBWbuttons.c:242:16: 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] 242 | GrSetCursor(dbwButtonCursors[dbwButtonCurrentIndex]); | ^ -
DBWbuttons.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 | DBWChangeButtonHandler(name) | ^ -
../dbwind/dbwind.h:154: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 definition [-Wdeprecated-non-prototype] 154 | extern char *DBWChangeButtonHandler(); | ^ -
../dbwind/dbwind.h:155: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] 155 | extern int DBWButtonHandlerIndex(); | ^ -
DBWbuttons.c:364:14: 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] 364 | GrSetCursor(STYLE_CURS_LLBOX); | ^ -
DBWbuttons.c:366:14: 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] 366 | GrSetCursor(STYLE_CURS_LLCORNER); | ^ -
DBWbuttons.c:370:14: 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] 370 | GrSetCursor(STYLE_CURS_LRBOX); | ^ -
DBWbuttons.c:372:14: 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] 372 | GrSetCursor(STYLE_CURS_LRCORNER); | ^ -
DBWbuttons.c:376:14: 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] 376 | GrSetCursor(STYLE_CURS_ULBOX); | ^ -
DBWbuttons.c:378:14: 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] 378 | GrSetCursor(STYLE_CURS_ULCORNER); | ^ -
DBWbuttons.c:382:14: 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] 382 | GrSetCursor(STYLE_CURS_URBOX); | ^ -
DBWbuttons.c:384:14: 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] 384 | GrSetCursor(STYLE_CURS_URCORNER); | ^ -
DBWbuttons.c:355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | dbwButtonSetCursor(button, corner) | ^ -
../dbwind/dbwind.h:278: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] 278 | extern void dbwButtonSetCursor(); | ^ -
DBWbuttons.c:440:34: warning: passing arguments to 'ToolGetCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 440 | buttonCorner = ToolGetCorner(&cmd->tx_p); | ^ -
DBWbuttons.c:467: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] 467 | GrSetCursor(STYLE_CURS_NORMAL); | ^ -
DBWbuttons.c:471:14: warning: passing arguments to 'ToolMoveBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 471 | ToolMoveBox(buttonCorner, &cmd->tx_p, TRUE, (CellDef *) NULL); | ^ -
DBWbuttons.c:474:17: warning: passing arguments to 'ToolMoveCorner' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | ToolMoveCorner(buttonCorner, &cmd->tx_p, TRUE, | ^ -
DBWbuttons.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 | DBWBoxHandler(w, cmd) | ^ -
../dbwind/dbwind.h:157: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] 157 | extern void DBWBoxHandler(); | ^ -
EFdef.c:114:17: warning: passing arguments to 'efFreeNodeTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 114 | efFreeNodeTable(&def->def_nodes); | ^ -
EFdef.c:115:16: warning: passing arguments to 'efFreeNodeList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | efFreeNodeList(&def->def_firstn, func); | ^ -
EFdef.c:116:16: warning: passing arguments to 'efFreeUseTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 116 | efFreeUseTable(&def->def_uses); | ^ -
EFdef.c:117:16: warning: passing arguments to 'efFreeDevTable' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 117 | efFreeDevTable(&def->def_devs); | ^ -
EFdef.c:118: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] 118 | HashKill(&def->def_nodes); | ^ -
EFdef.c:119: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] 119 | HashKill(&def->def_dists); | ^ -
EFdef.c:120: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] 120 | HashKill(&def->def_uses); | ^ -
EFdef.c:121: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] 121 | HashKill(&def->def_devs); | ^ -
EFdef.c:166: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] 166 | HashKill(&efDevParamTable); | ^ -
EFdef.c:174: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] 174 | HashKill(&efFreeHashTable); | ^ -
EFdef.c:177: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] 177 | HashKill(&efDefHashTable); | ^ -
EFdef.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | EFDone(func) | ^ -
../extflat/extflat.h:109: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] 109 | extern void EFDone(); | ^ -
EFdef.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | efDefLook(name) | ^ -
../extflat/EFint.h:290: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] 290 | extern Def *efDefLook(); | ^ -
EFdef.c:269:19: warning: passing arguments to 'HashInitClient' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 269 | HashInitClient(&newdef->def_dists, INITNODESIZE, HT_CLIENTKEYS, | ^ -
EFdef.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 | efDefNew(name) | ^ -
../extflat/EFint.h:291: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] 291 | extern Def *efDefNew(); | ^ -
DRCcif.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | drcCifSetStyle(argc, argv) | ^ -
DRCcif.c:188:27: warning: passing arguments to 'drcWhyCreate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | int why = drcWhyCreate(argv[3]); | ^ -
DRCcif.c:218:17: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | drcCifAssign(dpnew, centidistance, dpnext, &CIFSolidBits, | ^ -
DRCcif.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 181 | drcCifWidth(argc, argv) | ^ -
DRCcif.c:247:27: warning: passing arguments to 'drcWhyCreate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 247 | int why = drcWhyCreate(argv[5]); | ^ -
DRCcif.c:310:17: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 310 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, | ^ -
DRCcif.c:318:17: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, | ^ -
DRCcif.c:330:22: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 330 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, &cmask, | ^ -
DRCcif.c:338:15: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 338 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, &cmask, | ^ -
DRCcif.c:347:27: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, | ^ -
DRCcif.c:355:27: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | drcCifAssign(dpnew, centidistance, dpnext, &DBSpaceBits, &cmask, | ^ -
DRCcif.c:367:22: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 367 | drcCifAssign(dpnew, scalefactor, dpnext, &DBSpaceBits, &DBZeroTypeBits, | ^ -
DRCcif.c:373:22: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 373 | drcCifAssign(dpnew, scalefactor, dpnext, &DBSpaceBits, &DBZeroTypeBits, | ^ -
DRCcif.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 242 | drcCifSpacing(argc, argv) | ^ -
../drc/drc.h:322: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] 322 | extern void drcCifScale(); | ^ -
DRCcif.c:577:23: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 577 | DBSrPaintArea((Tile *) NULL, CIFPlanes[i], &cifrect, | ^ -
DRCcif.c:515:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 515 | drcCifCheck(arg) | ^ -
../drc/drc.h:314: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] 314 | extern void drcCifCheck(); | ^ -
DRCcif.c:671:22: warning: passing arguments to 'drcCheckCifArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 671 | drcCheckCifArea(tile, arg, drcCifCur); | ^ -
DRCcif.c:676:26: warning: passing arguments to 'drcCheckCifMaxwidth' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 676 | drcCheckCifMaxwidth(tile, arg, drcCifCur); | ^ -
DRCcif.c:815:23: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 815 | (void) DBSrPaintArea((Tile *) NULL, | ^ -
DRCcif.c:1002:23: warning: passing arguments to 'DBSrPaintArea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1002 | (void) DBSrPaintArea((Tile *) NULL, | ^ -
DRCcif.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 606 | drcCifTile (tile, dinfo, arg) | ^ -
DRCcif.c:54: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] 54 | extern int drcCifTile(); | ^ -
ExtArray.c:172: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] 172 | (void) DBCellSrArea(&scx, extArrayFunc, (ClientData) &ha); | ^ -
ExtArray.c:180:19: warning: passing arguments to 'extOutputConns' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | extOutputConns(&ha.ha_connHash, f); | ^ -
ExtArray.c:181: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] 181 | HashKill(&ha.ha_connHash); | ^ -
ExtArray.c:150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | extArray(parentUse, f) | ^ -
../extract/extract.h:140: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] 140 | extern void extArray(); | ^ -
ExtArray.c:294:17: warning: passing arguments to 'extArrayProcess' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | extArrayProcess(ha, &primary); | ^ -
ExtArray.c:308:17: warning: passing arguments to 'extArrayProcess' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 308 | extArrayProcess(ha, &primary); | ^ -
ExtArray.c:329:17: warning: passing arguments to 'extArrayProcess' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 329 | extArrayProcess(ha, &primary); | ^ -
ExtArray.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 235 | extArrayFunc(scx, ha) | ^ -
ExtArray.c:61:5: 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] 61 | int extArrayFunc(); | ^ -
ExtArray.c:377:18: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 377 | if (DBArraySr(use, primary, extArrayPrimaryFunc, (ClientData) ha) == 0) | ^ -
ExtArray.c:379:16: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 379 | DBWFeedbackAdd(primary, | ^ -
ExtArray.c:391:21: warning: passing arguments to 'DBArraySr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 391 | (void) DBArraySr(use, &ha->ha_interArea, extArrayInterFunc, (ClientData)ha); | ^ -
ExtArray.c:394:40: warning: passing arguments to 'extHierFreeOne' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 394 | if (extArrayPrimary) extHierFreeOne(extArrayPrimary); | ^ -
ExtArray.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | extArrayProcess(ha, primary) | ^ -
ExtArray.c:68: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] 68 | void extArrayProcess(); | ^ -
ExtArray.c:453:27: warning: passing arguments to 'extHierYankFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 453 | (void) extHierYankFunc(use, trans, x, y, &hy); | ^ -
ExtArray.c:461:45: warning: passing arguments to 'extFindNodes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 461 | extArrayPrimary->et_nodes = extFindNodes(primDef, &ha->ha_clipArea, FALSE); | ^ -
ExtArray.c:462:20: warning: passing arguments to 'ExtLabelRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 462 | ExtLabelRegions(primDef, ExtCurStyle->exts_nodeConn, | ^ -
ExtArray.c:466:17: warning: passing arguments to 'extFindCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | extFindCoupling(primDef, &extArrayPrimary->et_coupleHash, | ^ -
ExtArray.c:424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 424 | extArrayPrimaryFunc(use, trans, x, y, ha) | ^ -
ExtArray.c:62:5: 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 | int extArrayPrimaryFunc(), extArrayInterFunc(); | ^ -
ExtArray.c:591:27: warning: passing arguments to 'extHierYankFunc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 591 | (void) extHierYankFunc(use, trans, x, y, &hy); | ^ -
ExtArray.c:600:37: warning: passing arguments to 'extFindNodes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 600 | oneFlat->et_nodes = extFindNodes(oneDef, &ha->ha_clipArea, FALSE); | ^ -
ExtArray.c:601:20: warning: passing arguments to 'ExtLabelRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 601 | ExtLabelRegions(oneDef, ExtCurStyle->exts_nodeConn, &oneFlat->et_nodes, | ^ -
ExtArray.c:605:17: warning: passing arguments to 'extFindCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 605 | extFindCoupling(oneDef, &oneFlat->et_coupleHash, &ha->ha_clipArea); | ^ -
ExtArray.c:608:23: warning: passing arguments to 'extHierConnections' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 608 | extHierConnections(ha, extArrayPrimary, oneFlat); | ^ -
ExtArray.c:612:18: warning: passing arguments to 'extHierSubstrate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 612 | extHierSubstrate(ha, use, -1, y); | ^ -
ExtArray.c:614:18: warning: passing arguments to 'extHierSubstrate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 614 | extHierSubstrate(ha, use, x, -1); | ^ -
ExtArray.c:616:18: warning: passing arguments to 'extHierSubstrate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | extHierSubstrate(ha, use, x, y); | ^ -
ExtArray.c:625:17: warning: passing arguments to 'DBCellCopyPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 625 | DBCellCopyPaint(&scx, &DBAllButSpaceBits, 0, cumUse); | ^ -
ExtArray.c:627:17: warning: passing arguments to 'DBCellCopyPaint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 627 | DBCellCopyPaint(&scx, &DBAllButSpaceBits, 0, cumUse); | ^ -
ExtArray.c:638:40: warning: passing arguments to 'extFindNodes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 638 | ha->ha_cumFlat.et_nodes = extFindNodes(cumDef, &ha->ha_clipArea, FALSE); | ^ -
ExtArray.c:640:21: warning: passing arguments to 'extFindCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 640 | extFindCoupling(cumDef, &ha->ha_cumFlat.et_coupleHash, | ^ -
ExtArray.c:642:16: warning: passing arguments to 'extArrayAdjust' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 642 | extArrayAdjust(ha, oneFlat, extArrayPrimary); | ^ -
ExtArray.c:644:20: warning: passing arguments to 'extCapHashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 644 | extCapHashKill(&ha->ha_cumFlat.et_coupleHash); | ^ -
ExtArray.c:648:32: warning: passing arguments to 'extHierFreeOne' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 648 | if (oneFlat) extHierFreeOne(oneFlat); | ^ -
ExtArray.c:650:19: warning: passing arguments to 'ExtFreeLabRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 650 | ExtFreeLabRegions((LabRegion *) ha->ha_cumFlat.et_nodes); | ^ -
ExtArray.c:652: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] 652 | DBCellClearDef(cumDef); | ^ -
ExtArray.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | extArrayInterFunc(use, trans, x, y, ha) | ^ -
ExtArray.c:62:28: 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 | int extArrayPrimaryFunc(), extArrayInterFunc(); | ^ -
ExtArray.c:676:30: warning: passing arguments to 'extArrayNodeName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 676 | if ((name = extArrayNodeName(np, ha, et1, et2)) | ^ -
ExtArray.c:691:23: warning: passing arguments to 'extHierAdjustments' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 691 | extHierAdjustments(ha, &ha->ha_cumFlat, et1, et1); | ^ -
ExtArray.c:692:23: warning: passing arguments to 'extHierAdjustments' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 692 | extHierAdjustments(ha, &ha->ha_cumFlat, et2, et2); | ^ -
ExtArray.c:697:22: warning: passing arguments to 'extGetCapValue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 697 | cap = extGetCapValue(he) / ExtCurStyle->exts_capScale; | ^ -
ExtArray.c:702:25: warning: passing arguments to 'extArrayNodeName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 702 | name = extArrayNodeName(ck->ck_1, ha, et1, et2); | ^ -
ExtArray.c:704:25: warning: passing arguments to 'extArrayNodeName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 704 | name = extArrayNodeName(ck->ck_2, ha, et1, et2); | ^ -
ExtArray.c:657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 657 | extArrayAdjust(ha, et1, et2) | ^ -
ExtArray.c:69: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] 69 | void extArrayAdjust(); | ^ -
DRCcif.c:1107:32: warning: passing arguments to 'drcCifPointToSegment' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1107 | sstest = drcCifPointToSegment(arg->dCD_constraint->r_xtop - sdist, | ^ -
DRCcif.c:1123:32: warning: passing arguments to 'drcCifPointToSegment' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
ExtArray.c:720:28: warning: passing arguments to 'extArrayTileToNode' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 720 | return (extArrayTileToNode(tp, dinfo, np->nreg_pnum, et1, ha, TRUE)); | ^ -
ExtArray.c:722:23: warning: passing arguments to 'extNodeToTile' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DRCcif.c:1139:32: warning: passing arguments to 'drcCifPointToSegment' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1139 | sstest = drcCifPointToSegment(arg->dCD_constraint->r_xtop - sdist, | ^ -
DRCcif.c:1147:28: 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] 1147 | (*(arg->dCD_function)) (arg->dCD_celldef, &rect, | ^ -
DRCcif.c:1035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 722 | tp = extNoderm -f DBWelement.o
-
ExtArray.c:724:28: warning: passing arguments to 'extArrayTileToNode' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 724 | return (extArrayTileToNode(tp, dinfo, np->nreg_pnum, et2, ha, TRUE)); | ^ -
ExtArray.c:710:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 710 | extArrayNodeName(np, ha, et1, et2) | ^ -
ExtArray.c:66:7: 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] 66 | char *extArrayNodeName(); | ^ -
ExtArray.c:804:43: warning: passing arguments to 'extArrayHardNode' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 804 | if ((reg = (LabRegion *) extArrayHardNode(tp, dinfo, pNum, def, ha))) | ^ -
ExtArray.c:812:16: warning: passing arguments to 'DBWFeedbackAdd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 812 | DBWFeedbackAdd(&r, errorStr, ha->ha_parentUse->cu_def, 1, | ^ -
ExtArray.c:837:26: warning: passing arguments to 'extArrayRange' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 837 | dstp = extArrayRange(dstp, extArrayPrimXY.p_y, | ^ -
ExtArray.c:840:26: warning: passing arguments to 'extArrayRange' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 840 | dstp = extArrayRange(dstp, extArrayPrimXY.p_x, | ^ -
ExtArray.c:846:26: warning: passing arguments to 'extArrayRange' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 846 | dstp = extArrayRange(dstp, extArrayInterXY.p_y, | ^ -
ExtArray.c:849:26: warning: passing arguments to 'extArrayRange' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 849 | dstp = extArrayRange(dstp, extArrayInterXY.p_x, | ^ -
ExtArray.c:860:23: warning: passing arguments to 'extNodeName' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 860 | srcp = extNodeName(reg); | ^ -
ExtArray.c:772:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 772 | extArrayTileToNode(tp, dinfo, pNum, et, ha, doHard) | ^ -
ExtArray.c:64:7: 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] 64 | char *extArrayTileToNode(); | ^ 1035 | areaCifCheck(tile, dinfo, arg) | ^ -
DRCcif.c:55: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] 55 | extern int areaCifCheck(); | ^ -
ExtArray.c:896:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 896 | (void) sprintf(dstp, "%d:%d", hi, lo); | ^ -
ExtArray.c:898:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 898 | (void) sprintf(dstp, "%d:%d", lo, hi); | ^ -
ExtArray.c:888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 888 | extArrayRange(dstp, lo, hi, prevRange, followRange) | ^ -
ExtArray.c:63:7: 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 | char *extArrayRange(); | ^ -
ExtArray.c:969:23: warning: passing arguments to 'extArrayHardSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DRCcif.c:1184:27: warning: passing arguments to 'drcWhyCreate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1184 | int why = drcWhyCreate(argv[4]); | ^ -
DRCcif.c:1215:17: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1215 | drcCifAssign(dpnew, centihorizon, dpnext, &CIFSolidBits, &CIFSolidBits, | ^ -
:1177:1:ExtArray.c:974:20: warning: passing arguments to 'extArrayHardSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 974 | extArrayHardSearch(def, &arg, &scx, extHardProc); | ^ -
ExtArray.c:939:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 939 | extArrayHardNode(tp, dinfo, pNum, def, ha) | ^ -
ExtArray.c:65: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] 65 | LabRegion *extArrayHardNode(); | ^ -
ExtArray.c:1035:19: 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] 1035 | (void) (*proc)(scx, arg); | ^ -
ExtArray.c:1013:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1013 | extArrayHardSearch(def, arg, scx, proc) | ^ -
ExtArray.c:70: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] 70 | void extArrayHardSearch(); | ^ -
DRCcif.c:1245:27: warning: passing arguments to 'drcWhyCreate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1245 | int why = drcWhyCreate(argv[4]); | ^ -
DRCcif.c:1286:17: warning: passing arguments to 'drcCifAssign' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1286 | drcCifAssign(dpnew, centidistance, dpnext, &CIFSolidBits, &CIFSolidBits, | ^ -
DRCcif.c:1238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1238 | drcCifMaxwidth(argc, argv) | ^ -
DRCcif.c:1325:21: warning: passing arguments to 'StackNew' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1325 | DRCstack = StackNew(64); | ^ -
DRCcif.c:1328:5: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1328 | PUSHTILE(starttile); | ^ -
DRCcif.c:1332:18: warning: passing arguments to 'StackPop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1332 | clang -g -I/nix/store/ibysl2agj5hav0vpc48xiyzjm8j77ivf-tk-8.6.16/include -I/nix/store/pyx3z9758xy2draffglsrggbcy38py37-tcl-8.6.16/include -Wimplicit-int -fPIC -I/nix/store/ibysl2agj5hav0vpc48xiyzjm8j77ivf-tk-8.6.16/include -I/nix/store/pyx3z9758xy2draffglsrggbcy38py37-tcl-8.6.16/include -I.. -I/nix/var/nix/builds/nix-30284-1513327104/source -I. -DCAD_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/lib\" -DBIN_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/bin\" -DTCL_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/lib/magic/tcl\" -DUSE_TCL_STUBS -DUSE_TK_STUBS -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -D tiSIZEOF_UNSIGNED_LONG_LONG=8 -Drestrict=__restrict -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_GETRLIMIT=1 -DHAVE_SETRLIMIT=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_IOCTL_COMPAT_H=1 -DHAVE_SGTTY_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STRUCT_DIRENT_D_TYPE=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DHAVE_ZLIB=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DVECTOR_FONTS=1 -DHAVE_LIBCAIRO=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -D_FORTIFY_SOURCE=0 -DGCORE=\"no\" -DSHDLIB_EXT=\".dylib\" -DNDEBUG -MMD -MP -MF .deps/DBWelement.d -c DBWelement.c -o DBWelement.o
-
DRCcif.c:1346:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1346 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1350:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1350 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1354:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1354 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1358:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1358 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1370:30: 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] 1370 | (*(arg->dCD_function)) (arg->dCD_celldef, &rect, | ^ -
DRCcif.c:1379:6: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1379 | STACKPUSH(starttile, DRCstack); | ^ -
DRCcif.c:1382:18: warning: passing arguments to 'StackPop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1382 | tile = (Tile *) STACKPOP(DRCstack); | ^ -
DRCcif.c:1389:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1389 | STACKPUSH(tp,DRCstack); | ^ -
DRCcif.c:1397:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1397 | STACKPUSH(tp,DRCstack); | ^ -
DRCcif.c:1405:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1405 | STACKPUSH(tp,DRCstack); | ^ -
DRCcif.c:1413:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1413 | STACKPUSH(tp,DRCstack); | ^ -
DRCcif.c:1311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1311 | drcCheckCifArea(starttile, arg, cptr) | ^ -
DRCcif.c:57: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] 57 | extern void drcCheckCifArea(); | ^ -
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, | ^ -
DRCcif.c:1451:21: warning: passing arguments to 'StackNew' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1451 | DRCstack = StackNew(64); | ^ -
DRCcif.c:1475:26: 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] 1475 | (*(arg->dCD_function)) (arg->dCD_celldef, &rect, | ^ -
DRCcif.c:1504:26: 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] 1504 | (*(arg->dCD_function)) (arg->dCD_celldef, &rect, | ^ -
DRCcif.c:1514:5: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1514 | PUSHTILE(starttile); | ^ -
DRCcif.c:1519:18: warning: passing arguments to 'StackPop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1519 | tile = (Tile *) STACKPOP(DRCstack); | ^ -
DRCcif.c:1533:48: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1533 | if (TTMaskHasType(oktypes, TiGetType(tp)))PUSHTILE(tp); | ^ -
DRCcif.c:1537:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1537 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1541:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1541 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1545:49: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1545 | if (TTMaskHasType(oktypes, TiGetType(tp))) PUSHTILE(tp); | ^ -
DRCcif.c:1561:26: 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] 1561 | (*(arg->dCD_function)) (arg->dCD_celldef, &rect, | ^ -
DRCcif.c:1569:5: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1569 | STACKPUSH(starttile, DRCstack); | ^ -
DRCcif.c:1572:17: warning: passing arguments to 'StackPop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1572 | tile = (Tile *)STACKPOP(DRCstack); | ^ -
DRCcif.c:1579:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
DRCcif.c:1587:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1587 | STACKPUSH(tp, DRCstack); | ^ -
DRCcif.c:1595:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1595 | STACKPUSH(tp, DRCstack); | ^ -
DRCcif.c:1603:3: warning: passing arguments to 'StackPush' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1603 | STACKPUSH(tp, DRCstack); | ^ -
DRCcif.c:1437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1437 | drcCheckCifMaxwidth(starttile, arg, cptr) | ^ -
DRCcif.c:56: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] 56 | extern void drcCheckCifMaxwidth(); | ^ -
DBcellcopy.c:122:14: warning: passing arguments to 'DBNMPaintPlane0' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 122 | result = DBNMPaintPlane(def->cd_planes[pNum], type, area, | ^ -
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(); | ^ -
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(); | ^ -
DBcellcopy.c:173: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] 173 | return DBNMPaintPlane0(def->cd_planes[pNum], type, area, | ^ -
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)) | ^ -
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 | rMask = DBResidueMask(loctype); | ^ -
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(); | ^ -
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) DBTreeSrTiles(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] 1059 | extern void DBCellCopyManhattanPaint(); | ^ -
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); | ^ -
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); | ^ -
DBcellcopy.c:284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 284 | DBCellCopyAllPaint(scx, mask, xMask, targetUse) | ^ -
../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(); | ^ -
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(); | ^ -
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); | ^ -
DBcellcopy.c:441:45: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | parentproprec = (PropertyRecord *)DBPropGet(dest, key, &propfound); | ^ -
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:494: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] 494 | DBPropEnum(child->cu_def, dbCopyMaskHintsFunc, (ClientData)&puds); | ^ -
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(); | ^ -
DBcellcopy.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] 529 | DBPropEnum(use->cu_def, dbCopyMaskHintsFunc, (ClientData)&puds); | ^ -
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) | ^ -
DBcellcopy.c:559: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] 559 | DBTreeSrCells(scx, xMask, dbFlatCopyMaskHintsFunc, (ClientData)targetUse->cu_def); | ^ -
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(); | ^ -
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] 635 | DBCellCopyAllCells(&scx, xMask, dest, (Rect *)NULL); | ^ -
DBcellcopy.c:651:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 651 | sprintf(newtext, "%s[%d][%d]/%s", scx.scx_use->cu_id, | ^ -
DBcellcopy.c:654:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 654 | sprintf(newtext, "%s[%d]/%s", scx.scx_use->cu_id, | ^ -
DBcellcopy.c:657:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 657 | sprintf(newtext, "%s[%d]/%s", scx.scx_use->cu_id, | ^ -
DBcellcopy.c:660:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 660 | sprintf(newtext, "%s/%s", scx.scx_use->cu_id, lab->lab_text); | ^ -
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_use); | ^ -
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, | ^ -
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] 580 | DBFlattenInPlace(use, dest, xMask, dolabels, toplabels, doclear) | ^ -
../database/database.h:961: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] 961 | extern void DBFlattenInPlace(); | ^ -
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) | ^ -
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, dbCellFlattenCellsFunc, (ClientData)&fad); | ^ -
DBcellcopy.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] 781 | DBCellFlattenAllCells(scx, dest, xMask, dolabels, toplabels) | ^ -
../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(); | ^ -
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(); | ^ -
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 | teclang -g -I/nix/store/ibysl2agj5hav0vpc48xiyzjm8j77ivf-tk-8.6.16/include -I/nix/store/pyx3z9758xy2draffglsrggbcy38py37-tcl-8.6.16/include -Wimplicit-int -fPIC -I/nix/store/ibysl2agj5hav0vpc48xiyzjm8j77ivf-tk-8.6.16/include -I/nix/store/pyx3z9758xy2draffglsrggbcy38py37-tcl-8.6.16/include -I.. -I/nix/var/nix/builds/nix-30284-1513327104/source -I. -DCAD_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/lib\" -DBIN_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/bin\" -DTCL_DIR=\"/nix/store/isagzbcvs8fpn6vn7bvhm97n6vznanh8-magic-vlsi-8.3.681/lib/magic/tcl\" -DUSE_TCL_STUBS -DUSE_TK_STUBS -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -Drestrict=__restrict -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_GETRLIMIT=1 -DHAVE_SETRLIMIT=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_IOCTL_COMPAT_H=1 -DHAVE_SGTTY_H=1 -DHAVE_DIRENT_H=1 -DHAVE_STRUCT_DIRENT_D_TYPE=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DHAVE_ZLIB=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DVECTOR_FONTS=1 -DHAVE_LIBCAIRO=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -D_FORTIFY_SOURCE=0 -DGCORE=\"no\" -DSHDLIB_EXT=\".dylib\" -DNDEBUG -MMD -MP -MF .deps/bpMain.d -c bpMain.c -o bpMain.o
-
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) | ^ -
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); | ^ -
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); | ^ -
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) | ^ -
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:1050:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1050 | sprintf(writeMode, "w%d", CalmaCompression); | ^ -
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) | ^ -
DBcellcopy.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] 1213 | (void) DBTreeSrLabels(scx, mask, xMask, (TerminalPath *) 0, | ^ -
DBcellcopy.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] 1184 | DBCellCopyAllLabels(scx, mask, xMask, targetUse, pArea) | ^ -
../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(); | ^ -
DBcellcopy.c:1246:27: warning: passing arguments to 'DBEraseLabelsByContent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1246 | DBEraseLabelsByContent(def, &labTargetRect, -1, lab->lab_text); | ^ -
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,
-
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]
-
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]
-
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, globmatCmdCD.cc:h)1337:
-
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:1519:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1519 | sprintf(fullpath, "%s/%s", filepath, cellDef->cd_name); | ^ -
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]
-
../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]
-
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); | ^ 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 | 71 warnings generated.
-
(void) DBSrPaintAreCmdCD.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 (a((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(); | ^ -
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); | ^ -
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) | ^ -
CmdCD.c:2576:20: 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]
-
../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(); | ^ 2576 | DBSrPaintNMArea((Tile *)NULL, ccs->rootDef->cd_planes[DBPlane(stype)], | ^ -
EFerr.c:72:15: warning: passing arguments to 'Tcl_printf' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | Tcl_printf(stderr, fmt, args); | ^ -
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:2789:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2789 | sprintf(cmd->tx_argstring, "copy to %di %di\n", editPoint.p_x, | ^ -
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]
-
DBWelement.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3039 | DBReCo m104p | uAtpepBebnodxS(tErdiintgC(eollldUsster-,> cnue_wdsetfr),; p
-
DBWelement.c:216:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 216 | sprintf(istr, "%d", elem->area.r_xbot / reducer); | ^ -
DBWelement.c:218:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 218 | sprintf(istr, "%d", elem->area.r_ybot / reducer); | ^ -
DBWelement.c:224:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 224 | sprintf(istr, "%d", elem->area.r_xtop / reducer); | ^ -
DBWelement.c:226:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 226 | sprintf(istr, "%d", elem->area.r_ytop / reducer); | ^ -
DBWelement.c:234:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 234 | sprintf(istr, "%d", elem->area.r_xtop / reducer); | ^ -
DBWelement.c:236:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 236 | sprintf(istr, "%d", elem->area.r_ytop / reducer); | ^ -
DBWelement.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 | DBWPrintElements(cellDef, flagmask, reducer) | ^ -
../dbwind/dbwind.h:263: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 definition [-Wdeprecated-non-prototype] 263 | extern char *DBWPrintElements(); | ^ -
DBWelement.c:304: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] 304 | DBScalePoint(&elem->area.r_ll, n, d); | ^ -
DBWelement.c:305: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] 305 | DBScalePoint(&elem->area.r_ur, n, d); | ^ -
DBWelement.c:290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 290 | DBWScaleElements(n, d) | ^ -
../dbwind/dbwind.h:264: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] 264 | extern void DBWScaleElements(); | ^ -
DBWelement.c:366:27: warning: passing arguments to 'WindSurfaceToScreenNoClip' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | WindSurfaceToScreenNoClip(window, &elem->area, &screenArea); | ^ -
DBWelement.c:376:31: warning: passing arguments to 'WindSurfaceToScreenNoClip' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 376 | WindSurfaceToScreenNoClip(window, &unitArea, &transArea); | ^ -
DBWelement.c:402:17: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 402 | GrSetStuff(curStyle); | ^ -
DBWelement.c:407:4: warning: passing arguments to 'GrDrawFastBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | GrFastBox(&screenArea); | ^ -
DBWelement.c:412:13: warning: passing arguments to 'GrPutText' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | GrPutText(elem->text, curStyle, &p, | ^ -
DBWelement.c:418:14: warning: passing arguments to 'GrClipLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 418 | GrClipLine(screenArea.r_xbot, screenArea.r_ybot, | ^ -
DBWelement.c:430:33: warning: passing arguments to 'WindSurfaceToScreenNoClip' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | WindSurfaceToScreenNoClip(window, &unitArea, &transArea); | ^ -
DBWelement.c:433:33: warning: passing arguments to 'WindSurfaceToScreenNoClip' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | WindSurfaceToScreenNoClip(window, &elem->area, &screenArea); | ^ -
DBWelement.c:461:18: warning: passing arguments to 'GrFillPolygon' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 461 | GrFillPolygon(polyp, 4); | ^ -
DBWelement.c:477:18: warning: passing arguments to 'GrFillPolygon' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 477 | GrFillPolygon(polyp, 4); | ^ -
DBWelement.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | DBWElementRedraw(window, plane) | ^ -
DBWelement.c:508: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] 508 | GrLock(mw, TRUE); | ^ -
DBWelement.c:521: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] 521 | WindSurfaceToScreen(mw, &newArea, &screenArea); | ^ -
DBWelement.c:524: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] 524 | WindSurfaceToScreen(mw, &elem->area, &screenArea); | ^ -
DBWelement.c:534:13: warning: passing arguments to 'GrLabelSize' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 534 | GrLabelSize(elem->text, tpos, tsize, &textArea); | ^ -
DBWelement.c:544:12: warning: passing arguments to 'GrSetStuff' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 544 | GrSetStuff(STYLE_ERASEALL); | ^ -
DBWelement.c:545:2: warning: passing arguments to 'GrDrawFastBox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 545 | GrFastBox(&screenArea); | ^ -
DBWelement.c:546:24: warning: passing arguments to 'WindAreaChanged' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 546 | WindAreaChanged(mw, &screenArea); | ^ -
DBWelement.c:548: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] 548 | GrUnlock(mw, TRUE); | ^ -
DBWelement.c:498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 498 | dbwElementUndraw(mw, elem) | ^ -
../dbwind/dbwind.h:258: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] 258 | extern void DBWElementDelete(); | ^ -
DBWelement.c:618:19: warning: passing arguments to 'DBWHLAddClient' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 618 | DBWHLAddClient(DBWElementRedraw); | ^ -
DBWelement.c:672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 672 | DBWElementInbox(area) | ^ -
../dbwind/dbwind.h:260: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] 260 | extern void DBWElementInbox(); | ^ -
DBWelement.c:748:19: warning: passing arguments to 'DBSrRoots' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 748 | if (!DBSrRoots(cellDef, &GeoIdentityTransform, | ^ -
DBWelement.c:729:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 729 | DBWElementAdd(w, name, area, cellDef, style) | ^ -
DBWelement.c:782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 782 | DBWElementAddRect(w, name, area, cellDef, style) | ^ -
../dbwind/dbwind.h:255: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] 255 | extern void DBWElementAddRect(); | ^ -
DBWelement.c:799:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 799 | DBWElementAddLine(w, name, area, cellDef, style) | ^ -
../dbwind/dbwind.h:256: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] 256 | extern void DBWElementAddLine(); | ^ -
DBWelement.c:816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 816 | DBWElementAddText(w, name, x, y, text, cellDef, style) | ^ -
../dbwind/dbwind.h:257: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] 257 | extern void DBWElementAddText(); | ^ -
DBWelement.c:861:20: warning: passing arguments to 'WindSearch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 861 | if (!WindSearch((ClientData) DBWclientID, (ClientData) use, | ^ -
DBWelement.c:850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 850 | dbwelemGetTransform(use, transform, cdarg) | ^ -
DBWelement.c:872:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 872 | dbwElementAlways1(w, clientData) | ^ -
../dbwind/dbwind.h:262: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] 262 | extern void DBWElementParseFlags(); | ^ -
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:3958:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 3958 | sprintf(cmd->tx_argstring, "down %s", EditCellUse->cu_id); | ^ -
../dbwind/dbwind.h:272: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] 272 | extern void DBWElementPos(); | ^ -
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 = ToolGetBoxWDBWelement.c:1276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
4158 | window = ToolGetBoxWDBWelement.c:1276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
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, (rm -f DBWfdback.o
-
ExtBasic.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | extFoundFunc(tile, dinfo, cxp) | ^ -
ExtBasic.c:236:47: warning: passing arguments to 'ExtFindRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
ExtBasic.c:240:18: warning: passing arguments to 'ExtResetTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 240 | ExtResetTiles(def, CLIENTDEFAULT); | ^ -
ExtBasic.c:270:19: warning: passing arguments to 'DBTreeSrTiles' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | if (DBTreeSrTiles(&scontext, &transPlaneMask, 0, extFoundFunc, | ^ -
&DBAlExtBasic.c:286:25: warning: passing arguments to 'extFindNodes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
ExtBasic.c:291:14: warning: passing arguments to 'DBPropGet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-
ExtBasic.c:298:17: warning: passing arguments to 'ExtLabelRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 298 | ExtLabelRegions(def, ExtCurStyle->exts_nodeConn, &nodeList, &TiPlaneRect); | ^ -
ExtBasic.c:306:24: warning: passing arguments to 'extFindDuplicateLabels' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 306 | extFindDuplicateLabels(def, nodeList); | ^ -
ExtBasic.c:317:17: warning: passing arguments to 'extFindCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 317 | extFindCoupling(def, &extCoupleHash, (Rect *) NULL); | ^ -
ExtBasic.c:325:31: warning: passing arguments to 'extRelocateSubstrateCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 325 | extRelocateSubstrateCoupling(&extCoupleHash, glob_subsnode); | ^ -
ExtBasic.c:329:30: warning: passing arguments to 'DBPropGetString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 329 | propptr = DBPropGetString(def, "device", &propfound); | ^ -
ExtBasic.c:351:21: warning: passing arguments to 'extOutputParameters' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | extOutputParameters(def, transList, outFile); | ^ -
ExtBasic.c:357:16: warning: passing arguments to 'extOutputNodes' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 357 | extOutputNodes(nodeList, outFile); | ^ -
ExtBasic.c:362:19: warning: passing arguments to 'extOutputCoupling' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 362 | extOutputCoupling(&extCoupleHash, outFile); | ^ -
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]
-
ExtBasic.c:567:16: warning: passing arguments to 'extCapHashKill' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | extCapHashKill(&extCoupleHash); | ^ -
ExtBasic.c:569:22: warning: passing arguments to 'ExtFreeLabRegions' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 569 | ExtFreeLabRegions((LabRegion *) transList); | ^