diff options
author | Ryusuke Konishi <ryusuke@osrg.net> | 2006-11-29 14:33:48 (GMT) |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 15:37:22 (GMT) |
commit | 57adf7eede38d315e0e328c52484d6a596e9a238 (patch) | |
tree | 6e08a97b0de41ecc46e465d01f100bb32eeffecc /Documentation/cdrom | |
parent | 0ac230699a0f3f0d15ad4e4ad99446dac5b4a21f (diff) | |
download | linux-fsl-qoriq-57adf7eede38d315e0e328c52484d6a596e9a238.tar.xz |
[DLM] fix format warnings in rcom.c and recoverd.c
This fixes the following gcc warnings generated on
the architectures where uint64_t != unsigned long long (e.g. ppc64).
fs/dlm/rcom.c:154: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
fs/dlm/rcom.c:154: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
fs/dlm/recoverd.c:48: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
fs/dlm/recoverd.c:202: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
fs/dlm/recoverd.c:210: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'uint64_t'
Signed-off-by: Ryusuke Konishi <ryusuke@osrg.net>
Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'Documentation/cdrom')
0 files changed, 0 insertions, 0 deletions