summaryrefslogtreecommitdiff
path: root/src/CGALEvaluator.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-05-26 03:37:26 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-05-26 03:37:26 (GMT)
commit31c88a434b3201d88819b485f74da843c2728cb2 (patch)
tree6fc7bffe22a7b685aa2cf18143796ace29d4fb8b /src/CGALEvaluator.cc
parent164902fa76efac9f88bbd9aa6cbd1eb8c3fa00fb (diff)
merge branch to get windows "library path" working. tweak build system,
eliminate several compiler warnings.
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r--src/CGALEvaluator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc
index d0140fa..2ea7a8d 100644
--- a/src/CGALEvaluator.cc
+++ b/src/CGALEvaluator.cc
@@ -291,6 +291,7 @@ Response CGALEvaluator::visit(State &state, const CsgNode &node)
op = CGE_INTERSECTION;
break;
default:
+ op = -1;
assert(false);
}
N = applyToChildren(node, op);
contact: Jan Huwald // Impressum