[flang] silence a warning

Original-commit: flang-compiler/f18@dc91727ac4
Reviewed-on: https://github.com/flang-compiler/f18/pull/73
Tree-same-pre-rewrite: false
This commit is contained in:
peter klausler 2018-04-27 12:43:16 -07:00
parent 9702fcaf97
commit 3ed22efb75
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ KindParamValue DeclTypeSpecVisitor::GetKindParamValue(
return KindParamValue(std::get<std::uint64_t>(intlit.t));
} else {
CHECK(!"TODO: translate star-size to kind");
return {}; // silence compiler warning
}
}