summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2021-04-28 23:09:00 -0400
committer arbee <rb6502@users.noreply.github.com>2021-04-28 23:09:00 -0400
commit0064057741bc0314b7377a47b096d0eae674a44b (patch)
treeb40836e058d8a2f968668993cb772ff9318c33b4
parente229977b964ef69a7c6c656df453ccaf0a045f19 (diff)
fsmgr: more compiler error fighting [R. Belmont]
-rw-r--r--src/lib/formats/fsmgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/fsmgr.cpp b/src/lib/formats/fsmgr.cpp
index 627b4865b9c..048007730ce 100644
--- a/src/lib/formats/fsmgr.cpp
+++ b/src/lib/formats/fsmgr.cpp
@@ -207,6 +207,7 @@ const char *fs_meta_get_name(fs_meta_name name)
case fs_meta_name::name: return "name";
case fs_meta_name::size_in_blocks: return "size_in_blocks";
}
+ return "";
}
std::string fs_meta_to_string(fs_meta_type type, const fs_meta &m)