diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-10-27 20:47:21 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-10-27 21:47:39 +0100 |
| commit | 6a7cf51891c3d0eba229765c98832ccd3fc9f3f5 (patch) | |
| tree | ab2e86bf0a4389cd85afe75c27fc660cdaf3fb25 | |
| parent | d4928d37c05debac1e5cbe22d7267f95dd2d5dc8 (diff) | |
Fix compile warnings
| -rw-r--r-- | lwext4/ext4_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwext4/ext4_fs.c b/lwext4/ext4_fs.c index 6b459f1..3b69817 100644 --- a/lwext4/ext4_fs.c +++ b/lwext4/ext4_fs.c @@ -1278,7 +1278,7 @@ int ext4_fs_indirect_find_goal(struct ext4_inode_ref *inode_ref, static int ext4_fs_get_inode_data_block_idx(struct ext4_inode_ref *inode_ref, uint64_t iblock, ext4_fsblk_t *fblock, bool extent_create, - bool support_unwritten) + bool support_unwritten __unused) { struct ext4_fs *fs = inode_ref->fs; |
