diff --git a/include/rocksdb/file_system.h b/include/rocksdb/file_system.h index 6cab02487..e6cf8f9ce 100644 --- a/include/rocksdb/file_system.h +++ b/include/rocksdb/file_system.h @@ -165,7 +165,7 @@ struct FileOptions : EnvOptions { temperature(opts.temperature), handoff_checksum_type(opts.handoff_checksum_type) {} - FileOptions& operator=(const FileOptions& opts) = default; + FileOptions& operator=(const FileOptions&) = default; }; // A structure to pass back some debugging information from the FileSystem