commit | 2f82b521a6a39c7581cc317f73ef2d26a59816dd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 11 01:43:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 11 01:43:24 2018 +0000 |
tree | 3b680f00b4d7ae47a5e7542814040f3c4b194376 | |
parent | b73bd99f3433f5cf6c0783456978622966eefa5a [diff] | |
parent | f327c1177a754a2727cdcd78652b22c6c2c7cabc [diff] |
Merge "Fix build breakage on non-linux"
diff --git a/fs_mgr/liblp/builder.cpp b/fs_mgr/liblp/builder.cpp index 421f4e6..720590d 100644 --- a/fs_mgr/liblp/builder.cpp +++ b/fs_mgr/liblp/builder.cpp
@@ -54,6 +54,8 @@ } return true; #else + (void)block_device; + (void)device_info; LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system."; return false; #endif