Merge branch 'gcc-unused' into refs/top-bases/gcc-branch

This commit is contained in:
Brian Behlendorf 2010-08-12 21:27:59 -07:00
commit a2a77e48ab
1 changed files with 2 additions and 0 deletions

View File

@ -1042,6 +1042,7 @@ ztest_pattern_set(void *buf, uint64_t size, uint64_t value)
*ip++ = value;
}
#ifndef NDEBUG
static boolean_t
ztest_pattern_match(void *buf, uint64_t size, uint64_t value)
{
@ -1054,6 +1055,7 @@ ztest_pattern_match(void *buf, uint64_t size, uint64_t value)
return (diff == 0);
}
#endif
static void
ztest_bt_generate(ztest_block_tag_t *bt, objset_t *os, uint64_t object,