Fix an error on GCC 4.8.5 where -Werror=unused-parameter fails (#9145)
This commit is contained in:
parent
7448618ac8
commit
9674b843c2
@ -135,7 +135,7 @@ struct FileOptions : EnvOptions {
|
|||||||
temperature(opts.temperature),
|
temperature(opts.temperature),
|
||||||
handoff_checksum_type(opts.handoff_checksum_type) {}
|
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
|
// A structure to pass back some debugging information from the FileSystem
|
||||||
|
Loading…
Reference in New Issue
Block a user