mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
cansequence: do_send(): remove unneeded cast
This patch fixes the following warning: cansequence.c:232:3: warning: expression result unused [-Wunused-value] (unsigned char)frame.data[0]++; ^ ~~~~~~~~~~~~~~~ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ static void do_send()
|
||||
}
|
||||
}
|
||||
|
||||
(unsigned char)frame.data[0]++;
|
||||
frame.data[0]++;
|
||||
sequence++;
|
||||
|
||||
if (verbose && !sequence)
|
||||
|
||||
Reference in New Issue
Block a user