aboutsummaryrefslogtreecommitdiffstats
path: root/src/compile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.cpp')
-rw-r--r--src/compile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile.cpp b/src/compile.cpp
index 69cce6d..9921382 100644
--- a/src/compile.cpp
+++ b/src/compile.cpp
@@ -253,6 +253,8 @@ resp_compile(CEnv& cenv, const AST* ast) throw()
else if (form == "call")
return compile_call(cenv, call);
}
+ default:
+ break;
}
cenv.err << "Attempt to compile unknown form: " << ast << endl;