linux-stable/arch/m68k/emu
Geert Uytterhoeven 6156086e55 m68k: emu: Remove unused vsnprintf() return value in nfprint()
When building with W=1:

    arch/m68k/emu/natfeat.c: In function ‘nfprint’:
    arch/m68k/emu/natfeat.c:59:13: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
       59 |         int n;
	  |             ^

As the return value of vsnprintf() is unused, and serves no practical
purpose here, fix this by removing the variable.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/a8b6b17ff352cc560d1848a92d171bb0f44ccb27.1694613528.git.geert@linux-m68k.org
2023-10-06 10:03:02 +02:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
natfeat.c m68k: emu: Remove unused vsnprintf() return value in nfprint() 2023-10-06 10:03:02 +02:00
nfblock.c block: remove blk_cleanup_disk 2022-06-28 06:33:15 -06:00
nfcon.c tty: make tty_operations::write()'s count size_t 2023-08-11 21:12:46 +02:00
nfeth.c arch: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00