Address compiler warnings #10
This commit is contained in:
@@ -51,11 +51,11 @@ public:
|
||||
MOCK_METHOD(bool, is_directory, (), (const, override));
|
||||
|
||||
MOCK_METHOD(api_error, native_operation,
|
||||
(const native_operation_callback &cb), (override));
|
||||
(const native_operation_callback &callback), (override));
|
||||
|
||||
MOCK_METHOD(api_error, native_operation,
|
||||
(std::uint64_t new_file_size,
|
||||
const native_operation_callback &cb),
|
||||
const native_operation_callback &callback),
|
||||
(override));
|
||||
|
||||
MOCK_METHOD(api_error, read,
|
||||
|
Reference in New Issue
Block a user