public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Can't size warning
@ 2002-01-08  9:39 Vijay Velusamy
  0 siblings, 0 replies; only message in thread
From: Vijay Velusamy @ 2002-01-08  9:39 UTC (permalink / raw)
  To: gcc-help; +Cc: Vijay Velusamy


I have been experiencing the following problem while using gcc. I keep
getting a lot of similar warnings indicating

WARNING: can't size attrs (file_attr_list)

I am using the -Wall -Werror -Wpointer-arith -g option

I am using an RPCgen that executes on the following ddl

join file_attr_list
{
   switch named_attributes (attr_bitmap_type included){
   case TRUE:
       boolean contents;
   case FALSE:
       void;
   };
}

and then later on

struct file_attr
{
   file_attr_list attrs;
}

I am using gcc version 2.91.66 (linux kernel 2.2.14-5)

Could anyone tell me what I am doing wrong.

Thanks,

Vijay
Department of Computer Science
Mississippi State University

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

only message in thread, other threads:[~2002-01-08 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-08  9:39 Can't size warning Vijay Velusamy

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).