Skip to content

Commit a664a9f

Browse files
authored
Merge pull request pmem#5506 from wlemkows/some-fix
pmem2: suppress unused params
2 parents 746741e + 2e90e83 commit a664a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libpmem2/badblocks_none.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ int
3838
pmem2_badblock_next(struct pmem2_badblock_context *bbctx,
3939
struct pmem2_badblock *bb)
4040
{
41+
SUPPRESS_UNUSED(bbctx, bb);
42+
4143
return PMEM2_E_NOSUPP;
4244
}
4345

0 commit comments

Comments
 (0)