tests: posix: Annotate unused variables with __unused
Instead of disabling the -Wunused-variable warning for the entire file,
we can explicitly mark the variables that are unused with __unused.
Signed-off-by:
Tom Hughes <tomhughes@chromium.org>
Loading
Please sign in to comment