diff --git a/src/drives/fuse/fuse_base.cpp b/src/drives/fuse/fuse_base.cpp index c4ace0f0..15daac58 100644 --- a/src/drives/fuse/fuse_base.cpp +++ b/src/drives/fuse/fuse_base.cpp @@ -350,7 +350,7 @@ auto fuse_base::mount(std::vector args) -> int { struct fuse_args fa = FUSE_ARGS_INIT(static_cast(fuse_argv.size()), (char **)&fuse_argv[0]); - char *mount_location = nullptr; + char *mount_location{nullptr}; #if FUSE_USE_VERSION >= 30 struct fuse_cmdline_opts opts {}; fuse_parse_cmdline(&fa, &opts);