The tables can now also have other names.
[libfirm] / ir / ana / trouts.c
index 6af8dd7..73e6f58 100644 (file)
@@ -514,6 +514,7 @@ static int get_addr_n_entities(ir_node *addr) {
     If Sel follow to outermost of compound. */
 static ir_entity *get_addr_entity(ir_node *addr, int pos) {
   ir_entity *ent;
+  (void) pos;
 
   switch (get_irn_opcode(addr)) {
   case iro_Sel: