]> git.saurik.com Git - bison.git/blobdiff - src/InadequacyList.c
doc: improve html and pdf rendering
[bison.git] / src / InadequacyList.c
index ca37e6009a20168a238ff5697d64be97dafc6788..f2e45f4900d09512d7aaef2c6e26a5bcce105ce4 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -66,7 +66,7 @@ symbol *
 InadequacyList__getContributionToken (InadequacyList const *self,
                                       ContributionIndex i)
 {
-  aver (0 <= i && i < self->contributionCount);
+  aver (0 <= i && i < self->contributionCount); (void) i;
   return self->inadequacy.conflict.token;
 }