3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

fix build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-08-08 15:38:13 -07:00
parent af700e88cf
commit 30df2837fb
4 changed files with 4 additions and 3 deletions

View file

@ -176,7 +176,7 @@ namespace datalog {
step &s = steps[j];
// TBD
s.m_labels;
// s.m_labels;
// set references, compensate for reverse ordering.
for (unsigned i = 0; i < s.m_refs.size(); ++i) {