Files
magic/graphics
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
..
2020-05-23 17:00:38 -04:00
2020-05-23 17:00:38 -04:00
2020-05-23 17:00:38 -04:00
2025-10-04 20:50:31 -04:00
2025-10-04 20:50:31 -04:00
2025-10-04 20:50:31 -04:00

This driver is a modification of the Stanford X10 driver.  The modifications
were done by Walter Scott and Eric Lunow at Lawrence Livermore National Labs.