summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/mount_config.h')
-rw-r--r--utils/mount/mount_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mount/mount_config.h b/utils/mount/mount_config.h
index e86b4ba..69ffd1e 100644
--- a/utils/mount/mount_config.h
+++ b/utils/mount/mount_config.h
@@ -39,10 +39,10 @@ static inline char *mount_config_opts(char *spec,
#else /* MOUNT_CONFIG */
-static inline void mount_config_init(char *program) { }
+static inline void mount_config_init(__attribute__ ((unused)) char *program) { }
-static inline char *mount_config_opts(char *spec,
- char *mount_point, char *mount_opts)
+static inline char *mount_config_opts(__attribute__ ((unused)) char *spec,
+ __attribute__ ((unused)) char *mount_point, char *mount_opts)
{
return mount_opts;
}