From 77d27b3495bfa98c5e13707903e4f885e8521ab6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Dec 2012 08:35:43 +0000 Subject: Support multiple ellipses in macros. Support lambda expressions with empty argument lists. git-svn-id: http://svn.drobilla.net/resp/trunk@445 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/compile.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compile.cpp') 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; -- cgit v1.2.1