Skip to content
Snippets Groups Projects
Commit 6db9fff7 authored by Marco Biasini's avatar Marco Biasini
Browse files

silence warning

parent f3992c46
Branches
Tags
No related merge requests found
......@@ -427,6 +427,8 @@ String StringFromConopAction(ConopAction action) {
case CONOP_WARN:
return "warn";
}
assert(0 && "unhandled conop action");
return "unhandled conop action";
}
bool Processor::AreResiduesConsecutive(mol::ResidueHandle r1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment