diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index 83c14d55..9f83f7ec 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -43,7 +43,7 @@ namespace l load_branch_scan(toml::table const &v_, std::vector &branches_) { - assert("not currently supported"); + assert("not currently supported" == NULL); } }