Fixed initialization of option tables
[libfirm] / ir / be / beverify.c
index 799793e..74df99f 100644 (file)
@@ -399,6 +399,8 @@ typedef struct {
 static int cmp_spill(const void* d1, const void* d2, size_t size) {
        const spill_t* s1 = d1;
        const spill_t* s2 = d2;
+       (void) size;
+
        return s1->spill != s2->spill;
 }