On Sun, May 31, 2020 at 12:45 AM Michael Schmitz <schmitzmic@xxxxxxxxx> wrote:
The Atari ROM port IO code uses dummy variables to implement writes (not supported by the hardware) as reads that encode the write data in part of the address. The value read from the ROM port in this operation is discarded. Annotate dummy variables as __maybe_unused to avoid a compiler warning.
will add "with W=1". (took me a while to discover, upgraded my cross-compiler in vain ;-)
Signed-off-by: Michael Schmitz <schmitzmic@xxxxxxxxx> Reported-by: kbuild test robot <lkp@xxxxxxxxx>
Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> i.e. will queue in the m68k for-v5.9 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds