Skip to content

Added no-op for variable to avoid a warning under Linux #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added no-op for variable to avoid a warning treated as error with Cla…
…ng 13
  • Loading branch information
tachoknight committed Sep 17, 2021
commit 6ffc3ed464fa7930ac59b77d534a0607ef95c57f
1 change: 1 addition & 0 deletions tests/bsdtestharness.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ main(int argc, char *argv[])
assert(pid > 0);

#if defined(__linux__)
(void)to;
int status;
struct rusage usage;
struct timeval tv_stop, tv_wall;
Expand Down