aboutsummaryrefslogtreecommitdiff
path: root/tools/cddl/sema.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cddl/sema.cc')
-rw-r--r--tools/cddl/sema.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cddl/sema.cc b/tools/cddl/sema.cc
index 2ecb162a..584fe56f 100644
--- a/tools/cddl/sema.cc
+++ b/tools/cddl/sema.cc
@@ -722,7 +722,7 @@ CppType* MakeCppType(CppSymbolTable* table,
cpp_type->discriminated_union.members.push_back(member);
}
return cpp_type;
- } break;
+ }
case CddlType::Which::kTaggedType: {
cpp_type = GetCppType(table, name);
cpp_type->which = CppType::Which::kTaggedType;