public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/10480: Bogus warning about non-static const member
@ 2003-04-24 12:26 porten
  0 siblings, 0 replies; only message in thread
From: porten @ 2003-04-24 12:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10480
>Category:       c
>Synopsis:       Bogus warning about non-static const member
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 24 12:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Harri Porten
>Release:        gcc 3.2
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
When compiling this piece of code with -W

  static const struct {
      const char* const s;
  } f[] = { { "foo" }, { "bar" } };

the compiler emits the warning:

  foo.c:2: warning: non-static const member `const char* const <anonymous struct>::s' in class without a constructor

Under normal circumstances I think I do understand the warning. But in this particular case instances of the
struct

a) are initialized explictly
b) can't be created by anywhere else because the struct
is anonymous

So I think the warning is not justified.

Harri.
>How-To-Repeat:
gcc -W foo.c
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-24 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-24 12:26 c/10480: Bogus warning about non-static const member porten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).