From 95f44207ef0bce66b5a7223c6b993c302693d50d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 24 Feb 2006 15:44:10 +0000 Subject: [PATCH] changed signed into int to make gcc happy --- ir/be/bechordal_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 8aa68bbf8..08f0dca2a 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -112,7 +112,7 @@ enum { }; struct _be_ra_chordal_opts_t { - unsigned dump_flags; + int dump_flags; int spill_method; int copymin_method; int ifg_flavor; -- 2.20.1