Patrick Kurth
ea03883829
Fixed unused-parameters/unused-variables warnings
...
Added a ARG_UNUSED macro in utils/magic.h, which
produces a simple cast to void to silence the warnings.
The reasons this is used as opposed to an attribute is
that most compilers should support this.
Besides this, the macro can be easily searched for in
the future to potentially remove (where possible) the
unused parameters.
2025-10-10 22:12:19 +02:00
Darryl L. Miles
b8dae95515
Lookup() constify call-site
...
extflat/EFantenna.c: Lookup() constify call-site
drc/DRCtech.c: Lookup() constify call-site
dbwind/DBWelement.c: Lookup() constify call-site
database/DBtpaint.c: Lookup() constify call-site
commands/CmdTZ.c: Lookup() constify call-site
commands/CmdRS.c: Lookup() constify call-site
commands/CmdLQ.c: Lookup() constify call-site
commands/CmdFI.c: Lookup() constify call-site
commands/CmdE.c: Lookup() constify call-site
commands/CmdCD.c: Lookup() constify call-site
commands/CmdAB.c: Lookup() constify call-site
cmwind/CMWcmmnds.c: Lookup() constify call-site
2024-12-26 15:20:58 -05:00
Tim Edwards
7c973ad91a
Corrected an error caused by fixing the unterminated comment in
...
the last commit, which was an undeclared variable in the block
that was being left out accidentally. So that has now been fixed.
2021-07-13 14:08:35 -04:00
Tim Edwards
648f27dcf0
Corrected an unterminated comment pointed out by Jim Everitt.
2021-07-12 09:52:14 -04:00
Tim Edwards
f7eb54fac7
Corrected the paint table from "compose", which was improperly
...
handling compose lines that override contact behavior.
2020-10-30 20:19:29 -04:00
Tim Edwards
b846c45056
Changed the behavior of the "compose" paint and erase rules to allow
...
multiple types to be painted; for example, to paint over both planes
of a contact when a paint type causes the contact to disappear.
2020-09-22 15:25:26 -04:00
Tim Edwards
2af38a4191
Updates from running the fix-ending-whitespace script.
2020-05-23 17:13:14 -04:00
Tim Edwards
231a299b16
Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky
2017-04-25 08:41:48 -04:00