]> git.saurik.com Git - bison.git/blobdiff - src/AnnotationList.c
build: re-enable compiler warnings, and fix them
[bison.git] / src / AnnotationList.c
index 31d8a9911fa1b5a8ea3f0515b26cc56394a915aa..586ed9b58c7272819f375664ac4b9447d7e48590 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -546,7 +546,7 @@ AnnotationList__compute_from_inadequacies (
                     AnnotationList__insertInto (annotation_node,
                                                 &annotation_lists[s->number],
                                                 s->nitems);
-                  aver (b);
+                  aver (b); (void) b;
                 }
                 /* This aver makes sure the
                    AnnotationList__computeDominantContribution check above