Index: src/Parser/TypeData.cc
===================================================================
--- src/Parser/TypeData.cc	(revision 4cb935efa354074c5683f9c0730f6ae143c682ce)
+++ src/Parser/TypeData.cc	(revision 0edebf87a1760973e5e540e69b095c989d0f5b5a)
@@ -582,4 +582,7 @@
 		const_cast<TypeData *>(td)->basictype = DeclarationNode::Int;
 		goto Integral;
+	  default:
+	  	assert(false);
+		return nullptr;
 	} // switch
 
