Merge "Fix build breakage on non-linux"
This commit is contained in:
commit
348878391a
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device
|
|||
}
|
||||
return true;
|
||||
#else
|
||||
(void)block_device;
|
||||
(void)device_info;
|
||||
LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system.";
|
||||
return false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue