ref: 5e8a15598f1399a8b0a296dac2af139e1ba28e16
parent: c7a2126d610c06da11c9fcda4ebc8ce12c14107a
author: Ori Bernstein <[email protected]>
date: Mon Jul 14 20:14:42 EDT 2014
Fix compilation on GCC 4.8 More warnings are happening with -Werror. Good. Let them. I don't mind at all that my build broke.
--- a/parse/infer.c
+++ b/parse/infer.c
@@ -332,10 +332,8 @@
{
Type *t;
size_t i;
- int is;
t = tysearch(st, orig);
- is = isgeneric(orig);
st->ingeneric += isgeneric(orig);
tyresolve(st, t);
/* If this is an instantiation of a generic type, we want the params to