Linux: cache bypass: warning fix in afs_bypasscache.c
[openafs.git] / src / afs / afs_bypasscache.c
index 66a374a..2d09566 100644 (file)
@@ -333,7 +333,7 @@ afs_NoCacheFetchProc(register struct rx_call *acall,
        if (code != sizeof(afs_int32)) {
            result = 0;
            afs_warn("Preread error. code: %d instead of %d\n",
-               code, sizeof(afs_int32));
+               code, (int)sizeof(afs_int32));
            unlock_and_release_pages(auio);
            goto done;
        } else