summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/util.c b/util.c
index 0031a45..30cf777 100644
--- a/util.c
+++ b/util.c
@@ -9,10 +9,6 @@
* and modified by Robert Sanders <gt8134b@prism.gatech.edu>
*/
-#ifndef UTIL_C
-#define UTIL_C
-#endif
-
/* Description */
/*
* Misc. utility functions
@@ -229,7 +225,7 @@ delete_file(ext2_filsys fs, ext2_ino_t inode)
static int
release_blocks_proc(ext2_filsys fs, blk_t *blocknr,
- int blockcnt, void *private)
+ int UNUSED_PARM(blockcnt), void UNUSED_PARM(*private))
{
blk_t block;