mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-23 00:21:14 +02:00
can-utils: fix sign-compare warnings (#513)
Fixing several build issues reported by Gary Bisson when he was building can-utils with clang (AOSP14). URL: https://github.com/linux-can/can-utils/pull/512 Reported-by: Gary Bisson (https://github.com/gibsson) Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
@@ -36,7 +36,7 @@ int isobusfs_srv_request_volume(struct isobusfs_srv_priv *priv,
|
||||
struct isobusfs_srv_client *client,
|
||||
struct isobusfs_srv_volume *volume)
|
||||
{
|
||||
int j;
|
||||
unsigned int j;
|
||||
|
||||
/* Check if the client already requested this volume */
|
||||
for (j = 0; j < ARRAY_SIZE(volume->clients); j++) {
|
||||
|
||||
Reference in New Issue
Block a user