mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 16:09:52 +02:00
can-utils: fix unused variable warnings
As pointed out by Gary Bisson clang complains about unused variables in some valid cases. Reported-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ void childdied(int i)
|
||||
wait(NULL);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(void)
|
||||
{
|
||||
|
||||
int sl, sa, sc;
|
||||
|
||||
Reference in New Issue
Block a user