From fec5feef773958d6a7f6a829775e3860ce3bdc4b Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 6 Aug 1987 19:15:40 +0000 Subject: [PATCH] deleted a warning --- util/led/extract.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/led/extract.c b/util/led/extract.c index 060f8c39c..b6719f408 100644 --- a/util/led/extract.c +++ b/util/led/extract.c @@ -209,9 +209,10 @@ redefine(new, old) if (!ISCOMMON(old)) { if (!ISCOMMON(new)) error("%s: multiply defined", new->on_mptr); - + /* else if ((new->on_type & S_TYP) != (old->on_type & S_TYP)) warning("%s: sections differ", new->on_mptr); + */ } else { /* `Old' is common. */ if (ISCOMMON(new)) { -- 2.34.1