Index: src/GenPoly/SpecializeNew.cpp
===================================================================
--- src/GenPoly/SpecializeNew.cpp	(revision 7f1be0193fb4271684f6b8f80e18cab582d8158a)
+++ src/GenPoly/SpecializeNew.cpp	(revision bef224516892e07bf860916060c1f2ca5b6870e0)
@@ -104,5 +104,5 @@
 
 bool needsPolySpecialization(
-		const ast::Type * formalType,
+		const ast::Type * /*formalType*/,
 		const ast::Type * actualType,
 		const ast::TypeSubstitution * subs ) {
@@ -126,6 +126,5 @@
 			if ( closedVars.find( *inst ) == closedVars.end() ) {
 				return true;
-			}
-			else {
+			} else {
 				assertf(false, "closed: %s", inst->name.c_str());
 			}
