X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fmount_config.h;h=69ffd1ef7927762f2d694e889cfa72486193ae69;hp=e86b4ba0a95285a9f5932c9831ce153d229fb6af;hb=014e00dfaea0efc92150e2aedc5ca43aa337545e;hpb=00885013dccbe00f5cc4e19223cf18e85a8e616a 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; }