From a07f38d13699546cbc4255f8007c0d0687910678 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Thu, 13 Feb 1986 04:45:24 -0800 Subject: [PATCH] get rid of warning, it seems like it works SCCS-vsn: old/pcc/ccom.tahoe/local2.c 1.6 --- usr/src/old/pcc/ccom.tahoe/local2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/src/old/pcc/ccom.tahoe/local2.c b/usr/src/old/pcc/ccom.tahoe/local2.c index 2af7972359..8abc83d0c1 100644 --- a/usr/src/old/pcc/ccom.tahoe/local2.c +++ b/usr/src/old/pcc/ccom.tahoe/local2.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)local2.c 1.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)local2.c 1.6 (Berkeley) %G%"; #endif # include "pass2.h" @@ -453,7 +453,6 @@ stasg(p) putchar(','); adrput(l); putchar('\n'); -werror("optimized structure assignment (size %d alignment %d)", size, p->stn.stalign); break; case 2: -- 2.20.1