magic/calma
Intubun 30d40fb206 Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers
All functions that received a ClientData (or FindRegion *) parameter in
commit fc21472e solely to satisfy WASM call_indirect signature matching
are now annotated so static analysers and casual readers can see the
intent has been verified:

  /*ARGSUSED*/          before each such function definition
  /* UNUSED */          on each unused parameter in the definition
  /* UNUSED */          on matching forward declarations

Affected: calmaWriteInitFunc, cifWriteInitFunc, cmdWindSet,
dbStampFunc, dbwElementAlways1, dbwfbWindFunc, DBWHLRedrawWind,
spcnodeHierVisit, extSDTileFunc, extTransPerimFunc,
extAnnularTileFunc, extResistorTileFunc, extDefInitFunc,
extTimesInitFunc.
2026-05-06 10:43:34 +02:00
..
CalmaRdcl.c Corrected an error caused by a recent commit that was attempting 2026-03-16 12:50:17 -04:00
CalmaRdio.c calma: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CalmaRdpt.c Came across a weird error today in which some tool inserted bogus 2026-02-24 20:56:27 -05:00
CalmaRead.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
CalmaWrite.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
CalmaWriteZ.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
Makefile Implemented native gzip compression/decompression using zlib routines. 2022-05-10 09:19:39 -04:00
calma.h Came across a weird error today in which some tool inserted bogus 2026-02-24 20:56:27 -05:00
calmaInt.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00