update release compilation, add warnings

This commit is contained in:
vrd
2023-01-17 21:41:36 +02:00
parent 25bcd2e22b
commit e2cf4ba993
3 changed files with 70 additions and 41 deletions
+1
View File
@@ -329,6 +329,7 @@ bool Tree::addRelation(const unsigned firstId, const RelType type, const unsigne
case ExSpouse:
addRelation(secondId, type, firstId, 1);
break;
default: assert(!"Unexpected case"); break;
}
}
return 1;