diff options
author | Thiago Rafael Becker <trbecker@trbecker.org> | 2012-07-30 23:41:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 02:25:17 +0200 |
commit | 49ac572b93832210dc1895839692b3a51e5d0e27 (patch) | |
tree | 382ec2bd038946e94332f1573db1dbcd47b35988 /drivers/message | |
parent | checkpatch: add checks for do {} while (0) macro misuses (diff) | |
download | linux-49ac572b93832210dc1895839692b3a51e5d0e27.tar.xz linux-49ac572b93832210dc1895839692b3a51e5d0e27.zip |
lib/crc32.c: fix unused variables warnings
Variables t4, t5, t6 and t7 are only used when CRC_LE_BITS != 32. Fix
the following compilation warnings:
lib/crc32.c: In function 'crc32_body':
lib/crc32.c:77:55: warning: unused variable 't7'
lib/crc32.c:77:41: warning: unused variable 't6'
lib/crc32.c:77:27: warning: unused variable 't5'
lib/crc32.c:77:13: warning: unused variable 't4'
Signed-off-by: Thiago Rafael Becker <trbecker@trbecker.org>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: Bob Pearson <rpearson@systemfabricworks.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions