Reacted on -Wextra -Wno-unused-parameter warnings of gcc for rockridge_read.c
This commit is contained in:
parent
b076ce9b44
commit
bb5886094e
@ -81,8 +81,7 @@ int susp_iter_next(SuspIterator *iter, struct susp_sys_user_entry **sue)
|
|||||||
* (IEEE 1281, SUSP. section 4)
|
* (IEEE 1281, SUSP. section 4)
|
||||||
*/
|
*/
|
||||||
if (iter->ce_len) {
|
if (iter->ce_len) {
|
||||||
uint32_t block;
|
uint32_t block, nblocks;
|
||||||
int nblocks;
|
|
||||||
|
|
||||||
/* A CE has found, there is another continuation area */
|
/* A CE has found, there is another continuation area */
|
||||||
nblocks = DIV_UP(iter->ce_off + iter->ce_len, BLOCK_SIZE);
|
nblocks = DIV_UP(iter->ce_off + iter->ce_len, BLOCK_SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user