diff options
author | 2023-09-13 16:08:05 +0200 | |
---|---|---|
committer | 2023-10-06 10:03:02 +0200 | |
commit | 45dacf07fb1c308df3e95154f427f6ae49b56705 (patch) | |
tree | e66c98ce699bb3270c2f020323562ee84f8a83bf /tools/perf/scripts/python | |
parent | m68k: emu: Remove unused vsnprintf() return value in nfprint() (diff) | |
download | wireguard-linux-45dacf07fb1c308df3e95154f427f6ae49b56705.tar.xz wireguard-linux-45dacf07fb1c308df3e95154f427f6ae49b56705.zip |
m68k: emu: Mark version[] __maybe_unused
When building with W=1:
arch/m68k/emu/nfeth.c:42:19: warning: ‘version’ defined but not used [-Wunused-const-variable=]
42 | static const char version[] =
| ^~~~~~~
Fix this while obeying the wishes of the original copyright holders by
marking version[] with __maybe_unused.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/051731639b4c8e296ec4017595051885cc551c23.1694613528.git.geert@linux-m68k.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions