]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/obscure.c: Mark parameter as [[maybe_unused]]
authorAlejandro Colomar <alx@kernel.org>
Sat, 2 Sep 2023 13:50:43 +0000 (15:50 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 4 Dec 2023 10:45:09 +0000 (11:45 +0100)
commit82484117b34f44b6930a15b694f1db6c34aacd00
tree321093d7704e7026c073e123737114f458de35ad
parent5ba6cd85451b26f5a9e2223429d157d23985f60d
lib/obscure.c: Mark parameter as [[maybe_unused]]

It's only used in certain builds.  This is to silence a -Wunused-parameter warning.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/obscure.c