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