Commit 31ebc99e authored by Nils Goroll's avatar Nils Goroll Committed by Lasse Karstensen

should ignore return value of usleep()

parent 765124a8
......@@ -333,7 +333,7 @@ main(int argc, char * const *argv)
// end of output block marker.
printf("\n");
usleep(delay * 1e6);
(void)usleep(delay * 1e6);
}
exit(0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment