From: Paul Eggert Date: Fri, 2 Feb 1996 17:42:40 +0000 (+0000) Subject: (finish_struct): Fix typo in transparent union warning that led to core dump. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d787aad9e533c6dac57c40a49346456957f45b41;p=gcc.git (finish_struct): Fix typo in transparent union warning that led to core dump. From-SVN: r11161 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 70fa447c380..3483e321fe5 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -5720,7 +5720,7 @@ finish_struct (t, fieldlist, attributes) && TYPE_MODE (t) != DECL_MODE (TYPE_FIELDS (t))) { TYPE_TRANSPARENT_UNION (t) = 0; - warning ("cannot make `%s' a transparent union"); + warning ("union cannot be made transparent"); } /* If this structure or union completes the type of any previous